cURL
curl --request POST \ --url https://platform.crescendo.ai/api/v1/mcp/tenants/{tenantId}/bots \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": "tools", "method": "tools/list" } '
{ "jsonrpc": "<string>", "id": "<string>", "result": {}, "error": {} }
Streamable HTTP endpoint for the Bots MCP server. Requests and responses use JSON-RPC 2.0.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant identifier.
"2.0"
JSON-RPC response