Agents

Update an agent

Updates an agent's name or description. Only the fields you include in the request body are updated.

patch/agents/{agent_id}

Path parameters

agent_idstring required

Unique identifier for the agent (prefixed with agt_).

Request body

namestring nullable

Updated display name.

descriptionstring nullable

Updated description.

Response

OK

idstring required

Unique identifier for the agent, prefixed with agt_.

objectstring required

Always agent.

namestring required

Display name for the agent.

descriptionstring nullable required

Description of the agent's purpose.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring required

Unique identifier for the API request. Include this when contacting support.

Changes

No recorded changes to this endpoint across all 1 revision of this API.