API keys
API keys are created and managed inside the Lumira workspace. Treat them like secrets.Request headers
Most API integrations should send an API key using the configured authorization method for the endpoint.Security rules
- Never expose API keys to clients.
- Rotate keys if they are leaked.
- Use separate keys for separate systems where possible.
- Keep Roblox ranking connected through OAuth, not cookies.
