Agents

Update agent

Update an agent's configuration. Only provided fields are updated.

patch/v1/agents/{agent_id}

Path parameters

agent_idstring uuid required

The agent's unique identifier

Request body

namestring
descriptionstring
goalstring
instructionsstring

Response

Agent updated

idstring
user_idstring
namestring
descriptionstring nullable
dataobject

Full agent definition including goal, instructions, and configuration

triggersobject[]
enabledboolean
statsobject nullable
created_atstring nullable
updated_atstring nullable

Changes

Changed in 1 of the 5 revisions of this API.1

    • removed the optional property chat_session_id from the response with the 200 status

      response-optional-property-removed