Agents
agent.update
Updates an agent’s nickname and description. Use agent.detail to view current values before updating.
POST
UpdateAgent
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.
Body
application/json
Previous
file.uploadCreates a file record and returns a presigned upload URL. Upload the file content to the returned `upload_url` via PUT before it expires. Then use the `file.id` as `file_id` in [task.create](https://open.manus.ai/docs/v2/task.create) or [task.sendMessage](https://open.manus.ai/docs/v2/task.sendMessage) message content.
Next
UpdateAgent