id | uuid | Unique agent identifier |
name | string | Agent display name |
phone_number | string | Assigned phone number (read-only) |
is_active | boolean | Whether the agent accepts calls |
language | string | Language code: de, en, fr, es |
formality | string | formal (Sie) or informal (Du) |
llm_provider | string | azure, openai, gemini, gemini_live, gemini_live_cascade, openai_realtime, openai_realtime_cascade |
llm_model | string | Model identifier (e.g., gpt-4o, gemini-2.5-flash) |
llm_temperature | number | Creativity (0 = deterministic, 2 = creative) |
tts_provider | string | cartesia, elevenlabs, gemini_live, openai_realtime |
voice_id | string | Voice identifier for TTS |
realtime_voice | string | Voice for native realtime providers |
speaking_rate | number | Speech speed (0.5 - 2.0) |
stt_provider | string | deepgram, elevenlabs, mistral (null for realtime) |
prompt | string | System prompt (max 50,000 chars) |
greeting | string | Initial greeting message (max 2,000 chars) |
post_call_webhook_url | string | Webhook URL called after each call |
schedule | object | Business hours configuration |
backup_agent_id | uuid | Fallback agent when unavailable |
vacation_mode | boolean | Whether vacation mode is active |
vacation_end | datetime | When vacation mode auto-disables |
vacation_notdienst | boolean | Emergency service during vacation |
allow_greeting_interruption | boolean | Allow callers to interrupt greeting |
short_calls_auto_edit | boolean | Auto-mark very short calls as done |
track_caller_name | boolean | Ask for and track caller’s name |
transfer_timeout_seconds | number | Transfer timeout (10-120 seconds) |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last update timestamp |