API Keys
The API Keys screen is where administrators issue and revoke the keys that let external systems use the S-Launch API. For the concept, see API Keys.
What you can do
- Browse existing keys (metadata only — the secret value is never shown again after creation).
- Create a key: give it a label, choose the scopes it should carry (or attach a role), and set an optional expiry. The raw key value is shown once on creation — copy it immediately.
- Delete (revoke) a key — it stops working right away.
WARNING
The secret key value is shown only at creation and cannot be retrieved later. If it is lost, delete the key and mint a new one. Treat keys like passwords — store them in a secrets manager, never in source control.
Required access
| Action | Scope |
|---|---|
| View keys | apikeys:read |
| Create or delete keys | apikeys:write |
See Scopes for the full catalogue.
Related
- API Keys (concept) — what API keys are and how they authenticate.
- Admin › API Keys (API) — the underlying API, including
X-API-Keyheader usage.
