Help
search
Sign In Get Klang

Managing API keys

Create and revoke personal keys for the Klang API.

API keys let you call the Klang API from your own scripts or services. Each key is personal: it acts on your behalf and can only reach content you have access to.

The empty API keys page with the Create API key button

Create an API key

  1. Open Settings → Developers → API keys
  2. Click Create API key
  3. Enter a Name that reminds you where the key is used (for example, “Production CRM”)

The Create new API key dialog with a Name field

  1. Click Create

Klang shows the new key value once.

The API key created dialog showing the key value with a warning to copy it

Copy the key now and store it in a secure place such as a password manager or your CI’s secret store. You cannot view the full key again after closing this dialog. If you lose it, revoke the key and create a new one.

Use a key

Send the key as a bearer token in the Authorization header:

curl https://api.klang.ai/v1/identity/me \
  -H "Authorization: Bearer sk_..."

For the full reference, including all endpoints and request shapes, see the API documentation.

Manage your keys

The API keys list with one key, its prefix, last used time, and created date

Each row shows the key’s name, a short prefix (the rest stays hidden), when it was last used, and when it was created. Last used is useful for spotting keys that no longer need to exist.

To revoke a key, click the trash icon on its row. Calls made with that key stop working immediately. You cannot undo this.

Personal vs workspace

API keys inherit your access. If you can see a meeting or folder in Klang, your key can read it through the API. If you leave the workspace or your access is removed, your keys stop working as well.

Was this article helpful?

Your feedback helps us improve our documentation.

Kling

Need more help?

Our support team is here to help you.

Contact Support