Jobs
The jobs API provides queued, retriable execution for sandbox commands, browser automation, pipelines, and lifecycle operations.
Jobs are scoped to the active account (selected via X-Chaser-Account), so organization queues act as shared automation state.
Create a job
Job kinds
Use GET /v1/jobs/kinds to get the authoritative list with input schemas for your deployment.
Examples
Sandbox exec
Pipeline
Run ordered steps on a shared workspace. Steps execute sequentially and share filesystem state.
Browser scrape
Scheduling and idempotency
Jobs accept optional scheduling and deduplication parameters:
run_at— RFC 3339 timestamp for delayed executionidempotency_key— prevents duplicate job creation on retries
