cURL
curl --request POST \ --url https://api.klavis.ai/mcp-server/strata/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "userId": "<string>", "servers": [ "Affinity" ] }'
{ "strataServerUrl": "<string>", "oauthUrls": {}, "apiKeyUrls": {} }
Create a Strata MCP server.
Your Klavis AI API key.
Successful Response
The response is of type object.
object