For developers → email access, scoped and safe

The email layer
your AI is missing.

Inbound gives AI applications structured, permissioned access to the emails that matter — without exposing everything else.

SOC 2 in progress · No credit card · Free during beta

Inbound API

|

"Every AI company eventually asks for email access. Most ask for everything. That's where deals die."

62%

of enterprise buyers reject broad email OAuth requests in security review

GDPR

Full inbox access is incompatible with data minimization requirements

higher conversion when users see scoped permission requests

For developers

Build in minutes. Ship with confidence.

01

Define your scope

Tell Inbound exactly what emails your product needs. Set filters by sender domain, subject pattern, attachment type, or date range.

02

Drop in the consent flow

Embed our hosted OAuth component. Users see a plain-language permission screen showing exactly what you will and won't access.

03

Query via API

Make structured calls against your users' scoped email data. Get back normalized JSON — not raw MIME. Ready for your LLM.

Request
1"text-[#14B8A6]">const result = "text-[#14B8A6]">await inbound.emails.search({
2 user: session.userId,
3 query: "unpaid invoices",
4 scope: "ap_invoices",
5 extract: ["vendor", "amount_due", "due_date"]
6})
Response
1{
2 "emails": [
3 {
4 "id": "em_7xk29a",
5 "subject": "Invoice #4421 — Due Oct 15",
6 "from": "billing@acmesupplier.com",
7 "entities": {
8 "vendor": "Acme Supplier Co.",
9 "amount_due": 4200.00,
10 "due_date": "2024-10-15"
11 }
12 }
13 ],
14 "scope_enforced": true,
15 "total_matched": 3
16}

Two models. One API.

Built for how AI products actually work.

Enterprise / B2B

Org-level access for AI products selling to companies

Your AI product needs email signal to serve business customers. Inbound lets the org grant scoped, auditable access — so your security review passes and your deal closes.

  • AI bookkeeping and AP automation tools
  • Legal tech and contract intelligence platforms
  • AI CRM and sales intelligence products
  • Compliance and risk monitoring agents
  • Executive assistant AI tools
See enterprise docs →
Consumer / B2C

User-granted access for apps that personalize on email

Let individual users connect their inbox — and only share what's relevant. Higher conversion, lower liability, and a consent experience users actually trust.

  • Ecommerce apps building purchase history personalization
  • Personal finance tools parsing receipts and subscriptions
  • Travel apps aggregating booking confirmations
  • Loyalty and rewards platforms reading transaction emails
  • Shopping assistants and price tracking tools
See consumer docs →

Security by design

We built this assuming you'd be audited.

Technically enforced, not just contractual

Scopes are enforced at the data layer — not in application code. It is architecturally impossible to query outside the defined scope.

Field-level encryption, per customer

Every customer's data is encrypted with their own key. Optionally bring your own key via AWS KMS or Azure Key Vault.

Query in real time, store nothing

For sensitive use cases, Inbound operates as a pure pipe. We process and return — no email content is persisted.

Every access, logged and exportable

Immutable, append-only logs of every query made against your users' data. Your customers can pull their own logs via API at any time.

SOC 2 Type II (in progress)·GDPR·CCPA·DPA available

Trusted by teams building the next generation of AI

"We killed our email OAuth integration and rebuilt on Inbound in a week. Our security review went from 3 months to 3 weeks."

Head of Engineering

AI legal tech startup

"Finally, an email API that doesn't require us to ask users for their entire inbox. Conversion rates doubled."

Founder

Personal finance app

"The scoped permissions model is exactly what enterprise customers need. It's the difference between a signed contract and a stalled deal."

VP of Product

AI sales intelligence platform

Join 200+ developers on the early access waitlist.

Get early access.

We're onboarding a small cohort of AI teams during our private beta. Scoped access, zero retention mode, and full API docs included from day one.

No spam. We'll reach out within 48 hours.

Free during beta·SOC 2 in progress·Cancel anytime