Create

Create a new agent

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
isActivebooleanOptional
initialMessagestringOptional
promptstringOptional
llmModelstringOptional
llmProviderenumOptional

An enumeration.

descriptionstringOptional
avatarstringOptional
typeenumOptional

An enumeration.

Allowed values:
parametersobjectOptional
metadatamap from strings to anyOptional
outputSchemastringOptional

Response

This endpoint returns an object.
successboolean
dataobjectOptional

Represents a Agent record

Errors