Skip to main content
Manus logo

Manus

AI-powered task automation and workflow management platform

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Manus authenticates with an API key. Generate the credential in your Manus account, then paste it into FlyMyAI the first time an agent uses a Manus action.

Get your Manus credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyGet your API key from https://manus.im/app?show_settings=integrations&app_name=api (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
MANUS_CREATE_FILETool to create a file record and obtain a presigned URL for uploading file content to S3. Use when you need to upload a file to Manus. After calling this action, use the returned upload_url with a PUT request to upload the actual file content. The upload URL…filename
MANUS_CREATE_PROJECTTool to create a new project with default instructions. Projects organize tasks and apply consistent instructions across multiple task creations via the project_id parameter. Use when you need to set up a new project workspace for organizing related tasks.name
MANUS_CREATE_TASKCreates a new AI task with custom parameters, attachments, and optional connectors. Supports multi-turn conversations by specifying taskId for continuation. Use when you want to create a new task for the Manus agent to execute.prompt, agent_profile
MANUS_CREATE_WEBHOOKTool to register a webhook to receive real-time task notifications. Use when you need to set up real-time notifications for task events such as task_created, task_progress, and task_stopped. The webhook URL must be accessible over HTTPS and will receive POST…url
MANUS_DELETE_FILEDeletes a file by ID. This removes both the file record and the file from S3 storage. Use when you need to remove a previously uploaded file from the Manus platform.file_id
MANUS_DELETE_TASKPermanently delete a task by its ID. This action cannot be undone. Use this action when you want to permanently remove a task from the system.task_id
MANUS_DELETE_WEBHOOKRemoves a webhook subscription. This is a destructive operation that permanently removes the webhook. Use when you need to delete an existing webhook that is no longer needed.webhook_id
MANUS_GET_FILERetrieves details of a specific file by ID, including its status and metadata. Use this to get information about a previously uploaded file such as its name, current status (pending, uploaded, or deleted), and creation timestamp.file_id
MANUS_GET_TASKRetrieves details of a specific task by ID, including status, output messages, credit usage, and metadata. Use this action to check the current status of a task and retrieve its results after it has been submitted. Example: Get the details of task with ID "Y7…task_id
MANUS_GET_WEBHOOK_PUBLIC_KEYRetrieves the RSA public key used for verifying webhook signatures. Use this key to validate that webhook requests genuinely came from Manus. This is essential for security - always verify webhook signatures before processing the payload.-
MANUS_LIST_FILESRetrieves a list of the 10 most recently uploaded files. Use this action to get information about files that have been uploaded to the Manus platform, including their IDs, filenames, creation timestamps, and status.-
MANUS_LIST_PROJECTSRetrieve a list of all projects in your account with optional pagination. Use this action when you need to get all projects to find a specific project ID or to see all available projects.-
MANUS_LIST_TASKSRetrieves a list of tasks with optional filtering and pagination. Allows searching, filtering by status, and sorting by creation or update time. Use this action to fetch multiple tasks at once, optionally filtered by status, project, search query, or time ran…-
MANUS_UPDATE_TASKUpdates a task's metadata such as title, sharing settings, and visibility in the task list. Use when you need to modify an existing task's properties like its title, enable or disable public sharing, or change its visibility in the task list.task_id
We love our partners - FlyMy.AI builds with the best. Thanks, Manus!