API Keys
API keys are non-human identities — credentials that let external systems and integrations talk to S-Launch programmatically, without a person logging in.
Like users, an API key carries scopes (directly or through a role (scope set)) that determine what it can do. Keep a key's scopes as narrow as the integration needs.
Requests authenticate by sending the key in the X-API-Key header — see Authentication for usage.
See also
- Scopes — the permissions a key can hold.
- Roles (Scope Sets) — reusable scope bundles you can attach to a key.
- Admin › API Keys — the API for creating and managing keys.
- Admin › Access Control — managing keys in the interface.
