Prerequisites
- A Miteos account — sign up at app.miteos.com if you don’t have one yet
- You’re logged in to platform.miteos.com
Running Your First Task
Open the War Room
From the Miteos dashboard, click New Task in the top-right corner. This opens the War Room — your real-time command center where you can watch agents work, review their actions, and collect deliverables.The War Room has four main panels:
- Agent Fleet Rail — lists every active agent with its current status and tool in use
- Workspace — a live browser viewport, code editor, file system, and terminal your agents control
- Timeline — a chronological log of every action taken across all agents
- Deliverables — completed outputs ready to download or deploy
Write your task prompt
In the Task Prompt field, describe what you want the agents to accomplish. Think of it like briefing a skilled team — the clearer you are about the goal and the expected output, the better the result.Good prompt examples:
- “Research the top 5 AI writing tools competing with us, compare their pricing pages, and produce a structured comparison table as a CSV and a one-page PDF summary.”
- “Audit our Google Ads account and identify campaigns with a CTR below 1%. List each campaign, its current spend, and a recommended fix for each.”
- “Write a 60-second product demo video script for our project management app, then generate the video in 16:9 format with animated slides and a voiceover.”
Configure your task
Click Configure (below the prompt field) to expand the task settings:
| Setting | What it does | Recommended starting value |
|---|---|---|
| Max Agents | How many parallel agents can run at once (1–10). More agents = faster completion on complex tasks. | 2–3 |
| Autonomy Level | A 0–100 dial controlling how independently agents act. At 0 they ask before every action; at 100 they execute and notify afterward. | 70 for most tasks |
| Auto Deploy | If agents build a website or app, deploy it automatically when the task finishes. | Off until you’ve connected a deploy target |
| Deploy Target | Where to publish if auto-deploy is on: Vercel, Netlify, Cloudflare Pages, or Expo. | — |
Launch and monitor agent execution
Click Run Task. Miteos decomposes your prompt into subtasks, spins up the right agents, and assigns each one a role (Researcher, Builder, Analyst, etc.).In the Agent Fleet Rail you’ll see each agent card update in real time:
- 🟡 Thinking — the agent is planning its next action
- ⚡ Acting — the agent is using a tool (browsing a URL, running code, reading a file)
- ✅ Done — the agent has completed its assigned subtask
Complex tasks with multiple agents typically complete in 2–10 minutes. You can close the browser tab and come back — agents keep running in the background and you’ll receive a notification when the task finishes.
Review and download your deliverables
When all agents finish, the Deliverables panel lights up in the bottom-right of the War Room. Each output (PDF, CSV, code bundle, video file, etc.) appears as a named card with its file type.
- Click Download on any deliverable to save it locally.
- If agents built a deployable app or site, a Deploy button appears — click it to push straight to your connected deploy target.
- Click the deliverable name to preview it inline (supports PDF, Markdown, images, and HTML).
Writing Effective Prompts
The single biggest factor in task quality is prompt quality. Vague prompts produce generic results; specific prompts with a clear output format produce work you can use immediately. Vague vs. specific — a quick comparison:| ❌ Vague | ✅ Specific |
|---|---|
| ”Research our competitors" | "Research Notion, Coda, and Confluence. For each: current pricing tiers, G2 rating, top 3 user complaints from reviews. Output as a Markdown table." |
| "Write a marketing email" | "Write a 200-word re-engagement email for SaaS users who haven’t logged in for 30 days. Subject line should create urgency. CTA: restart free trial." |
| "Make a video" | "Create a 45-second 9:16 product demo video for TikTok showing our mobile app’s onboarding flow. Upbeat background music, on-screen captions.” |
Task Examples
These real-world prompts show the range of work Miteos can handle across different verticals: Market research“Scan Reddit, G2, and Trustpilot for the top 10 complaints users have about [competitor]. Categorize them by theme and rank by frequency. Output: a PDF report with charts.”Ads audit
“Connect to my Google Ads account and run a full audit. Flag any ad groups with a Quality Score below 5, campaigns overspending their daily budget, and ad copy with no call-to-action. Generate a prioritized PDF fix list.”Content production
“Draft a 4-week LinkedIn content calendar for a B2B fintech startup. 3 posts per week: 1 thought leadership, 1 product tip, 1 industry news reaction. Include suggested hashtags and post times.”Lead generation
“Find 50 Series A SaaS companies in the HR tech space that raised funding in the last 6 months. Score each against our ICP (50–200 employees, US-based, no existing ATS). Output: scored CSV with LinkedIn URL and founding year.”App build + deploy
“Build a pricing comparison landing page for our SaaS product. Use our brand colors (#1A1A2E, #E94560). Include a sticky nav, feature comparison table, and FAQ accordion. Deploy to Vercel when done.”
