Security

Keep Reloop API keys safe.

Store

DoDon’t
RELOOP_API_KEY in env / secretsCommit keys to git
One key per appShare one key everywhere
Clear names (Production, CI)Leave keys unnamed

If a key leaks

  1. Disable it (dashboard or code) — access stops now
  2. Rotate or create a replacement
  3. Update apps with the new secret
  4. Delete the old key when nothing uses it

Same steps work in dashboard or code.

Remember

  • Secret is shown once (create / rotate)
  • Later you only see a prefix in the list
  • Reloop stores a hash, not the full key

Was this page helpful?

Edit this page