Pick a credential type
Quick start: get a token
1
Sign in to Kosli
Open the Kosli web app and sign in:
- EU: app.kosli.com
- US: app.us.kosli.com
2
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.
3
Copy the key immediately
Kosli stores only a hash of the token, so the original is shown once and cannot be retrieved later. Paste it straight into your secret store.
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.