Manus
manusAI-powered task automation and workflow management platform
Acciones disponibles (14)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create FileMANUS_CREATE_FILEAcciónTool 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_FILEAcciónTool 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.
Parámetros de entrada
filenamestringObligatorioName of the file to upload
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create New ProjectMANUS_CREATE_PROJECTAcciónTool 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_PROJECTAcciónTool 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.
Parámetros de entrada
namestringObligatorioThe name of the project
instructionstringDefault instruction that will be applied to all tasks in this project
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create New TaskMANUS_CREATE_TASKAcciónCreates 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_TASKAcciónCreates 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.
Parámetros de entrada
localestringDefault locale for the task (e.g., en-US, zh-CN)
promptstringObligatorioThe task prompt or instruction for the Manus agent
task_idstringFor continuing existing tasks (multi-turn conversations)
task_modestringenumTask mode options for Manus agent.
chatadaptiveagentconnectorsstring[]List of connector IDs to enable for this task
project_idstringID of the project to associate this task with
attachmentsobject[]Array of file/image attachments (file_id, URL, or base64 data)
agent_profilestringObligatorioAgent profile to use for this task
interactive_modebooleanEnable interactive mode for follow-up questions
hide_in_task_listbooleanWhether to hide this task from the Manus webapp task list
create_shareable_linkbooleanWhether to make the chat publicly accessible
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookMANUS_CREATE_WEBHOOKAcciónTool 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_CREATE_WEBHOOKAcciónTool 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.
Parámetros de entrada
urlstringObligatorioThe URL to receive webhook events. Must be a valid HTTPS URL.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a fileMANUS_DELETE_FILEAcciónDeletes 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_FILEAcciónDeletes 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.
Parámetros de entrada
file_idstringObligatorioThe ID of the file to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete taskMANUS_DELETE_TASKAcciónPermanently 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_TASKAcciónPermanently 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.
Parámetros de entrada
task_idstringObligatorioThe ID of the task to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookMANUS_DELETE_WEBHOOKAcciónRemoves 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_DELETE_WEBHOOKAcciónRemoves 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.
Parámetros de entrada
webhook_idstringObligatorioThe unique identifier of the webhook to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get file detailsMANUS_GET_FILEAcciónRetrieves 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_FILEAcciónRetrieves 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.
Parámetros de entrada
file_idstringObligatorioThe ID of the file to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TaskMANUS_GET_TASKAcciónRetrieves 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_TASKAcciónRetrieves 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".
Parámetros de entrada
convertbooleanWhether to convert the task output (currently only applies for pptx files)
task_idstringObligatorioThe ID of the task to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Webhook Public KeyMANUS_GET_WEBHOOK_PUBLIC_KEYAcciónRetrieves 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_GET_WEBHOOK_PUBLIC_KEYAcciónRetrieves 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List uploaded filesMANUS_LIST_FILESAcciónRetrieves 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_FILESAcciónRetrieves 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsMANUS_LIST_PROJECTSAcciónRetrieve 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_PROJECTSAcciónRetrieve 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.
Parámetros de entrada
limitintegerMaximum number of projects to return (default: 100, range: 1-1000)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List tasksMANUS_LIST_TASKSAcciónRetrieves 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 range. Supports pagination via 'after' cursor and sorting via 'order' and 'order_by' parameters.
MANUS_LIST_TASKSAcciónRetrieves 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 range. Supports pagination via 'after' cursor and sorting via 'order' and 'order_by' parameters.
Parámetros de entrada
afterstringCursor for pagination (ID of the last task from previous page)
limitintegerMaximum number of tasks to return (default: 100, range: 1-1000)
orderstringenumSort direction: asc or desc
ascdescquerystringSearch term to filter by title and body content
statusstring[]Filter by task status: pending, running, completed, failed
order_bystringenumSort field: created_at or updated_at
created_atupdated_atproject_idstringFilter tasks by project ID
created_afterintegerUnix timestamp to filter tasks created after this time
created_beforeintegerUnix timestamp to filter tasks created before this time
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update TaskMANUS_UPDATE_TASKAcciónUpdates 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.
MANUS_UPDATE_TASKAcciónUpdates 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.
Parámetros de entrada
titlestringNew title for the task
task_idstringObligatorioThe ID of the task to update
enableSharedbooleanWhether to enable public sharing
enableVisibleInTaskListbooleanWhether the task should be visible in the task list
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not