Agents
Create an agent and define, model and its parameters.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptional
namestringOptional
descriptionstringOptional
imagestringOptional
privacystring · enumOptionalPossible values:
isAutonomousbooleanOptional
promptstringOptional
welcomestringOptional
modelstring · enumOptionalPossible values:
Name of the LLM model to use.
collectionsstring[]Optional
Responses
200
The result of the agent creation or update.
application/json
400
Invalid name or description.
application/json
403
Exceeded agent allowance.
application/json
500
Error creating or updating agent.
application/json
post
/agentsLast updated