create_task
Create AI tasks with custom prompts in Manus, specifying execution mode and optional attachments for automated processing.
Instructions
Create a new AI task in Manus. Returns task_id, task_title, task_url, and optionally a shareable link.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The task prompt or instruction for the AI | |
| mode | Yes | Execution mode: 'speed' for faster results, 'quality' for better accuracy | |
| attachments | No | Optional attachments (files, URLs, etc.) | |
| connectors | No | List of connector IDs to enable for this task (only pre-configured connectors) | |
| hide_in_task_list | No | Whether to hide this task from the Manus webapp task list (default: false) | |
| create_shareable_link | No | Whether to make the chat publicly accessible (default: false) |