Start sandbox
POST /api/v1/sandboxes
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
sandbox_spec_id | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | — |
created_by_user_id | `string | null` | yes |
sandbox_spec_id | string | yes | — |
status | SandboxStatus | yes | — |
session_api_key | `string | null` | yes |
exposed_urls | `ExposedUrl[] | null` | no |
created_at | string | no | — |
status_detail | `string | null` | no |
Operation ID: start_sandbox_api_v1_sandboxes_post