GET /api/agent/:zid/sandbox/quota
| Method | GET |
| Path | /api/agent/:zid/sandbox/quota |
| Group | Agent Sandbox |
| Auth | session cookie |
| Source | shared/api-core/src/routes/agentSandbox.ts |
Call it
curl -X GET https://zeqsdk.com/api/agent/:zid/sandbox/quota
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Agent Sandbox
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.