> ## Documentation Index
> Fetch the complete documentation index at: https://paperplane-justin-winter-s-projects.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# paperplane — Mail a real letter from code

> Upload a PDF or paste text. We print it, stuff it, stamp it, and hand it to USPS — from $1.99, no account required.

paperplane is agent-native: the MCP endpoint and REST API are the product, and the website is just a client of them. No account, no API key, no monthly fee — every order carries its own payment.

<CardGroup cols={3}>
  <Card title="MCP server" icon="bot" href="/docs/guides/mcp">
    Three tools — `quote_letter`, `send_letter`, `get_letter_status` — for Claude and 20+ other MCP clients.
  </Card>

  <Card title="REST API" icon="terminal" href="/docs/api-reference/mail/price-a-letter-before-sending-it">
    A full set of `/v1/*` endpoints, described in the API Reference tab.
  </Card>

  <Card title="Sandbox" icon="flask-conical" href="/docs/sandbox">
    Pass `sandbox: true` to exercise the entire flow for free, with simulated fulfillment and tracking.
  </Card>
</CardGroup>

## Every way to send

<CardGroup cols={3}>
  <Card title="Web" icon="monitor" href="/docs/quickstart">
    The composer at `/send` — letters, cards, or postcards — plus a template gallery.
  </Card>

  <Card title="MCP" icon="bot" href="/docs/guides/mcp">
    Claude and any MCP client.
  </Card>

  <Card title="Embed" icon="code" href="/docs/guides/embed">
    One script adds the send flow to your own site.
  </Card>

  <Card title="Email" icon="mail" href="/docs/guides/email-to-send">
    Forward an email and we mail it.
  </Card>

  <Card title="Text/SMS" icon="message-circle" href="/docs/guides/imessage-to-send">
    Text a recipient and a letter, confirm, done.
  </Card>

  <Card title="REST" icon="braces" href="/docs/api-reference/mail/price-a-letter-before-sending-it">
    Any HTTP client — see the API Reference tab.
  </Card>
</CardGroup>

## What you get

<CardGroup cols={2}>
  <Card title="Preview" icon="eye" href="/docs/guides/print-preflight">
    The exact PDF before paying.
  </Card>

  <Card title="Track" icon="map-pin" href="/docs/guides/cancel-track">
    Any mailed letter at a shareable public URL.
  </Card>

  <Card title="Cancel" icon="circle-x" href="/docs/guides/cancel-track">
    Before print, releasing any payment hold — from the web or the API.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/docs/guides/webhooks">
    Pushed to your `webhook_url` on every status change.
  </Card>

  <Card title="Integrations" icon="workflow" href="/docs/guides/integrations">
    Zapier/n8n/Make via REST + webhooks today, native apps on the roadmap.
  </Card>
</CardGroup>

## Use it right now

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Compose and send your first letter.
  </Card>

  <Card title="Teach an agent (MCP)" icon="bot" href="/docs/guides/mcp">
    Connect Claude or any MCP client in one command.
  </Card>
</CardGroup>

## What it costs

| Class                        | Price   | What it is                     |
| ---------------------------- | ------- | ------------------------------ |
| First-Class                  | \$1.99  | 1 page, USPS First-Class.      |
| Certified                    | \$12.99 | Proof of mailing + tracking.   |
| Certified + e-Return Receipt | \$14.99 | Court-ready proof of delivery. |
| Priority                     | \$24.99 | Flat-rate envelope.            |

Postcards and the notecard are a separate `format`, not a mail class —
priced per piece, postage included: **$1.99** (4x6), **$2.99** (6x9),
**$3.49** (6x11), **$5.99** for the notecard (folded and enclosed, not
open-face like a postcard). Message-only for now (no custom photo/artwork
side); see [Mail formats](/docs/concepts#mail-formats).

Each order is paid individually (Stripe link or prepaid credit code). No subscription, no account.

## Content rules

Every letter is screened before printing. Lawful demand letters and firm legal language are explicitly allowed; threats, fraud, and impersonation are refused and the payment released.
