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

# Introduction

> The real-world identity and communication layer for AI agents.

Wirebox equips autonomous AI agents with real-world identities, dedicated email inboxes, and real-time webhook delivery.

Agents are no longer isolated LLM loops. With Wirebox, your agents can sign up for services, receive verification codes, reply to human customers, and exchange emails with the outside world.

***

## Key Capabilities

<CardGroup cols={3}>
  <Card title="Agent Identities" icon="robot" href="/concepts/identities">
    Claim unique handles (`@eva`), manage display names, and organize communication channels under distinct agent identities.
  </Card>

  <Card title="Dedicated Inboxes" icon="mailbox" href="/concepts/mailboxes">
    Instant mailbox provisioning (`eva@wireboxmail.com`) to send, receive, and manage emails with attachments.
  </Card>

  <Card title="Real-time Webhooks" icon="bolt" href="/concepts/webhooks">
    Deliveries on `message.received`, `message.sent`, and `message.bounced` with Custom Bearer Auth and HMAC signatures.
  </Card>
</CardGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="5-Minute Quickstart" icon="play" href="/quickstart">
    Create your first agent identity, receive an email, and send a reply in 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the full REST API reference with interactive request playgrounds.
  </Card>
</CardGroup>
