
Autonomous AI agent that turns a high-level prompt into subtasks, calls tools and APIs, and delivers end-to-end results without manual orchestration.
Autonomous AI agent that turns a high-level prompt into subtasks, calls tools and APIs, and delivers end-to-end results without manual orchestration.
manusPOST /v1/agents/runGET /v1/agents/{task_id}GET /v1/agents/{task_id}/messagesPOST /v1/agents/{task_id}/stopLive pay-as-you-go rates from the EmpirioLabs catalog. You are billed only for what you use, with no monthly minimum.
Manus is served through POST /v1/agents/run with the model id manus and your EmpirioLabs API key. Get an API key from the EmpirioLabs dashboard.
curl https://api.empiriolabs.ai/v1/agents/run \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "manus",
"prompt": "Your input here."
}'Request parameters supported by the Manus API on EmpirioLabs. Defaults apply when a field is omitted.
| Parameter | Type | Default | Range / values | Description |
|---|---|---|---|---|
| input | string | - | - | Task description for the agent |
| task_mode | enum | adaptive | adaptive | Operating mode for the agent (default | research | coding | etc.). |
| agent_profile | enum | manus-1.6 | manus-1.6, manus-1.6-lite, manus-1.6-max | Pre-built agent profile (e.g. analyst, researcher, coder) that tunes the system prompt and tools. |
| disable_formatting | boolean | false | - | Skip the EmpirioLabs Markdown formatting around the Manus agent run. The raw upstream agent output is returned. |
On EmpirioLabs, Manus is billed pay as you go: Adaptive - Manus 1.6 Lite $1.44 - $2.63 per task; Adaptive - Manus 1.6 $2.89 - $5.25 per task; Adaptive - Manus 1.6 Max $5.25 - $9.19 per task. The live rate card on this page always matches what the API charges.
Manus is served through POST /v1/agents/run on api.empiriolabs.ai with standard bearer-token authentication.
Yes. The EmpirioLabs playground runs Manus in the browser with the same parameters the API exposes, so you can test prompts before writing code.
Create an EmpirioLabs account, then generate a key under API Keys in the dashboard. Billing is pay-as-you-go credits, so you only pay for the requests you make.
Explore our models, or contact us about business inquiries, custom deployments, or anything else.