Operator Guide
API Keys
API keys identify your application to the Pollar API. They are used in the SDK (e.g. in PollarProvider with apiKey="...").
Usage
- One API key per environment (development, staging, production).
- Do not expose the API key in public code or in the frontend when alternatives exist (e.g. a backend that calls the API with the key).
Management
- Create and revoke keys from the Operator Dashboard (when available) or via the process defined by the team.
- Rotation: generate a new key and update the app; revoke the old one once everything is migrated.
Replace this content with concrete dashboard steps for creating/rotating API keys and permission policies if any.