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

# Introduction

> Give your AI agent a real Android phone

## What is agentcell?

agentcell lets you spin up real Android phones on demand and hand them to AI agents. Your agent can tap, swipe, type, install apps, and browse the web — on actual Android devices.

**No emulators. No simulators. Real phones over API.**

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create an account, get an API key, spawn a phone, and run your first task in 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Full REST API documentation for sessions and agent tasks.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/mcp">
    Connect Claude Code or any MCP client to control phones natively.
  </Card>

  <Card title="Python SDK" icon="python" href="/python">
    Control phones from Python scripts with a few lines of code.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Spawn a phone">
    One API call creates a fresh Android instance. Boot takes \~30 seconds.
  </Step>

  <Step title="Send a task">
    Tell the agent what to do in plain English: *"Open Settings and turn on Wi-Fi"*
  </Step>

  <Step title="Get results">
    The AI agent drives the phone autonomously — tapping, swiping, typing. You get a JSON summary when it's done.
  </Step>

  <Step title="Clean up">
    Delete the session when you're done. You only pay for what you use.
  </Step>
</Steps>

## Use cases

* **QA & app testing** — point an agent at your APK and let it explore every screen
* **Workflow automation** — agents that post to social media, fill out forms, manage apps
* **Agent benchmarks** — run standardized mobile tasks across models (Claude vs GPT vs Gemini)
* **Research** — study how LLMs interact with mobile interfaces

## Limits

| Plan       | Concurrent instances | Duration   |
| ---------- | -------------------- | ---------- |
| Free trial | 1                    | 20 minutes |
| Subscriber | 3                    | Unlimited  |
