Sandboxes
Create a sandbox
Provisions a sandbox asynchronously. The response returns immediately with status: "starting"; the sandbox transitions to ready (or failed) a few moments later. Poll GET /sandboxes/{id} until status flips, or watch the dashboard.
post/sandboxes
Request body
Response
Sandbox provisioning queued
Example response
{
"message": "Sandbox creation started"
}