Create File
MANUS_CREATE_FILECreate 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.
Manus
14 actions for Manus workflows.
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.
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.
Create File
MANUS_CREATE_FILECreate 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.
Delete a file
MANUS_DELETE_FILEPermanently 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.
Get file details
MANUS_GET_FILERetrieve 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.
List uploaded files
MANUS_LIST_FILESRetrieve 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.
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.
Create New Project
MANUS_CREATE_PROJECTSet 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.
List Projects
MANUS_LIST_PROJECTSRetrieve all projects in your Manus account with optional pagination to view your project portfolio and identify specific project IDs when needed.
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.
Create New Task
MANUS_CREATE_TASKCreates a new task that your AI agent can execute with custom parameters and file attachments, enabling automated workflows and multi-turn conversations.
List tasks
MANUS_LIST_TASKSRetrieve 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.
Delete task
MANUS_DELETE_TASKPermanently 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.
Get Task
MANUS_GET_TASKRetrieve 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.
Update Task
MANUS_UPDATE_TASKModify 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.
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.
Create Webhook
MANUS_CREATE_WEBHOOKSet 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.
Delete Webhook
MANUS_DELETE_WEBHOOKPermanently 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.
Get Webhook Public Key
MANUS_GET_WEBHOOK_PUBLIC_KEYRetrieves 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.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.