settings

Update agent configuration

Updates the AI agent configuration. Requires admin role.

patch/settings/agent

Query parameters

remoteNodestring

name of the remote node

Request body

enabledboolean

Whether the AI agent is enabled

defaultModelIdstring

ID of the default model

selectedSoulIdstring nullable

ID of the soul to select

Response

Updated agent configuration

enabledboolean

Whether the AI agent is enabled

defaultModelIdstring

ID of the default model

selectedSoulIdstring nullable

ID of the currently selected soul

Changes