Skip to main content
GET
/
local-sandbox
List local sandboxes
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
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Response

200 - application/json

Successful Response

local_sandboxes
LocalSandboxInfo · object[]
required

List of all local sandbox environments

total_count
integer
required

Total number of local sandboxes