Skip to main content
PUT
Update Agent Endpoint

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string
required

The unique identifier of the agent to update.

Example:

"654b9d3d451c1aeefd800xyz"

Body

application/json
name
string
Example:

"Updated Customer Support Agent"

description
string
agent_role
string
agent_instructions
string
agent_goal
string
agent_context
string
agent_output
string
examples
string
features
string[]
tools
string[]
tool_usage_description
string
llm_credential_id
string
response_format
object
provider_id
string
model
string
top_p
number<float>
temperature
number<float>
managed_agents
object[]
tool_configs
object[]
store_messages
boolean
file_output
boolean
a2a_tools
object[]
voice_config
object
additional_model_params
object
image_output_config
object
max_iterations
integer
git_agent
object
proxy_config
object

Response

Successful Response. Agent updated.

message
string
Example:

"Agent updated successfully."