Real agent inboxes
Email infrastructure
for agents that do real work.
Purpose-built email infrastructure for AI agents, LLMs, and autonomous workflows. Give every agent a real address, let it sign up and verify accounts on its own, and keep durable conversation context with native Model Context Protocol (MCP) tools.
Received. Reviewed the security pack and proposed 3 review slots: Tuesday 10am or Thursday 2pm.
Exposed Tools
stdio protocolReturns sanitized thread history with tracking pixels stripped
Event Dispatch
ConnectedAgent identity
Every agent needs an address.
Your agent signs up on a website, the service sends a verification email, and Gorkmail hands your agent the OTP code or magic link — sanitized, structured, and signed. The human never touches the signup.
Agent signs up
Your browser agent fills the form with its Gorkmail address.
Email arrives
The service sends a verification code to the agent inbox.
Code extracted
Gorkmail sanitizes, detects, and structures the OTP or link.
Signup complete
Your agent enters the code — account created, hands-free.
1import { GorkClient } from "@gork/sdk"23const client = new GorkClient({ apiKey: process.env.GORK_API_KEY })45// Your agent gets a real address it controls6const inbox = await client.inboxes.create({7 username: "signup-bot",8 name: "Account Signup Agent",9})1011// → signup-bot@try.gork.email
For developers
One API.
Every email interaction.
Provision inboxes, receive threads, send deliberate replies, and turn real conversations into reliable agent work.
<90ms
Inbox provisioning
100%
Signed events
3
Free inboxes, forever
import osfrom gork import GorkClientclient = GorkClient(api_key=os.getenv("GORK_API_KEY"))inbox = client.inboxes.create(address="agent@acme.gork.email",webhook_url="https://agent.acme.co/webhooks")# Dispatch autonomous agent replyreply = client.messages.reply(thread_id="th_89f2a",body="Confirmed for Thursday 2pm. Attached NDA_Addendum.pdf.")print(reply.id)
Got Questions?
Frequently Asked Questions
Get started
Make email useful to your agents.
Three inboxes, a complete API, and no credit card required.
Create your first inbox