Getting Started

Generate API keys

Create and manage secure bearer tokens for Conrad AI.

Key creation workflow

1
Open Developers → API Keys
Create a named key for each environment.
2
Store it in your server environment
Never ship private keys to browsers, mobile bundles, or public repos.
3
Rotate periodically
Use different keys for local, staging, and production.
Authentication header
Authorization: Bearer YOUR_API_KEY