Authorization: Bearer <token> for MCP requests. Token lifetime: 60 minutes.
The token is for MCP requests only. App API endpoints (e.g.
/api/automations) require Cognito login and do not accept this token.Create an API Key
- Settings → API Keys → Create
- Copy the key immediately (shown once)
- Get your Organization ID from organization settings
New API keys may take up to 60 seconds to activate.
Exchange for Runtime Token
| Header | Required | Description |
|---|---|---|
X-Api-Key | Yes | API key |
X-Selected-Org | Yes | Organization ID |
Content-Type | Yes | application/json |
{ "token": "eyJhbGciOi..." }
Using the Token
Use the token for MCP server requests. The server path depends on your MCP integration—see your MCP client configuration or the MCP integration guide for the correct path.Bootstrap Script
Get token and export it. Requirescurl and jq.

