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.
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.
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
Create a fresh, real email address programmatically. No dashboards, no waiting. Send, receive, thread, and search through one clean JSON API.
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.
Give an agent a stable, verifiable identity that other agents can reach. Email becomes how agents talk across tools, teams, and companies.
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.
Every message is scanned for prompt injection, spam, and malware, and scored before your agent ever reads a word of it.
SPF, DKIM, DMARC, domain warming, and suppression are handled for you, so agent mail reaches real inboxes and stays out of spam.
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.
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.
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.
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.
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.