🤖Agents
In this section you can interact with your agents. To get the response from an agent check the "completion" endpoint
Get all agents
get all agents
Headers
Name
Type
Description
{
"status":200,
"body":
{
"agents":[
"name": "Agent 1"
"id": "xxxxx-xxxxxx-xxxxxx"
]
}
}Get single agent
get a single agent
Headers
Name
Type
Description
Completion from an agent
Get the completion from an agent
Headers
Name
Type
Description
Request Body
Name
Type
Description
Completion without an agent
Get the completion without an agent
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated