Backend API
Get all MCP servers associated with an agent
cURL
curl --request GET \ --url https://api.wacht.dev/ai/agents/{agent_id}/mcp-servers \ --header 'Authorization: <api-key>'
[ { "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})
AI Agent ID
List of MCP servers
Was this page helpful?