Skip to main content
POST
MCP bots endpoint (Streamable HTTP)
This endpoint exposes the Bots MCP server over Streamable HTTP. Requests and responses use JSON-RPC 2.0. If you are building an MCP client, prefer using an MCP SDK. If you need to call the endpoint directly, you can use the examples below.

Example: list available tools

Example: call a tool (list_bots)

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 | null

Response

JSON-RPC response

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