hotglue.com
hotglue is an embedded integration and ETL platform for SaaS products. It lets developers add customer-facing integrations, run sync jobs, and manage connector flows and tenants.
hotglue exposes a REST API at `https://api.hotglue.com` and an npm-distributed `hotglue` CLI; both authenticate with hotglue-issued API keys, and some tenant-scoped widget/API operations additionally use a signed JWT.
- hotglue REST APIdiscovered
- hotglue CLIdiscovered
Open the hotglue dashboard. For backend/API use, go to environment settings and copy either the environment API key or a personal API key as described in the Authentication docs. For CLI use, get your Personal API Key from Account > Login & Security > Personal API Key. For widget/client-side use, copy the Public API Key from environment settings. Send keys as the x-api-key header for HTTP API calls; the widget/SDK takes the public key as apiKey.
In the hotglue dashboard, go to environment settings and generate a private signing key under API Keys as described in the Authentication docs. Store that private key in your backend; hotglue does not keep a copy. Generate an RS256 JWT with the tenant ID in sub, plus iat and exp, then pass that JWT to the widget as jwtToken or to sensitive tenant API requests as the token query parameter when using a public API key.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing