Documentation Index
Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the sandbox.
Sandbox details
Single-sandbox shape — SandboxListItem plus access_token.
Current state of the sandbox. active means running; paused means paused and awaiting resume. resuming is a transient state observed while the platform restores a paused sandbox (e.g. via auto-resume on /exec); clients should retry shortly.
active, paused, resuming ID of the latest snapshot (present after a pause).
Hard lifetime cap in seconds from creation, if set at creation time. Absent when no cap was configured.
Current egress allow/deny rules, if any have been configured. Absent when the sandbox uses default network settings.
User-supplied tags attached at creation. Always present — sandboxes created without metadata return {} rather than being absent.
{ "env": "prod", "owner": "agent-7" }
Per-sandbox access token for data-plane operations (file
upload/download, terminal). Pass as the X-Access-Token
header.