Authentication
Authenticate Panora API requests with workspace-scoped keys and keep production integrations safe.
Header format
Every Panora API request should include the workspace API key in the Authorization header. Use the selected workspace in the docs navbar to preview the exact main key for that workspace.
Authorization: Bearer pc_live_your_workspace_keyMain keys
The main workspace key powers first-party workspace integrations and center loader scripts. Reset this key only when you are ready to replace affected scripts or integrations.
Additional keys
Additional keys are designed for separate scripts, services, and team workflows. They can expire automatically and can be deleted without rotating the main workspace key.
Security notes
Never expose API keys in public clients, Discord messages, or public repositories. If a key is leaked, delete the additional key or reset the main workspace key immediately from the workspace API page.