Create your account
Go to app.miteos.com/register and sign up. Free accounts include five tasks per month — no credit card required to get started.Once you’ve signed in, you’ll land in the War Room dashboard, your real-time command center for all agent activity.
Generate an API key
Navigate to Settings → API Keys in the dashboard and click Create new key.Miteos issues two types of keys:
| Prefix | Environment | Use for |
|---|---|---|
mt_live_ | Production | Real tasks, live integrations, billable usage |
mt_test_ | Sandbox | Development and testing, no real-world actions |
Install the SDK
Miteos publishes official SDKs for TypeScript/JavaScript and Python. Both handle authentication, retries, and streaming automatically.
Submit your first task
Create a client with your API key and submit a task using a plain-language prompt. The
autonomy_level field controls how independently agents work — 80 means they’ll handle most decisions and only pause for critical approvals.Stream results and get your deliverables
Subscribe to the task’s event stream to watch agents work in real time. When the task completes, fetch your deliverables and download them.Each deliverable includes a
name, type, and download_url you can use to save the file. You can also view and download all deliverables directly from the War Room in the dashboard.Next Steps
Now that you’ve run your first task, explore what else Miteos can do.API Reference
Full endpoint documentation for tasks, agents, deployments, webhooks, and more.
Guides
Step-by-step guides for common patterns: approvals, trading, email campaigns, and more.
Core Concepts
Deep dive into tasks, agents, the Autonomy Dial, workspaces, and memory.
Desktop App
Install the Miteos Desktop App for full computer-use agent capabilities.
