Owner API keys, headers, and workspace scope.
Bolt Sequencer exposes workspace HTTP APIs on the app origin (https://app.boltsequencer.com by default). Integrators use an owner API key — not browser session cookies.
bs_live_…). Store it securely.Every workspace-scoped request must include:
| Header | Value |
|---|---|
Authorization | Bearer bs_live_<secret> |
X-Workspace-Id | UUID of a workspace where your account is owner |
Use Content-Type: application/json for JSON bodies.
Authorization: Bearer bs_live_…, the server uses the API key path only — a valid session cookie is not used as a fallback when the Bearer header is present.Authorization and rely on the session cookie.The key acts as workspace owner on the workspace given by X-Workspace-Id. That is full owner capability on Bearer-enabled routes: leads, campaigns, segments, blocklists, connected inboxes (SMTP/SES — not Google/Microsoft OAuth connect), unified inbox, monitoring, dashboard, and analytics exports.
Treat keys like root automation credentials. Rotate by revoking and creating a new key.
These routes require a signed-in browser session — not available with API keys:
GET / POST /api/user/api-keysDELETE /api/user/api-keys/[id]OAuth connect flows (/api/inboxes/oauth/google|microsoft/*) are browser-only. Create SMTP or SES inboxes via the API; connect Gmail/Outlook in the app UI.