GET
/
v1
/
agents
/
{id}
{
  "id": "01234567-89ab-cdef-0123-456789abcdef",
  "name": "Jarvis",
  "avatar_id": "01234567-89ab-cdef-0123-456789abcdef",
  "system_prompt": "You are a helpful assistant.",
  "language": "en",
  "greeting": "Hello!",
  "max_session_length_minutes": 30,
  "capabilities": [
    {
      "type": "webcam_vision"
    },
    {
      "type": "wakeup_mode",
      "triggers": [
        "hey agent",
        "hi pal"
      ]
    }
  ],
  "llm": {
    "type": "openai"
  }
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

id
string
required

Agent ID.

Response

Requested Agent

Response model for an agent.