https://www.useboom.ai and require an
organization API key, sent as a Bearer token:
- The key identifies your organization. You never pass an organization id: it’s derived from the key, and every request is scoped to it.
- Keys are prefixed
boom_org_and are shown once at creation. Store the key securely; Boom only retains a hash. - Revoking a key in the dashboard immediately rejects further requests
with
401.
Environments
Boom exposes two environments. Each has its own organizations and its own API keys. A production key is not valid against the development host, and vice versa.
In the interactive API reference, switch the target with the server
dropdown at the top of each endpoint. In your own code, set the base URL once
(e.g.
export BASE="https://dev.useboom.ai/api/v1/cdp") so you can point the
same integration at either environment.
Errors
A401 is returned with one of two messages depending on the failure mode:
Related
Quickstart
Make your first authenticated calls end to end.
Rate limits & errors
Per-key limits, headers, and the shared error shape.
One uniform surface
The same capabilities over REST and MCP.