cURL
curl --request GET \ --url https://api.klavis.ai/local-sandbox \ --header 'Authorization: Bearer <token>'
{ "local_sandboxes": [ { "local_sandbox_id": "<string>", "created_at": "<string>", "servers": [ { "id": "<string>", "server_name": "<string>", "mcp_server_url": "<string>", "status": "idle", "benchmark": "<string>", "updated_at": "<string>", "metadata": {}, "auth_data": {}, "tags": {} } ], "status": "idle", "benchmark": "<string>" } ], "total_count": 123 }
Lists all active local sandbox environments owned by the user.
Your Klavis AI API key.
Successful Response
List of all local sandbox environments
Show child attributes
Total number of local sandboxes