
The API-key tab shows named keys, status, creation time, and usage information.
Create a key
- Open Account and select the API Keys tab.
- Enter a descriptive name such as
billing-report-production. - Create the key.
- Copy the complete value immediately.
- Store it in a secret manager or protected environment variable.

The complete key is shown only at creation and must be replaced with a redacted value before capture.
Security model
- New keys use the
kh_live_prefix. - The complete key is returned only once.
- The platform stores a SHA-256 hash rather than the recoverable plaintext value.
- Keys can be deactivated, reactivated, and permanently deleted.
- The API rejects inactive or invalid keys.
- Usage and last-use information can be shown in the console.

Usage visibility helps identify unexpected automation activity.

