# Manus AI integration on Definable

> AI-powered task automation and workflow management platform

## What this connects

AI-powered task automation and workflow management platform

Vendor: https://manus.im

## Tools available

**14** tools available. First 12:

- `MANUS_CREATE_FILE` — Create File — Tool 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 expires at the timestamp specified in upload_expires_at.
- `MANUS_CREATE_PROJECT` — Create New Project — Tool 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.
- `MANUS_CREATE_TASK` — Create New Task — Creates 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.
- `MANUS_CREATE_WEBHOOK` — Create Webhook — Tool 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 requests with task event data in JSON format.
- `MANUS_DELETE_FILE` — Delete a file — Deletes 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.
- `MANUS_DELETE_TASK` — Delete task — Permanently 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.
- `MANUS_DELETE_WEBHOOK` — Delete Webhook — Removes 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.
- `MANUS_GET_FILE` — Get file details — Retrieves 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.
- `MANUS_GET_TASK` — Get Task — Retrieves 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 "Y7BNH7rfCVjxMQjU98R2wq".
- `MANUS_GET_WEBHOOK_PUBLIC_KEY` — Get Webhook Public Key — Retrieves 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_FILES` — List uploaded files — Retrieves 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_PROJECTS` — List Projects — Retrieve 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Manus

Inside a Definable workflow, Manus is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Manus** — the Researcher (GPT-5.5) pulls context from Manus (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Manus** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Manus (create record, post message, draft email).
- **Designer / Engineer → Distributor → Manus** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Manus (attach file, open PR comment, post status).

The Verifier checks every Manus call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- productivity — https://definable.ai/apps/category/productivity/
- task management — https://definable.ai/apps/category/task-management/

## Related

- HTML page: https://definable.ai/apps/manus/
- Same category (productivity): https://definable.ai/apps/category/productivity/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
