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.
Rotate after a leak
Use Regenerate key in project settings. Old keys stop immediately—update every FluxServer.Init caller (live + Studio).
Dev vs production
Use separate projects so test noise does not mix with live traffic—each has its own key and quota.