Get default computer

GET/v1/environments/default

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Default environment detailsapplication/json
FieldTypeRequiredDescription
environmentobjectNo
environment.idstringNoUnique identifier.
environment.projectIdstringNoProject ID.
environment.namestringNoHuman-readable name.
environment.descriptionstringNoHuman-readable description.
environment.environmentVariablesobject[]No
environment.environmentVariables[].keystringNo
environment.environmentVariables[].valuestringNo
environment.secretsobject[]No
environment.setupScriptsstring[]No
environment.mcpServersobject[]No
environment.mcpServers[].namestringNoHuman-readable name.
environment.mcpServers[].typestdio | httpNo
environment.mcpServers[].commandstringNoFor stdio servers
environment.mcpServers[].argsstring[]No
environment.mcpServers[].urlstringNoFor HTTP servers
environment.mcpServers[].bearerTokenstringNo
environment.mcpServers[].enabledbooleanNo
environment.internetAccessbooleanNo
environment.isDefaultbooleanNo
environment.baseImagestringNo
environment.dockerfileExtensionsstringNo
environment.runtimesobjectNo
environment.packagesobjectNo
environment.packages.systemstring[]No
environment.packages.pythonstring[]No
environment.packages.nodestring[]No
environment.guiEnabledbooleanNo
environment.buildStatusstringNo
environment.buildErrorstringNo
environment.imageTagstringNo
environment.lastBuildAtstringNo
environment.createdAtstringNoISO 8601 timestamp.
environment.updatedAtstringNoISO 8601 timestamp.
Get default computer
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow