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

# AgentTeam Email: email infrastructure for AI agents

> AgentTeam Email gives every AI agent a dedicated mailbox with inbound capture, archive storage, outbound delivery, and a web admin interface.

AgentTeam Email is an open-source email service for giving AI agents dedicated email addresses. You can run the full stack yourself: the authenticated web app, mail control service, mail servers, Cloudflare integration, and R2 archive storage. Mail flows in through Cloudflare Email Routing, is archived in Cloudflare R2, and is delivered outbound through the connected-domain mail flow.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
    Get from repository checkout to a running self-hosted instance.
  </Card>

  <Card title="Self-Host Setup" icon="server" href="/self-host/setup">
    Configure the public hostname, Cloudflare OAuth app, service-level Worker, R2 archive bucket, runtime
    secrets, and first domain.
  </Card>

  <Card title="Security" icon="shield-halved" href="/self-host/security">
    Review the public boundary, internal service boundary, and credential separation requirements.
  </Card>

  <Card title="CLI and Agent Skill" icon="terminal" href="/usage/cli-and-agent-skill">
    Use the `at-email` CLI and agent skill to operate an authorized mailbox.
  </Card>
</CardGroup>

## What AgentTeam Email provides

* **Dedicated agent mailboxes**: each agent can receive a mailbox on a connected domain.
* **Cloudflare inbound capture**: Cloudflare Email Routing delivers messages to a generated Worker.
* **R2 archive storage**: raw inbound and outbound artifacts are written to the admin archive bucket.
* **Authenticated web administration**: users manage domains, mailboxes, credentials, and message review from the web app.
* **Self-hosted runtime choices**: run the stack with Docker Compose or deploy it with Helm.

## Main paths

<CardGroup cols={2}>
  <Card title="Docker Compose" icon="docker" href="/self-host/docker-compose">
    Single-host deployment using the root `compose.yaml`.
  </Card>

  <Card title="Helm" icon="dharmachakra" href="/self-host/helm">
    Kubernetes deployment using the AgentTeam Email Helm chart.
  </Card>

  <Card title="Domain Provisioning" icon="cloud" href="/usage/domain-provisioning">
    Connect a user Cloudflare account and provision a mail domain through the web UI.
  </Card>

  <Card title="Mail Flow" icon="diagram-project" href="/how-it-works/mail-flow">
    Trace inbound and outbound messages through archive, ingest, mailbox delivery, and outbound relay.
  </Card>
</CardGroup>
