API Keys
All API requests require an API key passed in theAuthorization header:
Getting Your API Key
1
Sign In
Go to app.boostgpt.co
2
Generate Key
Dashboard → Settings → API Keys → Create New Key
3
Copy Key
Copy and securely store your API key
Example Request
Security
- Keep keys secret - Never expose in client-side code
- Use environment variables - Store in
.envfiles - Rotate regularly - Generate new keys periodically
- Delete unused keys - Remove old keys from dashboard