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
Example response
{
"token": "eyJlbnZfaWQiOiJkZXYtdjEiLCJmbG93X2lkIjoiLi4uIn0="
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○