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
-
Access the Dashboard

-
Create a new key
- Click "Add API Key"

-
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

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