Steps
- Choose the runtime type for the work.
- Start a job, workflow, sandbox session, or hosted service.
- Inspect run status and logs.
- Retry, cancel, or resume work when the runtime supports it.
Try it with REST
Create a sandbox session:POST /sandbox-sessions
Terminal
POST /projects/{project_reference}/jobs
Terminal
API surfaces
| Surface | Start here |
|---|---|
| REST | Sandbox runtime, Jobs, Runs |
| GraphQL | Create Job, Jobs |
| MCP | Create Sandbox Session, Create Job |
Verify
Check the sandbox session status before running commands. List jobs and confirm the smoke test reaches a terminal status.Choose a runtime path
| Goal | Start here |
|---|---|
| Run a background task | Run background work |
| Open an isolated workspace | Sandbox runtime |
| Understand runtime types | Runtimes |
| Inspect runs and events | Runs and events |