Skip to main content
Run project work when a task needs durable status, logs, retries, or hosted execution.

Steps

  1. Choose the runtime type for the work.
  2. Start a job, workflow, sandbox session, or hosted service.
  3. Inspect run status and logs.
  4. Retry, cancel, or resume work when the runtime supports it.

Try it with REST

Create a sandbox session: POST /sandbox-sessions
Terminal
Run a job: POST /projects/{project_reference}/jobs
Terminal

API surfaces

Verify

Check the sandbox session status before running commands. List jobs and confirm the smoke test reaches a terminal status.

Choose a runtime path

API reference