What is an operator?
An operator is a configurable voice agent: prompt (behavior), voice (TTS provider and voice id), integrations (what it can do), and optional knowledge (RAG).Common settings
- System prompt — canonical runtime instructions; many deployments use a field such as
system_prompt_finalfor the hydrated policy. - Voice — keep dashboard voice id / provider aligned with nested
user_config.voicewhen your product merges payloads shallowly at the root. - First message / voicemail — greeting and after-hours behavior via
user_configwhere applicable.