Agent Builder
Update Persona
Partially update the persona section of an agent
PATCH
Update Agent Persona
Partially update the persona section of an agent. Only the fields you include are deep-merged into the existing configuration; omitted fields are left unchanged. The persona section controls the agent’s identity (system prompt, greeting), AI providers (STT / LLM / TTS), actions, memories, and metadata.Path Parameters
UUID of the agent to update.
Body Parameters
Core identity settings.
AI provider configuration for speech-to-text, LLM, and text-to-speech.
Custom actions the agent can take during a call (provider-specific shape).
Memory configuration for the agent (provider-specific shape).
Arbitrary metadata key-value pairs attached to the persona.

