connect
Create connection
Create a new MCP connection with an auto-generated ID. Requires API key and namespace ownership.
post/connect/{namespace}
Path parameters
namespacestring required
Request body
Example request
{
"mcpUrl": "https://mcp.example.com/sse",
"name": "My MCP Server",
"metadata": {
"userId": "user123",
"team": "engineering"
},
"headers": {
"X-API-Key": "secret-key"
}
}Response
Connection created
Example response
{
"connectionId": "clever-dolphin-a9X3"
}