Skip to main content
POST
/
sandbox
/
prepare
Prepare sandbox infrastructure for high demand
curl --request POST \
  --url https://api.klavis.ai/sandbox/prepare \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Query Parameters

benchmark
enum<string> | null

The benchmark to prepare capacity for. Defaults to general capacity if not specified. Supported benchmarks for sandbox initial environment

Available options:
MCP_Atlas,
Toolathlon,
MCP_Mark

Response

Successful Response