Reference
API keys
Each Flux project has one key for ingest (
flux_…). Anyone with it can write logs to that project. Treat it like a password.Get a key
- Sign in to your Flux deployment.
- Projects→ open or create your game's project.
- Settings → copy the API key.
- Share only through private channels (password manager, DM), not public repos or Discord.
- In Studio, add the key in
FluxServerInit(see Quick start step 2).
Rotate after a leak
Use Regenerate key in project settings. Old keys stop immediately. Update FluxServerInit in every place you ship the SDK (live + Studio).
Dev vs production
Use separate projects so test noise does not mix with live traffic. Each project has its own key and quota.