Atlas
Admin — Sandbox

Get sandbox backend status

Returns the sandbox backend configuration for the current workspace, including available backends, the active backend, any workspace override, and connected BYOC providers.

GET
/api/v1/admin/sandbox/status

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/sandbox/status"
{
  "activeBackend": "string",
  "platformDefault": "string",
  "workspaceOverride": "string",
  "workspaceSidecarUrl": "string",
  "availableBackends": [
    {
      "id": "string",
      "name": "string",
      "type": "built-in",
      "available": true,
      "description": "string"
    }
  ],
  "connectedProviders": [
    {
      "provider": "vercel",
      "displayName": "string",
      "connectedAt": "string",
      "validatedAt": "string",
      "isActive": true
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}