cloud environment configuration.
Request params for cloud environment configuration.
Fields default to null; on update, omitted fields preserve the existing value.
Unified Environment resource for both cloud and self-hosted environments.
Response after deleting an environment.
Environment identifier
The type of response
Limited network access.
Permits outbound access to MCP server endpoints configured on the agent, beyond those listed in the allowed_hosts array.
Permits outbound access to public package registries (PyPI, npm, etc.) beyond those listed in the allowed_hosts array.
Specifies domains the container can reach.
Network policy type
Limited network request params.
Fields default to null; on update, omitted fields preserve the existing value.
Network policy type
Permits outbound access to MCP server endpoints configured on the agent, beyond those listed in the allowed_hosts array. Defaults to false.
Permits outbound access to public package registries (PyPI, npm, etc.) beyond those listed in the allowed_hosts array. Defaults to false on creation. Must be true when packages are specified.
Specifies domains the container can reach.
Packages (and their versions) available in this environment.
Ubuntu/Debian packages to install
Rust packages to install
Ruby packages to install
Go packages to install
Node.js packages to install
Python packages to install
Package configuration type
Specify packages (and optionally their versions) available in this environment.
When versioning, use the version semantics relevant for the package manager, e.g. for pip use package==1.0.0. You are responsible for validating the package and version exist. Unversioned installs the latest.
Under limited networking, requires networking.allow_package_managers to be true.
Ubuntu/Debian packages to install
Rust packages to install
Ruby packages to install
Go packages to install
Node.js packages to install
Python packages to install
Package configuration type
Configuration for self-hosted environments.
Environment type
Request params for self_hosted environment configuration.
Environment type
Unrestricted network access.
Network policy type