Backend API
Add a new MCP server
cURL
curl --request POST \ --url https://api.wacht.dev/ai/mcp-servers \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "endpoint": "<string>", "description": "<string>", "configuration": {} } '
{ "id": "<string>", "deployment_id": "<string>", "name": "<string>", "endpoint": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "configuration": {} }
API key authentication (format: Bearer {api_key})
MCP server created
Was this page helpful?