Command Palette
Search for a command to run

Submit a sandbox job

Submit code to the sandbox job queue and receive a job ID immediately

POST
/auth/v1/seed/{namespace}/sandbox/jobs

Submit a sandbox job asynchronously. Returns a job ID immediately. Use Get a sandbox job to poll for the result.

Path parameters


namespace
type: string
required
The namespace (user or organization) to submit the job in.

Body parameters


language
type: string
required
Runtime language (e.g., `python`, `node`).
code
type: string
required
The code to execute.
deps
type: string[]
Dependencies to install before running.
resource_limits
type: object
Resource limits for this job.
sandbox_id
type: string
Target a specific sandbox. If omitted, Outpost selects one automatically.

Previous Exec in sandbox

Next List sandbox jobs