Current sandbox endpoints for creation, lifecycle, exec, files, file content, logs, ports, stats, and snapshot-based restart flows. Sandbox APIs are grouped under /sandboxes.

Endpoints

CapabilityEndpoints
CRUDGET /sandboxes, POST /sandboxes, GET /sandboxes/{id}, PUT /sandboxes/{id}, DELETE /sandboxes/{id}
Runtime lifecyclePOST /sandboxes/{id}/start, POST /sandboxes/{id}/stop, POST /sandboxes/{id}/extend-ttl
Snapshot-assisted lifecyclePOST /sandboxes/{id}/snapshots, POST /sandboxes/{id}/start-from-latest, POST /sandboxes/{id}/start-from-snapshot, POST /sandboxes/{id}/stop-with-snapshot
Execution and filesPOST /sandboxes/{id}/exec, GET /sandboxes/{id}/files, POST /sandboxes/{id}/files, GET /sandboxes/{id}/file-content
Logs and statsGET /sandboxes/{id}/logs, GET /sandboxes/{id}/logs/lifecycle, GET /sandboxes/{id}/stats/history
NetworkingGET /sandboxes/{id}/ports, POST /sandboxes/{id}/ports

Key Pages