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

# Introduction

> AgentPost gives you on-demand disposable email addresses for privacy, testing, and AI agent automation.

AgentPost is a temporary email service that creates throwaway inboxes instantly. Use it to keep your real address private, test email workflows in staging, or give AI agents a real inbox to work with — all without touching your primary email account.

## What you can do

<CardGroup cols={2}>
  <Card title="Create disposable inboxes" icon="inbox">
    Spin up unlimited temporary mailboxes in one click. Each gets a unique address like `calm.brook-42@agent.agentpost.email` and starts accepting email immediately.
  </Card>

  <Card title="Receive email in real time" icon="bolt">
    Messages appear the moment they arrive — no polling, no refresh. View HTML emails, plain text, and attachments in a sandboxed viewer.
  </Card>

  <Card title="Use your own domain" icon="globe">
    Add a verified custom domain to send and receive email from addresses you control. Full DKIM, SPF, and DMARC support included.
  </Card>

  <Card title="Automate with the MCP API" icon="robot">
    Connect AI agents directly to AgentPost over the Model Context Protocol. Agents can create mailboxes, wait for email, read messages, and send replies programmatically.
  </Card>
</CardGroup>

## Who it's for

**Privacy-conscious users** — Sign up for services, newsletters, or trials without exposing your real address. Delete the mailbox when you're done.

**Developers and QA teams** — Test transactional email flows (welcome emails, password resets, verification codes) against a real SMTP inbox in staging or CI.

**AI agent builders** — Give agents a working email address as part of automated workflows: sign up for a service, receive a verification email, extract the code, and continue — all without human intervention.

## Key capabilities

| Capability      | Details                                                              |
| --------------- | -------------------------------------------------------------------- |
| Mailboxes       | Unlimited per account, deleted on demand                             |
| Email reception | Real-time delivery via SMTP                                          |
| Message viewing | HTML rendering, plain text fallback, attachment preview              |
| Custom domains  | Verified domains for sending and receiving                           |
| MCP API         | 14 tools covering mailboxes, messages, threads, domains, and sending |
| Authentication  | Persistent sessions + Bearer token API access                        |

## Next steps

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Create your first mailbox and receive an email in under two minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Generate an API token for programmatic and agent access.
  </Card>
</CardGroup>
