K
Kumty
Back to Help Center/Admin & Settings
Admin & Settings

API Keys

Create and manage API keys for programmatic access.

API Keys

Creating a Key

  1. Go to Settings > API Keys
  2. Click Create API Key
  3. Give it a name and optional expiry date
  4. Copy the key immediately (shown only once)

Usage

Include the key as a Bearer token in the Authorization header:

```

Authorization: Bearer sk_live_your_key_here

```

Security

  • Keys are SHA-256 hashed in the database
  • Rotate keys regularly
  • Delete unused keys promptly

Tags

apikeysauthenticationdeveloper

Was this article helpful?

Let us know so we can improve the help center.