latestOpenAPI 3.1.02026-08-20832446.2 KB

ec83efeae3d5

Generate MCP token

Generates a per-tenant bearer token for authenticating to hotglue's Composite MCP server (https://mcp.hotglue.com/mcp). The token scopes tool discovery and tool calls to the specified tenant's linked connectors.

get/{env_id}/{flow_id}/{tenant}/mcpToken

Path parameters

env_idstring required

ID of environment

flow_idstring required

ID of flow

tenantstring required

ID of tenant

Response

200

tokenstring required

Base64-encoded bearer token to pass as Authorization: Bearer <token> when calling Composite MCP.

Example response

{
  "token": "eyJlbnZfaWQiOiJkZXYtdjEiLCJmbG93X2lkIjoiLi4uIn0="
}