H

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.

2 integrations · REST · CLI

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.

discovered 2mo ago
REST · OpenAPI1
CLI1
Credentials
hotglue API key (environment, personal, or public depending on surface sensitivity)api_keyGet key

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.

Tenant-scoped widget JWT signed with your hotglue private signing keyjwtGet key

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

Publish these signals → /publishing