Update

Patch an agent

Path parameters

agent_idstringRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
isActivebooleanOptional
namestringOptional
initialMessagestringOptional
promptstringOptional
llmModelstringOptional
descriptionstringOptional
avatarstringOptional
typestringOptional
metadatamap from strings to anyOptional
outputSchemastringOptional

Response

This endpoint returns an object.
successboolean
dataobject or null
Represents a Agent record

Errors