Launching soon

Give your agents an inbox.

getinbox is the email API built for AI agents. Create a real inbox in one call, send and receive mail, and pull verification codes the instant they land. Every agent gets an address that is also its identity.

One email when access opens. No spam, no noise.

getinboxPreview
pip install getinbox

from getinbox import Client

gi = Client()
inbox = gi.inboxes.create()
# agent-7f2a@getinbox.cc

# your agent signs up, then await the code
code = gi.wait_for_verification(inbox)
→ "481920"   confidence 0.99
npm i getinbox

import { getinbox } from "getinbox";

const gi = getinbox();
const inbox = await gi.inboxes.create();
// agent-7f2a@getinbox.cc

const { code } = await gi.waitForVerification(inbox);
→ "481920"
$ curl -X POST https://api.getinbox.cc/v1/inboxes
→ { "address": "agent-7f2a@getinbox.cc" }

$ curl https://api.getinbox.cc/v1/wait_for_verification \
    -d inbox=agent-7f2a@getinbox.cc
→ { "code": "481920", "confidence": 0.99 }

Built for the agent stack

MCPOpenAI Agents SDKVercel AI SDKLangGraphPythonTypeScript
Inbox

An inbox in one call

Create a fresh, real email address programmatically. No dashboards, no waiting. Send, receive, thread, and search through one clean JSON API.

Verify

Wait for the code

Call wait for verification and get the one-time code, magic link, or TOTP back the instant it lands, already extracted and scored for confidence.

Identity

The address is the agent

Give an agent a stable, verifiable identity that other agents can reach. Email becomes how agents talk across tools, teams, and companies.

Ephemeral

Disposable inboxes

Create an inbox, use it once, throw it away. Time to live and auto purge are built in, and priced so you can spin up thousands.

Safety

Inbound you can trust

Every message is scanned for prompt injection, spam, and malware, and scored before your agent ever reads a word of it.

Deliverability

Lands in the inbox

SPF, DKIM, DMARC, domain warming, and suppression are handled for you, so agent mail reaches real inboxes and stays out of spam.

Why agents need their own inbox

Humans have inboxes. Your agents should too.

Identity

A name of its own

An address is an identity. Give each agent a stable, verifiable one that services and other agents can recognize and reach, instead of borrowing a human mailbox.

Communication

Speak the world's protocol

The world already runs on email. Let your agents send, reply, and act on real messages directly, rather than scraping a person's inbox for what they need.

Memory

A record it can search

Every thread is durable, searchable history. An inbox becomes a memory of everything an agent has sent, received, and confirmed, ready to recall on demand.

Responsible sending

Built to be a good sender

getinbox is being built to deliver transactional and verification email on behalf of AI agents and the people who operate them. It is not a bulk marketing tool. Recipients are the operators who own each agent and the services those agents choose to interact with.

Every message will carry one click unsubscribe. We honor opt outs, bounces, and complaints automatically through per account and global suppression lists, authenticate every domain with SPF, DKIM, and DMARC, and monitor sending reputation continuously. Abuse can be reported at any time to abuse@getinbox.cc and is actioned quickly.

Be first in line

Be the first to get an inbox.

getinbox is launching soon. Leave your email and we will tell you the moment access opens.

One email when access opens. No spam, no noise.