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

# Introduction

> Build and deploy AI agents in seconds

BoxCrew is a multi-tenant AI agent platform. Create isolated agents running Claude Code, OpenCode, or OpenClaw inside sandboxed VMs — each with persistent filesystem, email, cron jobs, and webhook triggers.

## How it works

1. **Create an agent** — pick a runtime (Claude Code, OpenCode, or OpenClaw) and a name
2. **Chat** — send messages via the dashboard, CLI, or API and get streaming responses
3. **Automate** — set up cron jobs, webhooks, and email triggers to run agents on autopilot

Each agent runs inside a [Fly Sprite](https://fly.io/docs/sprites/) VM with its own persistent filesystem. Agents can execute code, read and write files, send emails, and browse the web.

## Get started

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

  <Card title="Install the CLI" icon="terminal" href="/cli/installation">
    Manage agents from your terminal with the bx CLI.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Integrate BoxCrew into your apps with the REST API.
  </Card>

  <Card title="CLI commands" icon="rectangle-list" href="/cli/commands">
    Full reference for all bx commands.
  </Card>
</CardGroup>

## Key features

<CardGroup cols={3}>
  <Card title="Streaming chat" icon="comments">
    SSE-based real-time streaming with session management.
  </Card>

  <Card title="File access" icon="folder-open">
    Browse, upload, and read files on the agent's filesystem.
  </Card>

  <Card title="Email" icon="envelope">
    Each agent gets a unique email address for sending and receiving mail.
  </Card>

  <Card title="Cron jobs" icon="clock">
    Schedule recurring tasks with standard cron expressions.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Trigger agents from external services via unique webhook URLs.
  </Card>

  <Card title="Multi-runtime" icon="microchip">
    Choose between Claude Code, OpenCode, and OpenClaw runtimes.
  </Card>
</CardGroup>
