Manus integration (AI, Productivity). Imported from open-connector.
https://api.manus.ai/v2/task.create
| Param | Type | Required | Description |
|---|---|---|---|
| content | string | optional | Plain text or structured Manus content parts. |
| connectors | array | optional | Connector IDs to enable for the message. |
| enable_skills | array | optional | Skill IDs to enable for the message. |
| force_skills | array | optional | Skill IDs the agent must invoke. |
| message | object | optional | Manus task message. |
| project_id | string | optional | Project ID to associate this task with. |
| locale | string | optional | Locale for the task output language, such as `en` or `zh-CN`. |
| interactive_mode | boolean | optional | Whether the agent may pause to ask follow-up questions. |
| hide_in_task_list | boolean | optional | Whether to hide the task from the Manus web app task list. |
| share_visibility | string | optional | Task sharing visibility. |
| agent_profile | string | optional | Manus agent profile to use for this task turn. |
| title | string | optional | Custom title for the task. |
| structured_output_schema | object | optional | JSON Schema for Manus structured output extraction. |
/v2/task.detail
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | optional | The task ID to retrieve, including supported Manus shortcuts. |
/v2/task.list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of tasks to return per page, from 1 to 100. |
| cursor | string | optional | Pagination cursor from the previous response. |
| order | string | optional | Sort direction for cursor-paginated results. |
| scope | string | optional | Task list scope filter. |
| agent_id | string | optional | Agent ID used when scope is `agent_subtask`. |
| project_id | string | optional | Project ID used when scope is `project`. |
/v2/task.listMessages
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | required | The task ID to list messages for. |
| limit | integer | optional | Number of messages to return per page, from 1 to 200. |
| cursor | string | optional | Pagination cursor from the previous response. |
| order | string | optional | Sort direction for cursor-paginated results. |
| verbose | boolean | optional | Whether to include detailed tool, plan, and explanation events. |
| slides_format | string | optional | Slides attachment format returned in task messages. |
/v2/task.sendMessage
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | required | The task ID to send the message to. |
| content | string | optional | Plain text or structured Manus content parts. |
| connectors | array | optional | Connector IDs to enable for the message. |
| enable_skills | array | optional | Skill IDs to enable for the message. |
| force_skills | array | optional | Skill IDs the agent must invoke. |
| message | object | optional | Manus task message. |
| agent_profile | string | optional | Manus agent profile to use for this task turn. |
| structured_output_schema | object | optional | JSON Schema for Manus structured output extraction. |
/v2/task.stop
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | optional | The running task ID to stop. |
/v2/task.delete
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | optional | The task ID to delete. |
/v2/task.update
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | required | The task ID to update. |
| title | string | optional | New title for the task. |
| share_visibility | string | optional | Task sharing visibility. |
| enable_visible_in_task_list | boolean | optional | Whether the task appears in the Manus web app task list. |
/v2/task.confirmAction
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | required | The task ID with a pending action. |
| event_id | string | required | The waiting_for_event_id value from the status update event. |
| input | object | optional | Optional input for the pending action, matching the event confirm_input_schema. |
/v2/project.create
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Display name for the project. |
| instruction | string | optional | Default instruction applied to tasks in this project. |
/v2/project.list
/v2/connector.list
/v2/skill.list
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Project ID used to include project-specific skills. |
/v2/agent.list
/v2/agent.detail
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | optional | The agent ID to retrieve. |
/v2/agent.update
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The agent ID to update. |
| nickname | string | optional | New display name for the agent. |
| about | string | optional | New description or bio for the agent. |
/v2/browser.onlineList