Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/ai/actor-mcp-servers \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "endpoint": "<string>", "auth_type": "<string>", "requires_user_connection": true, "connection_status": "<string>", "connected_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z" } ]
Actor MCP servers
Was this page helpful?