Planned: creating an API key
- Go to Settings → API Keys
- Click Create API key
- Choose a name, role, and optional expiry
- Copy the key immediately — it will not be shown again
Planned: using an API key
Requests will authenticate with a Bearer token. Exact endpoints and scopes will be published with the API reference when this ships.Security notes (when available)
- Store API keys in a secrets manager — never hardcode them in source code
- Rotate keys if they may have been exposed
- Prefer the least-privileged role for each integration