Updates an agent’s nickname and about.
cURL
curl --request POST \ --url https://api.manus.ai/v2/agent.update \ --header 'Content-Type: application/json' \ --header 'x-manus-api-key: <api-key>' \ --data ' { "agent_id": "<string>" } '
{ "ok": true, "request_id": "<string>", "agent": { "id": "<string>", "task_id": "<string>", "nickname": "<string>", "about": "<string>" } }
The unique identifier of the agent to update.
New display name for the agent.
New description or bio for the agent.
Agent updated successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The updated agent object.
Show child attributes
Was this page helpful?