Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a new isolated sandbox with a persistent workspace.
POST /v1/sandboxes
{ "language": "python" }
language
python
node
go
{ "id": "sb_abc123", "language": "python", "status": "created" }
curl -X POST http://localhost:8000/v1/sandboxes \ -H "Content-Type: application/json" \ -d '{"language": "python"}'