POST
/
api
/
v1
/
mcp
/
agents
/
{agent_id}
/
servers
/
{server_id}
/
connect
Connect Mcp Server
curl --request POST \
  --url https://agent-studio.thena.ai/api/v1/mcp/agents/{agent_id}/servers/{server_id}/connect \
  --header 'x-api-key: <api-key>'
{
  "authorization_url": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string
required
server_id
string<uuid>
required

Response

200
application/json

Successful Response

Response model for initiating an MCP server connection.