API explorer
This page is an interactive reader for the two OpenAPI specs that ship with HiveCFM — the public Core API served from app.hivecfm.io/api and the internal HubHubThe Go service that owns background processing, integrations, and the admin API. Sibling to Core. API that runs on localhost:8080 in dev. Use the toggle to switch between them, expand an operation to see its parameters and schemas, and click Try it out to hit the endpoint from your browser.
Requests go straight to whatever server the spec declares; for the Core spec that is the production cloud, and for the HubHubThe Go service that owns background processing, integrations, and the admin API. Sibling to Core. spec it is your local Hub service. Either one may be unreachable from your current network or blocked by CORS. Paste a bearer token into the field to authorize requests — it is stored in your browser’s localStorage under hivecfm-dev-hub:api-try-it:bearer-token so it survives reloads. Clear the field to remove it.