Productivity14 toolsPaste one API key
Manus integration for AI agents
AI-powered task automation and workflow management platform.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Manus once and call the same tools from all of them.
Setup
Connect Manus through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Manus exposes 14 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
manus_get_file | Retrieves details of a specific file by ID, including its status and metadata | Read |
manus_get_task | Retrieves details of a specific task by ID, including status, output messages, credit usage | Read |
manus_get_webhook_public_key | Retrieves the RSA public key used for verifying webhook signatures | Read |
manus_list_files | Retrieves a list of the 10 most recently uploaded files | Read |
manus_list_projects | Retrieve a list of all projects in your account with optional pagination | Read |
manus_list_tasks | Retrieves a list of tasks with optional filtering and pagination | Read |
manus_create_file | Create a file record and obtain a presigned URL for uploading file content to S3 | Write |
manus_create_project | Create a new project with default instructions | Write |
manus_create_task | Creates a new AI task with custom parameters, attachments, and optional connectors | Write |
manus_create_webhook | Register a webhook to receive real-time task notifications | Write |
manus_update_task | Updates a task's metadata such as title, sharing settings, and visibility in the task list | Write |