What Manus Does in Workflows
Manus is a task-based AI system. Each Manus task starts with a prompt. Manus processes the prompt, applies AI logic, and returns an output. A task can also be continued with another prompt. This allows a workflow to run multi-step AI logic inside the same task lifecycle. Kyrios supports two-way Manus automation:
Kyrios → Manus: Use workflow actions to create, get, update, continue, fetch, or delete Manus tasks.
Manus → Kyrios: Use workflow triggers to start workflows when Manus task events happen.
This removes the need for external middleware for supported Manus workflow automation.
Key Benefits of Manus Actions and Triggers
Manus actions and triggers help teams operationalize AI inside Kyrios workflows.
Key benefits include:
Native AI automation: Create and manage Manus tasks directly inside Kyrios workflows.
Instant task-based triggers: Start workflows when supported Manus task events occur.
Multi-step AI logic: Continue an existing Manus task with additional prompts.
Workflow visibility: Track workflow runs from Execution Logs.
Premium workflow support: Manus actions and triggers are premium workflow steps.
Scalable AI operations: Build repeatable automations for research, content, prospecting, and task handling.
Prerequisites
Before using Manus in workflows, confirm the following:
You have access to Automation → Workflows in the account.
Premium workflow actions are enabled if required by your agency settings.
You have an active Manus account or subscription.
You have access to generate a Manus API key.
Manus is connected in Kyrios before running Manus workflow steps.
Connect Manus from Workflow Builder
Use this method when building a workflow and adding a Manus trigger or action.
Go to Automation → Workflows.
Open an existing workflow or create a new workflow.
Add a Manus trigger or Manus action.
If Manus is not connected, click Connect Now.
Sign in to Manus and approve access.
Save the trigger or action.
Connect Manus from Integrations
Use this method when you want to connect Manus before building workflows.
Go to Settings.
Select Integrations.
Find Manus.
Click Connect.
Complete the connection prompts.
Get Your Manus API Key
Use a Manus API key when Kyrios prompts you for Manus authentication.
Open your Manus dashboard.
Go to API Settings.
Click Create New.
Copy the generated API key.
Paste the key into the Manus API key field in Kyrios.
Available Manus Triggers
Manus triggers start Kyrios workflows when supported Manus task events occur.
Trigger | Description |
New Task Created | Starts a workflow when a new Manus task is created. |
Task Stopped | Starts a workflow when a Manus task is stopped or completed. |
Manus triggers fire instantly when the supported event occurs. Triggers only activate for Manus tasks created through Kyrios workflows. Tasks created directly inside Manus do not trigger Kyrios workflows.
Available Manus Actions
Manus actions let Kyrios workflows control Manus task execution.
Action | Description |
Create Task | Creates a new task in Manus. |
Get Task | Retrieves details for a specific Manus task. |
Update Task | Updates task metadata or parameters. |
Fetch Tasks | Retrieves a list of Manus tasks. |
Delete Task | Deletes a Manus task. |
Continue Task With Prompt | Adds a follow-up prompt to an existing Manus task. |
Actions that reference an existing Manus task require the correct Task ID.
Best Practice: Store the Manus Task ID
Every Create Task action returns a unique Manus Task ID. Store the Task ID in a custom contact field or opportunity field so later workflow steps can reference the correct Manus task. Store the Task ID before using:
Get Task
Continue Task With Prompt
Update Task
Delete Task
Without a stored Task ID, later workflow steps may fail or reference the wrong task.
How to Use Manus in a Workflow
Go to Automation → Workflows.
Click Create Workflow or open an existing workflow.
Select a workflow trigger.
Add a Manus action, such as Create Task.
Add your Manus prompt.
Use merge fields when needed, such as:
{{contact.first_name}}{{contact.email}}{{opportunity.name}}{{custom_values}}
Store the returned Manus Task ID in a custom field.
Add a Wait step if Manus needs processing time.
Add Get Task to retrieve the Manus output.
Add follow-up actions, conditions, notes, notifications, or task creation steps.
Test the workflow.
Publish the workflow.
Kyrios workflows support automation triggers, actions, execution tracking, and workflow testing as part of the Workflows & Automations feature set.
Common Use Cases
Proposal Generation and ClickUp Review Task
Use this workflow when a deal reaches the proposal stage and the team needs a draft proposal plus an internal review task
Trigger: Pipeline Stage Changed → Proposal Requested
Workflow steps:
Create Task in Manus.
Prompt Manus to generate a proposal using the opportunity and contact details.
Store the Manus Task ID.
Wait 1–2 minutes.
Get the task from Manus.
Create an internal note with the draft.
Create a ClickUp review task.
Notify the assigned sales rep.
Outcome: The sales team receives an AI-generated proposal draft and a review task is created automatically.
Lead Research and Google Contacts Enrichment
Use this workflow when a new inbound lead should be researched before sales outreach. Trigger: Form Submitted → Inbound Lead Form
Workflow steps:
Create Task in Manus.
Prompt Manus to research the company, industry, competitors, and likely pain points.
Store the Manus Task ID.
Wait for processing.
Get Task from Manus.
Create an internal note in Kyrios.
Update Google Contacts with the research summary.
Notify the sales rep.
Outcome: The sales rep starts outreach with AI-generated lead context.
Website Analysis and Personalized Prospecting
Use this workflow when an opportunity enters the prospecting stage, and the business website should be analyzed automatically.
Trigger: Pipeline Stage Changed → Prospecting
or Opportunity Created
Required field: Store the website URL in an opportunity custom field, such as {{opportunity.website}}
Workflow steps:
Create Task in Manus.
Prompt Manus to analyze the website.
Ask Manus to extract positioning, services, audience, and differentiators.
Ask Manus to write a personalized cold email.
Store the Manus Task ID.
Wait 1–2 minutes.
Get Task from Manus.
Add the output to an internal note, opportunity field, email draft, or SDR task.
Outcome: Kyrios automatically researches the company and prepares tailored outreach.
Competitor Ad Research and AI Content Generation
Use this workflow when a team wants to analyze competitor ads and generate differentiated ad content. Trigger: Pipeline Stage Changed → Content Strategy or Opportunity Tag Added → Ad Research
Required field: Store competitor URLs in an opportunity custom field, such as:
{{opportunity.competitor_urls}}
Workflow steps:
Create the Task in Manus.
Prompt Manus to extract hooks, offers, CTAs, emotional triggers, and positioning gaps.
Store the Manus Task ID.
Wait for processing.
Get the task from Manus.
Send the Manus output to an AI content step or another AI action.
Create internal notes, review tasks, or marketing tasks.
Notify the marketing team.
Outcome: Competitor research and draft creative strategy are generated inside a workflow.
Common Issues and Fixes
Manus is asking me to connect again
Reconnect Manus from Settings → Integrations → Manus. If the issue continues, confirm that the API key is valid and that the Manus account still has access.
Get Task is not returning the expected task
Confirm the workflow stores the correct Manus Task ID after the Create Task action.
If the Task ID is missing or overwritten, downstream actions may retrieve the wrong task or fail.
A Manus trigger did not start the workflow
Confirm the Manus task was created through a Kyrios workflow. Tasks created directly inside Manus do not trigger Kyrios workflows.
A Manus action failed
Check Automation → Workflows → Execution Logs.
Common causes include:
Disconnected Manus integration
Invalid Task ID
Missing prompt input
Task already stopped
API authorization failure
Manus usage limits
FAQ
Where can I view the full output of a Manus task?
The full prompt history and task lifecycle details are available in your Manus dashboard.
How do I retrieve the output of a Manus task inside Kyrios?
Use the Get Task action and reference the stored Manus Task ID.
What are common reasons a Manus task might fail?
A task may fail because Manus is disconnected, the Task ID is invalid, the task is already stopped, required prompt input is missing, API authorization failed, or usage limits were reached. Check Automation → Workflows → Execution Logs for details.
Do I need a paid Manus plan to use this integration?
The integration works with Manus accounts, but usage limits and advanced features depend on your Manus subscription.
Are Manus actions and triggers premium workflow steps?
Yes. Manus actions and triggers follow premium workflow billing rules.
Is there a limit to how many Manus tasks I can create?
Task limits depend on your Manus subscription plan and API usage caps.
Does Kyrios include AI credits for Manus?
No. Kyrios does not include AI credits for Manus. Manus AI usage is billed by Manus, and Kyrios workflow usage may follow standard automation or premium workflow billing rules.




