Projects & API keys
Clear project boundaries reduce risk and keep analytics meaningful.
Projects
Use projects to separate:
- teams
- environments
- products or tenants (if needed)
API keys
Recommended:
- separate keys per environment (dev/staging/prod)
- least privilege: keys scoped to the project/environment
- never embed keys in client-side apps
Rotation
Key rotation process:
- create new key
- deploy it alongside old key
- validate ingestion
- revoke old key