Update Agent
Update agent.
Documentation Index
Fetch the complete documentation index at: https://docs.bey.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Beyond Presence API Key.
Path Parameters
Agent ID.
Body
Request body to update an agent. Omitted fields are unchanged.
Display name to use. Also used when addressed in conversations.
1 - 100"Jarvis"
"HAL 9000"
ID of avatar to use.
1 - 100"01234567-89ab-cdef-0123-456789abcdef"
System prompt to use.
1 - 10000"You are a helpful assistant."
Language to use.
ar, 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 "en"
What to say when a call starts.
1 - 1000"Hello!"
Maximum session length in minutes.
0 < x <= 9030
Extra capabilities to manage calls.
Agent capability to see user camera feed.
- WebcamVisionAgentCapability
- WakeupModeAgentCapability
"[\n {\"type\":\"webcam_vision\"},\n {\"type\":\"wakeup_mode\",\"triggers\":[\"hey agent\",\"hi pal\"]}\n ]"
Configuration for LLM to use.
- OpenaiAgentLlm
- OpenaiCompatibleAgentLlm
{ "type": "openai" }Response
Successful Update