Sandboxes
Create a sandbox
Creates a Firecracker microVM. Will claim from the warm pool if
available, otherwise cold-boots. Credit-checked: returns 402 insufficient_credits if the org cannot afford ~1 hour of runtime.
POST
Authorizations
WorkOS session token or RunTools API key (rt_live_* / rt_test_*).
Used in Authorization: Bearer <token> header.
Body
application/json
Example:
"base-ubuntu"
Idle pause timeout, in seconds. 0 disables auto-pause.
Example:
600
SSH key IDs to inject (resolved server-side).
Optional root password (less secure than keys).
Response
Sandbox created.