Skip to main content
Updates an existing agent’s identity fields. Only the fields you include in the request body are modified; omitted fields remain unchanged. This endpoint updates identity fields only (name, description, metadata). To change the agent’s model, capabilities, policies, or other configuration, create a new version with the Create Agent Version endpoint.
Permission required: agent:modify

Path Parameters

id
string
required
Agent identifier

Request Body

name
string
Updated agent name
description
string
Updated agent description
metadata
object
Updated key-value pairs. Replaces the existing metadata entirely.

Response

data
object