Pick a credential type
| Use case | Credential | Where to manage it |
|---|---|---|
| CI/CD, runtime reporters, automation | Service account API key (recommended) | Service accounts |
| Interactive scripts tied to your user | Personal API key | Personal API keys |
Quick start: get a token
Sign in to Kosli
Open the Kosli web app and sign in:
- EU: app.kosli.com
- US: app.us.kosli.com
Create a key
- For CI/CD, follow Service accounts to create a service account and generate its first API key.
- For your own scripts, follow Personal API keys to generate a key tied to your user.
Use the token
Pass the token as a bearer token when calling the API directly:See also
- Service accounts — admin lifecycle for machine credentials.
- API key rotation — how rotation works, with a step-by-step tutorial.
- Roles in Kosli — what users and service accounts can do at each role.