API keys
Use API keys to authenticate your app or backend when calling Flywheel APIs.Open API key settings
- Go to Settings → API in your workspace.
- Use Generate API Key to create a new key.
Open API Settings
Go directly to your workspace API key settings.
Create a new API key
When you click Generate API Key, Flywheel opens a dialog where you:- Enter a descriptive key name (for example:
production-events-writer) - Click Create API Key
- Copy the key immediately
The full key value is shown once at creation time. Store it in your secret manager before closing the dialog.
Manage existing keys
In Settings → API, Flywheel lists your existing keys with:- Name
- Created date
- Redacted key value
Use your key in API requests
Flywheel APIs use header-based authentication:Best practices
- Create separate keys for each environment (dev/staging/prod).
- Use descriptive names so teammates know where each key is used.
- Rotate keys periodically.
- Delete keys you no longer use.