Get container config
GET /api/v1/projects/{projectId}/{agentType}/container/config
Returns the editable configuration of the project’s container, including name, image, project path, bind mounts, environment variables, and network settings.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Project ID
Responses
Section titled “ Responses ”OK
object
AgentType identifies the CLI agent running in this project (e.g. “claude-code”, “codex”).
AllowedDomains lists domains accessible when NetworkMode is “restricted”.
CloneURL is the git repository URL (remote projects only).
CostBudget is the per-project cost limit in USD (0 = use global default).
EnabledAccessItems lists active access item IDs (e.g. [“git”,“ssh”]).
EnabledRuntimes lists active runtime IDs (e.g. [“node”,“python”,“go”]).
object
ForwardedPorts lists container ports exposed via the reverse proxy.
object
ContainerPath is the absolute path inside the container.
HostPath is the absolute path on the host.
ReadOnly mounts the path as read-only inside the container.
NetworkMode controls the container’s network isolation level.
Temporary is true when a remote project’s workspace is ephemeral.
Bad Request
object
Not Found
object
Internal Server Error