cURL
curl --request GET \ --url https://api.klavis.ai/sandbox \ --header 'Authorization: Bearer <token>'
{ "sandboxes": [ { "sandbox_id": "<string>", "server_name": "<string>", "status": "idle", "benchmark": "<string>", "tags": [ "<string>" ], "updated_at": "2023-11-07T05:31:56Z" } ], "total_count": 123 }
Get all sandboxes associated with the API key’s account. Optionally filter by tag.
Your Klavis AI API key.
Optional sandbox tag string to filter by
Optional MCP server name to filter by (case-insensitive)
Successful Response
Response model for listing all sandboxes
List of sandboxes
Show child attributes
Total number of sandboxes