Skip to main content
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

string
required
UUID of the agent to update.

Body Parameters

object
Core identity settings.
object
AI provider configuration for speech-to-text, LLM, and text-to-speech.
object
Custom actions the agent can take during a call (provider-specific shape).
object
Memory configuration for the agent (provider-specific shape).
object
Arbitrary metadata key-value pairs attached to the persona.

Request Example


Response