Submit a sandbox job
Submit code to the sandbox job queue and receive a job ID immediately
POST
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
requiredThe namespace (user or organization) to submit the job in.
Body parameters
language
type: string
requiredRuntime language (e.g., `python`, `node`).
code
type: string
requiredThe 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 →