Create a new API key
- In the portal go to Account → Developers → API Keys
- Click « Create new key »
- Assign description and (optional) IP whitelist
- Select scopes: Read-only, Billing, Provisioning, Admin
- Copy the key immediately – it is only shown once in plain text!
Security
Never commit API keys to source repos or client-side JavaScript. Store keys in environment variables and rotate periodically (e.g. every 90 days).