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>", "benchmark": "<string>", "updated_at": "<string>", "metadata": {}, "auth_data": {}, "tags": [ "<string>" ] } ], "benchmark": "<string>" } ], "total_count": 123 }
Lists all active local sandbox environments owned by the user.
Documentation IndexFetch the complete documentation index at: https://www.klavis.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.klavis.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your Klavis AI API key.
Successful Response
List of all local sandbox environments
Show child attributes
Total number of local sandboxes