Update Agent
Agents
Update Agent
Update agent.
PATCH
Update Agent
Authorizations
Your Beyond Presence API Key.
Path Parameters
Agent ID.
Body
application/json
Request body to update an agent. Omitted fields are unchanged.
Display name to use. Also used when addressed in conversations.
Required string length:
1 - 100Examples:
"Jarvis"
"HAL 9000"
ID of avatar to use.
Required string length:
1 - 100Example:
"01234567-89ab-cdef-0123-456789abcdef"
System prompt to use.
Required string length:
1 - 10000Example:
"You are a helpful assistant."
Language to use.
Available options:
ar, ar-SA, bn, bg, zh, cs, da, nl, en, en-AU, en-GB, en-US, fi, fr, fr-CA, fr-FR, de, el, hi, hu, id, it, ja, kk, ko, ms, no, pl, pt, pt-BR, pt-PT, ro, ru, sk, es, sv, tr, uk, ur, vi Example:
"en"
What to say when a call starts.
Required string length:
1 - 1000Example:
"Hello!"
Maximum session length in minutes.
Required range:
0 < x <= 90Example:
30
Extra capabilities to manage calls.
Agent capability to see user camera feed.
- WebcamVisionAgentCapability
- WakeupModeAgentCapability
Example:
[
{ "type": "webcam_vision" },
{
"triggers": ["hey agent", "hi pal"],
"type": "wakeup_mode"
}
]Configuration for LLM to use.
- LivekitAgentLlm
- OpenaiAgentLlm
- OpenaiCompatibleAgentLlm
Example:
{ "type": "openai" }Configuration for TTS to use.
- LivekitAgentTts
- ElevenlabsAgentTts
- DeepgramAgentTts
- OpenaiAgentTts
- GoogleAgentTts
Example:
{
"type": "elevenlabs",
"voice": "21m00Tcm4TlvDq8ikWAM"
}IDs of knowledge files to refer to.
Minimum string length:
1Response
Successful Update