agent
Create Agent
Create an agent.
post/v1/agent
Request body
Example request
{
"avatar_id": "01234567-89ab-cdef-0123-456789abcdef",
"system_prompt": "You are a helpful assistant.",
"name": "John Doe",
"language": "en",
"greeting": "Hello!",
"max_session_length_minutes": 30,
"capabilities": [
"webcam_vision"
]
}Response
Successful Response
Example response
{
"avatar_id": "01234567-89ab-cdef-0123-456789abcdef",
"system_prompt": "You are a helpful assistant.",
"name": "John Doe",
"language": "en",
"greeting": "Hello!",
"max_session_length_minutes": 30,
"capabilities": [
"webcam_vision"
],
"id": "01234567-89ab-cdef-0123-456789abcdef"
}