Authentication
How to authenticate with the aihubspot API using API keys and JWT tokens.
API Keys
Generate your key from the API Console. All requests use Bearer token authentication.
Key Scopes
| Scope | Description |
|---|---|
chat:read | Read-only access to chat completions |
chat:write | Full chat completions access |
billing:read | View usage and billing data |
admin | Full platform access |
Keys created in the console have chat:write scope by default.