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="
}

Changes

Changed in 1 of the 3 revisions of this API.1