DashboardSign inStart your trial

Manus

Reference

14 actions for Manus workflows.

01. Operations

Act on Manus from a workflow

Operations are the actions a workflow can take in Manus, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Files

4 operations

Manage file uploads and storage within your Manus workspace. Create, delete, retrieve details about, and list files to organize your project assets and documentation for team collaboration and automation workflows.

Action

Create File

MANUS_CREATE_FILE

Create a file record in Manus and get a secure upload link to store file content in the cloud. This enables you to programmatically upload documents, images, or other files for storage and later retrieval.

1 input
Action

Delete a file

MANUS_DELETE_FILE

Permanently removes a file from your Manus storage, deleting both the file record and its actual content. Use this when you no longer need a previously uploaded file and want to free up space.

1 input
Action

Get file details

MANUS_GET_FILE

Retrieve detailed information about a specific file including its name, current status, and when it was created. Use this to check on file upload progress, verify file metadata, or track file history.

1 input
Action

List uploaded files

MANUS_LIST_FILES

Retrieve your 10 most recently uploaded files with their details like filenames, timestamps, and status to keep track of what's been shared to the Manus platform.

Projects

2 operations

Set up and organize your work in Manus by creating new projects and viewing your existing ones. Use these operations to structure your automation workflows and keep related tasks grouped together for better management.

Action★ Featured

Create New Project

MANUS_CREATE_PROJECT

Set up a new project workspace that organizes related tasks and applies consistent instructions across all work created within it. This helps you manage multiple tasks under a unified set of guidelines and best practices.

2 input
Action★ Featured

List Projects

MANUS_LIST_PROJECTS

Retrieve all projects in your Manus account with optional pagination to view your project portfolio and identify specific project IDs when needed.

1 input

Tasks

5 operations

Handle the core work items in your Manus projects through full lifecycle management. Create, update, retrieve, list, and delete tasks to track progress, assign work, and drive your automation workflows forward.

Action★ Featured

Create New Task

MANUS_CREATE_TASK

Creates a new task that your AI agent can execute with custom parameters and file attachments, enabling automated workflows and multi-turn conversations.

11 input
Action★ Featured

List tasks

MANUS_LIST_TASKS

Retrieve all your tasks with flexible filtering and sorting options to see what needs to be done, organized by status, project, or timeframe. Use this to get a quick overview of your workload or find specific tasks based on your criteria.

9 input
Action

Delete task

MANUS_DELETE_TASK

Permanently remove a task from your task list when it's no longer needed or relevant. This action cannot be undone, so use it when you're certain you want to delete a task completely.

1 input
Action

Get Task

MANUS_GET_TASK

Retrieve detailed information about a specific task including its current status, output results, and resource usage. Use this to check on task progress and access completed results after submission.

2 input
Action

Update Task

MANUS_UPDATE_TASK

Modify an existing task's properties including its title, sharing settings, and visibility status. Use this when you need to update how a task appears or who can access it.

4 input

Webhooks

3 operations

Set up event-driven automation by creating webhooks that respond to Manus events in real time. Manage webhook configurations, delete inactive endpoints, and retrieve security keys to integrate Manus with external systems and trigger downstream workflows.

Action

Create Webhook

MANUS_CREATE_WEBHOOK

Set up a webhook endpoint to automatically receive real-time notifications whenever task events occur in your workflow, such as when tasks are created, updated, or completed.

1 input
Action

Delete Webhook

MANUS_DELETE_WEBHOOK

Permanently removes a webhook subscription so you no longer receive notifications for specific events. Use this when you've stopped needing automatic updates or want to clean up old integrations.

1 input
Action

Get Webhook Public Key

MANUS_GET_WEBHOOK_PUBLIC_KEY

Retrieves the RSA public key needed to verify that incoming webhook requests are legitimate and haven't been tampered with, ensuring your automation workflows only process authentic Manus notifications.

What now

Use Manus in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.