Agents

Create an agent and define, model and its parameters.

Retrieve agents authored by the user.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

A list of agents

application/json
get
/agents
200

A list of agents

Create or update an agent

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptional
namestringOptional
descriptionstringOptional
imagestringOptional
privacystring · enumOptionalPossible values:
isAutonomousbooleanOptional
promptstringOptional
welcomestringOptional
modelstring · enumOptional

Name of the LLM model to use.

Possible values:
collectionsstring[]Optional
Responses
chevron-right
200

The result of the agent creation or update.

application/json
post
/agents

Please see the list of supported models for the model parameter above.

Last updated