Skip to main content

Authentication

To use the Fonema.ai API, you need an API key to authenticate your requests. Follow these steps to generate and manage your keys.

Generate a new API key

  1. Access the Dashboard

    API Keys panel

  2. Create a new key

    • Click "Add API Key"

    Button to create API key

  3. Configure the key

    • Descriptive name: Use a name that helps identify the key purpose (e.g. "Production App", "Internal Testing")
    • Agent selection: Choose which agents this key can access (you can select multiple)
    • Click "Create API Key" to finish

    API key form

Using the API key

Once you have your API key, include it in all API requests using the authorization header:

Authentication header

Authorization: Bearer YOUR_API_KEY_HERE