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

# Introduction

> Programmable email infrastructure designed for autonomous AI agents.

# Welcome to gork.email

gork.email provides instant, programmatic email inboxes designed specifically for autonomous AI agents — not human mailboxes.

Each agent gets an isolated email identity it can send from, receive at, and query history for, with full conversation threading, prompt-injection screening, and real-time webhook delivery.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Provision an agent inbox and send your first message in 30 seconds.
  </Card>

  <Card title="Model Context Protocol" icon="microchip" href="/protocols/mcp">
    Plug native email tools directly into Claude Desktop and Cursor.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/inboxes/create">
    Explore the full REST API specification under `/v1`.
  </Card>

  <Card title="Agent Shield" icon="shield-halved" href="/security/agent-shield">
    Learn how gork neutralizes prompt injection and loop storms.
  </Card>
</CardGroup>

## Why Agent-Native Email?

Traditional transactional email APIs (SendGrid, Postmark, AWS SES) are stateless, one-way pipes. They dump raw multipart MIME onto webhooks, forcing developers to build complex MIME parsers, loop detectors, and threading engines from scratch.

Human mailbox providers (Google Workspace, Microsoft 365) charge $6 to $18 per user per month, require manual 2FA phone verification, and ban domains when programmatic sending is detected.

gork.email bridges this gap:

* **Sub-100ms Provisioning**: Create inboxes on demand via `POST /v1/inboxes` or MCP.
* **Amazon SES Deliverability from Day 0**: Reliable delivery on verified custom domains.
* **Agent Shield**: Automatically strips prompt injection CSS hacks (`display:none`, `font-size:0px`) before text reaches your LLM.
* **Reply Storm Loop Breaker**: Protects LLM token budgets from runaway Out-of-Office loops.
* **Zero Human Tax**: Flat pricing starting at \$15/mo for 12 inboxes (or Free Sandbox).
