My API Keys

Manage your personal API keys for programmatic access to exports and automation

Your API Keys
Loading API keys...
Usage Examples

Use your API key in the X-API-Key header for authenticated requests:

curl -X POST "http://localhost:8000/api/chat/sessions/{session_id}/export" \
  -H "X-API-Key: aibr_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"format": "csv"}'

API keys inherit your user permissions. They can access the same integrations and channels as your account.