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

# Introduction

> Welcome to Inbound - the simple email processing API

Welcome to Inbound! We make it easy to send and receive emails programmatically.

## What is Inbound?

Inbound is a simple email processing API that allows you to:

* **Send emails** - Transactional emails with a Resend-compatible API
* **Receive emails** - Process incoming emails via webhooks
* **Reply to emails** - Full threading support for conversations
* **Manage domains** - Add and verify your own domains

## Why Inbound?

<CardGroup cols={2}>
  <Card title="Simple API" icon="code">
    Clean, intuitive API design that gets out of your way
  </Card>

  <Card title="TypeScript SDK" icon="brackets-curly">
    First-class TypeScript support with full type safety
  </Card>

  <Card title="Resend Compatible" icon="arrow-right-arrow-left">
    Easy migration from Resend with compatible SDK patterns
  </Card>

  <Card title="Webhooks" icon="webhook">
    Receive and process incoming emails in real-time
  </Card>
</CardGroup>

## Next Steps

<Card title="Getting Started" icon="rocket" href="/docs/quickstart/getting-started">
  Set up your first email integration in minutes
</Card>
