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.
  5. 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.