cURL
curl --request GET \ --url https://api.klavis.ai/user/instances \ --header 'Authorization: Bearer <token>'
{ "instances": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "tools": [ { "name": "<string>", "description": "<string>" } ], "authNeeded": true, "isAuthenticated": false } ] }
Get all MCP server instances information by user ID and platform name.
Your Klavis AI API key.
The external user ID
The platform name
Successful Response
The response is of type object.
object