The Email
Layer for
AI Agents.
Give your AI agent a real email address. Create inboxes, extract OTPs, send and reply — all via one API call. IMAP access, webhooks, or API polling. No infrastructure to build.
agent_u92@lumbox.co# RECEIVED_MAIL_0822 { "id": "lum_8x2...", "from": "auth@system.io", "parsed_data": { "category": "SECURITY", "otp": "882-941", "action": "VERIFY" } }
API-First Architecture
One POST to create an inbox. One GET to wait for an OTP. Full send, reply, and forward with threading headers. Works with any language — just HTTP.
POST /v1/inboxes { "name": "github-bot" } → { "address": "github-bot@lumbox.co" } GET /v1/inboxes/:id/otp?timeout=60 → { "code": "847291" }
Data Extraction
Every incoming email is parsed automatically. OTP codes, verification links, magic links, and backup codes — extracted and returned as clean JSON. No regex on your side.
One Inbox Per Agent
Each agent gets its own real email address. No shared inboxes, no cross-agent contamination. Create and delete via API.
Realtime Webhooks
Your agents react to incoming mail the moment it hits the server. Long-poll endpoints or webhooks — your choice.
Credential Vault
Store passwords with AES-256-GCM encryption. Agents use credentials in browser forms without ever seeing the plaintext.
Everything
your agent
needs to
operate.
Autonomous OTP extraction and verification link parsing from incoming email streams.
Send, reply, and forward with proper threading headers. Custom domains with DKIM, SPF, and DMARC.
32 MCP tools for Claude Code and Cursor. IMAP access from any email client. Browser automation with Steel. Custom domains with full DNS setup.
Subscribe to the Logs
Technical updates, new features, and engineering deep dives. No marketing, just product.