POST
/
api
/
v1
/
agent
/
{uuid}
/
update

Path

uuid
string
required

Body

name
string
prompt
string
description
string
model
string
enabled
boolean
data_source_uuids
List[string]
human_escalation_settings
HumanEscalationSettings Object
variables
List[AgentVariable]

Only for user-facing agents.

tags
tags Object

Only for background agents.

temperature
float
use_all_sources
boolean

Response

uuid
string
name
string
prompt
string
description
string
type
string
created_at
string
modified_at
string
enabled
boolean
meta
meta Object
data_source_uuids
List[string]
human_escalation_settings
HumanEscalationSettings Object
tool_functions
List[ToolFunction]
variables
List[AgentVariable]