{ "opencollection": "1.0.0", "info": { "name": "Letta Admin Sandboxes API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sandboxes", "type": "folder" }, "items": [ { "info": { "name": "List Sandboxes", "type": "http" }, "http": { "method": "GET", "url": "https://api.letta.com/v1/sandboxes", "params": [ { "name": "agentId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List all sandboxes for the organization" }, { "info": { "name": "Create Sandbox", "type": "http" }, "http": { "method": "POST", "url": "https://api.letta.com/v1/sandboxes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Modal Sandbox that runs letta remote automatically" }, { "info": { "name": "Terminate Sandbox", "type": "http" }, "http": { "method": "POST", "url": "https://api.letta.com/v1/sandboxes/:sandboxId/terminate", "params": [ { "name": "sandboxId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Terminate a Modal Sandbox" } ] } ], "bundled": true }