Manus
BUILT-IN AI INVOKE-ONLYAI-powered task automation and workflow management platform
Connect Manus to ChatGPT or Claude with your own Manus login or an API key, and your AI can run 14 of its actions. 6 of those only read and change nothing. 3 can delete or send something that cannot be undone, so those need a boundary you set before anyone runs them.
Things you could hand over
Your assistant can list your Manus tasks, filter them by status, project, search term or time range, and then read any single task in full: its current status, the output messages it has produced, its metadata, and the credits it has consumed. That turns a check-in from opening the Manus interface and scrolling into asking a question and getting the state of everything in one answer. It reads only.
Built on: List tasks / Get Task
Credit usage is on the task record, so the assistant can pull the tasks for a period and total the credits by project or by the kind of work. The number that matters is usually not the total. It is the one task that ran four times because the instructions were vague, and that only shows up when you look at the tasks side by side.
Built on: List tasks / Get Task
It can create a Manus task from a description you give it, attach files, and specify which connectors the task is allowed to use, then hand back the task ID. Because the same action continues an existing task when you pass that ID, a follow-up correction is another instruction rather than a fresh start. The pattern that works is to dispatch, get on with something else, and read the result back later.
Built on: Create New Task / Get Task
Manus projects hold default instructions that apply to every task created inside them. So the assistant can create a project once with the standing context, then create each new task against that project ID rather than restating the rules every time. It can also list your existing projects to find the right one. This is the difference between explaining your standards weekly and writing them down once.
Built on: Create New Project / List Projects / Create New Task
Uploading is two steps and the connector only covers one of them. It creates a file record and hands back a presigned upload URL that expires at a stated time. Putting the content at that URL is a separate PUT request that Manus does not expose as an action, so whether it happens depends on what else your assistant can reach. Once content is there, the connector can read the file's status, which moves from pending to uploaded, and list the ten most recent uploads.
Built on: Create File / Get file details / List uploaded files / Create New Task
The assistant can update a task's title, its visibility in the task list, and its sharing settings, including turning public sharing on. That is the route to sending a result to a client or a colleague without adding them to the account. It is also the setting with the widest consequence in this connector, because it changes who can reach the task output.
Built on: Update Task / Get Task
It can delete a task and delete an uploaded file, and Manus is direct about what that means. Deleting a task is permanent and cannot be undone. Deleting a file removes both the record and the stored content. Run it as two moves. Have it list what matches your rule, read that list yourself, then approve deletion of exactly those items.
Built on: List tasks / List uploaded files / Get file details / Delete task / Delete a file
- The connector exposes creating a file record and returning an upload URL, but the actual content upload is a separate PUT to that URL. Whether an assistant can complete that step depends on how it is connected, and that was not confirmed.
- Nothing in the connector reports account credit balance or plan limits, only per-task credit usage, so it cannot tell you how much budget is left.
- Manus can post task events to a webhook, and the connector can register one. Nothing here consumes that feed, so it was not written up as a candidate: it needs an HTTPS endpoint you own and a receiver that verifies the RSA signature.
- No time saving is claimed for any candidate on this page, because none has been measured.
BUILT-IN AI Ships AI features you can turn on yourself, with no developer and no new purchase.
No event triggers. Every win in this app is invoked: you or an agent asks, an action runs.