Documentation Index
Fetch the complete documentation index at: https://aimnahai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Setup Your Agent
Agents are the core of Aimna. Each agent has a system prompt, LLM model, voice settings, and optional functions.Agent Modes
| Mode | Description |
|---|---|
| Voice | Handles phone calls only |
| Chat | Handles text chat only |
| Both | Handles voice calls and text chat |
Configuration
System Prompt
The system prompt defines your agent’s personality, knowledge, and behavior. Write it in natural language:LLM Model
Choose the language model that powers your agent’s responses:| Model | Speed | Quality | Best For |
|---|---|---|---|
| GPT-4o Mini | Fast | Good | Most use cases, cost-effective |
| GPT-4o | Medium | Excellent | Complex reasoning, nuanced conversations |
| Claude Sonnet | Medium | Excellent | Long conversations, detailed analysis |
Voice Settings (Voice mode only)
- TTS Provider: ElevenLabs, OpenAI, or Edge TTS
- Voice: Select from available voices for the chosen provider
- STT Provider: Deepgram Nova (recommended) or ElevenLabs Scribe
Functions
Functions let your agent take actions during conversations:- Call Transfer — Transfer to a human agent or another AI agent
- Book Appointment — Check calendar availability and book meetings
- Send SMS — Send text messages to the caller
- Extract Variables — Pull structured data from the conversation
- Custom Function — Call any HTTP endpoint with extracted parameters