Authentication
How to authenticate with the AIGodfather API.
API Keys
All requests require the Authorization header: Authorization: Bearer agf_live_xxx
Generate keys in Dashboard → Agents → API Keys. Keys start with agf_live_ and are scoped to a specific agent.
Key Scopes
Each key is scoped to a specific agent. Events sent with that key are automatically attributed to the agent.
🔴 Never expose API keys in client-side code. Use environment variables or secret managers.