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
server_name
enum<string> | null

MCP server to warm tokens for (e.g. 'notion') Supported MCP servers for sandboxing

Available options:
jira,
github,
salesforce,
hubspot,
notion,
airtable,
linear,
asana,
google_sheets,
google_drive,
google_docs,
gmail,
google_calendar,
google_forms,
clickup,
close,
monday,
motion,
onedrive,
microsoft_teams,
outlook_mail,
cal.com,
quickbooks,
moneybird,
dropbox,
shopify,
woocommerce,
outlook_calendar,
resend,
wordpress,
mem0,
supabase,
slack,
confluence,
discord,
snowflake,
postgres,
mongodb,
youtube,
googleworkspaceatlas,
huggingface,
arxiv_latex,
calculator,
clinicaltrialsgov,
fetch,
met_museum,
open_library,
osm,
pubmed,
us_weather,
duckduckgo,
whois,
wikipedia,
scholarly,
howtocook,
yahoo_finance,
12306,
youtube_transcript,
weather,
twelvedata,
national_parks,
lara_translate,
e2b,
context7,
alchemy,
weights_and_biases,
oxylabs,
google_maps,
brave_search,
exa,
serper

Response

Successful Response