Skip to main content
POST
/
api
/
v1
/
mcp
/
tenants
/
{tenantId}
/
bots
MCP bots endpoint (Streamable HTTP)
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantId
string
required

Tenant identifier.

Body

application/json
jsonrpc
string
required
Allowed value: "2.0"
method
string
required
id
params
object

Response

JSON-RPC response

jsonrpc
string
required
Allowed value: "2.0"
id
result
object
error
object