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

  1. Sign in to your Flux deployment.
  2. Projects→ open or create your game's project.
  3. Settings → copy the API key.
  4. 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.