sandboxes
POST /v1/orgs/:slug/sandboxes — create a new sandbox definition.
By default only persists the record (status = created). Pass ?start=true to also queue the job for orchestrator dispatch. Add wait_for=running to hold the response until the sandbox becomes usable or the bounded wait expires.
post/v1/orgs/{slug}/sandboxes
Path parameters
slugstring required
Organization slug
Query parameters
startboolean
If true, durably queue the sandbox for immediate orchestrator dispatch.
wait_forSandboxWaitFor — unresolved $ref
Optional lifecycle state to wait for after durable start admission.
wait_timeoutinteger nullable
Server-side wait budget in seconds; valid only with wait_for.
Request body
CreateSandboxRequest required— unresolved $ref
Response
Sandbox created