agents

Update Agent

Update an existing agent.

put/api/agents/{agent_id}

Path parameters

agent_idinteger required

Request body

namestring nullable
descriptionstring nullable
instructionsstring nullable
execution_modestring nullable

Execution mode: simple, react, or graph

modelsobject nullable
knowledge_basesstring[] nullable
skillsstring[] nullable
tool_categoriesstring[] nullable
suggested_promptsstring[] nullable

Suggested prompt examples for users

logo_base64string nullable

Response

Successful Response

idinteger required
user_idinteger required
namestring required
descriptionstring nullable required
instructionsstring nullable required
execution_modestring required
modelsobject nullable required
knowledge_basesstring[] required
skillsstring[] required
tool_categoriesstring[] required
suggested_promptsstring[] required
logo_urlstring nullable required
statusstring required
published_atstring nullable required
created_atstring required
updated_atstring required

Changes