diff --git a/getting_started/service-accounts.md b/getting_started/service-accounts.md index ae0f180..7d796ed 100644 --- a/getting_started/service-accounts.md +++ b/getting_started/service-accounts.md @@ -28,6 +28,9 @@ To create a service account: - Choose a Time-To-Live (TTL) for the key, add a descriptive label, and then click `Add`. - Ensure to copy the generated key as it won't be retrievable later. This key serves as the authentication token. + +Kosli never stores your API token in plain text. Only a cryptographic hash of the token is stored, so the original token cannot be retrieved from our systems. + ## Personal API Keys