Create a new API Key

  • Click on + NEW API KEY
  • Your key will be generated and shown only once
  • ⚠️ IMPORTANT: Copy and save the key immediately in a secure location
  • After closing the window, you will only see an obfuscated version (e.g.: sk_2*****17d7)
⚠️ Warning: API Keys are sensitive. Do not share them and do not publish them in public repositories or client-side code.


Keys Management

API Keys List
API Keys List

In the API Keys Management table you can:

  • View all your active keys (in obfuscated format)
  • See the creation date of each key
  • Delete keys you no longer use by clicking the 🗑️ icon

Note: If you lose an API Key, it cannot be recovered. You will need to delete it and create a new one.



How to Use API Keys

Include your API Key in the authentication header of HTTP requests:

Authorization: Bearer sk_YOUR_API_KEY_HERE

For complete documentation of available APIs, consult the API Documentation section.

No, for security reasons API Keys are only shown at creation time. If you lose a key, you must delete it and create a new one.

There are no limits to the number of API Keys. You can create several to separate environments (production, development) or different applications.

Immediately delete the compromised key from the API Keys Management section and generate a new key for your applications.


Some of the ai4call users