Skip to main content
POST
Create Agent With Documents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
agent_data
string
required

JSON string of AgentCreate model

files
file[]

Response

Successful Response

Agent creation response model.

agent_id
string<uuid>
required
version
integer
required
livekit
Livekit · object
required
embed
Embed · object
required
sip
Sip · object | null
capabilities
Capabilities · object | null
tools
Tools · object[]
workflow
Workflow · object | null
client_messages
string[]