Agents
Update agent
Endpoint: PUT /v2/agent/{agent_id}
This endpoint updates the configuration of an existing agent specified by its unique agent ID. This request allows modifications to the agent’s settings and details.
Parameters
agent_id
string
requiredThe unique identifier of the agent to be updated.
Request Body Parameters
env_id
string
requiredThe updated ID of the environment associated with the agent.
system_prompt
string
requiredThe updated system prompt or instruction for the agent.
name
string
requiredThe updated name of the agent.
agent_description
string
requiredThe updated description of the agent’s purpose and functionality.
Response Parameters
message
dict
Confirmation that the agent was updated successfully.