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
required

The unique identifier of the agent to be updated.

Request Body Parameters

env_id
string
required

The updated ID of the environment associated with the agent.

system_prompt
string
required

The updated system prompt or instruction for the agent.

name
string
required

The updated name of the agent.

agent_description
string
required

The updated description of the agent’s purpose and functionality.

Response Parameters

message
dict

Confirmation that the agent was updated successfully.