> ## Documentation Index
> Fetch the complete documentation index at: https://docs.miteos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Deploy fleets of AI agents that browse, trade, code, email, and shop — autonomously.

# Welcome to Miteos

Miteos is a multi-agent command center. You describe a task in plain language — Miteos decomposes it, spins up specialized agents, and executes end-to-end with real-world actions.

## What can Miteos agents do?

<CardGroup cols={2}>
  <Card title="Browse the Web" icon="globe">
    Navigate any website undetected using our stealth browser. Fill forms, extract data, interact with web apps.
  </Card>

  <Card title="Trade Markets" icon="chart-line">
    Backtest strategies, scan signals, execute paper or live trades across stocks, crypto, and forex.
  </Card>

  <Card title="Send Emails" icon="envelope">
    Read inboxes, draft contextual replies, schedule sends — all with human approval before sending.
  </Card>

  <Card title="Post on Social" icon="share-nodes">
    Create content, schedule posts, manage accounts across Twitter, LinkedIn, Instagram, and TikTok.
  </Card>

  <Card title="Audit Ad Accounts" icon="bullseye">
    Run 250+ checks on Google Ads, Meta, LinkedIn, and TikTok campaigns with PDF reports.
  </Card>

  <Card title="Make Purchases" icon="cart-shopping">
    Issue virtual cards, fill checkout forms, track receipts — with spending limits and approval gates.
  </Card>
</CardGroup>

## Key Concepts

* **War Room** — Real-time command center where you observe and control all running agents
* **Agents** — Specialized workers (researcher, builder, analyst, trader) that execute subtasks
* **MCP Integrations** — Connect external services (Gmail, Slack, GitHub, Stripe) as agent tools
* **Skills** — Reusable patterns extracted from successful task executions
* **Autonomy Dial** — Control how much independence agents have (0 = copilot, 100 = full auto)

## Architecture

Miteos runs on three layers:

1. **Frontend** — Next.js web app + Electron desktop app
2. **API** — FastAPI backend with WebSocket real-time streaming
3. **Agent Runtime** — LLM-powered execution with sandboxed tools

<Note>
  The platform is deployed on AWS ECS Fargate with PostgreSQL, Redis, and S3 storage.
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first agent task in under 2 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Build on Miteos with our REST API and webhooks.
  </Card>
</CardGroup>
