Returns sandboxes belonging to the authenticated team, optionally filtered by metadata tags.
Any query parameter prefixed metadata. is treated as a filter
clause: ?metadata.env=prod&metadata.owner=agent-7. Multiple
filters AND together — a sandbox matches only if every key/value
pair is present in its metadata. Values are compared as exact
strings; there is no type coercion or substring matching.
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.
Filter sandboxes whose metadata contains an exact {key}: <value>
pair. Repeat with different keys to AND multiple filters. Values
are always strings. Example: ?metadata.env=prod.
List of sandboxes belonging to the authenticated team
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" }