POST
/
mcp-server
/
strata
/
add
Add
curl --request POST \
  --url https://api.klavis.ai/mcp-server/strata/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "strataId": "<string>",
  "servers": [
    "Affinity"
  ],
  "externalServers": [
    {
      "name": "<string>",
      "url": "<string>"
    }
  ]
}'
{
  "addedServers": [
    "<string>"
  ],
  "addedExternalServers": [
    {
      "name": "<string>",
      "url": "<string>"
    }
  ],
  "oauthUrls": {},
  "apiKeyUrls": {}
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Body

application/json

Response

Successful Response

The response is of type object.