A sandbox outlives the process that created it. StoreDocumentation Index
Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt
Use this file to discover all available pages before exploring further.
sandbox.id somewhere durable (a database, a queue message), and reconnect later with Sandbox.connect().
Sandbox.connect(id)- returns a livesandboxwithcommandsandfilesready to usesandbox.getInfo()- fetch the current status and metadata for a sandbox you already have
Find sandboxes with list
List all sandboxes on the team, or filter by metadata. Filters combine with AND.
list() returns an array of SandboxInfo - no live sandbox is constructed. Call Sandbox.connect(id) when you need one.