Back to browse

Lumbox – Email infrastructure for AI agents (lumbox.co)

by kumardeepanshu·Mar 18, 2026·1 point·0 comments

AI Analysis

●●●BangerSolve My ProblemZero to One

GET /otp long-polls until OTP arrives, no polling loops or webhook setup needed.

Strengths
  • Long-poll OTP endpoint eliminates polling loops and webhook infrastructure
  • Steel Browser integration handles complete signup/verify flows in one skill call
  • Credential vault keeps passwords away from agent conversations and logs
Weaknesses
  • Email infrastructure for agents is emerging space with limited validation
  • Free tier limits (3 inboxes, 500 emails/month) may constrain testing
Target Audience

AI agent developers, automation engineers

Similar To

AgentMail · TempMail APIs

Post Description

Been building agents that need to sign up for services, verify email addresses, and extract OTPs. The missing piece in most agent stacks is a real email identity per agent.

Lumbox gives each agent its own inbox. The main thing that makes it different from rolling your own:

GET /otp is a long-poll endpoint that blocks until the OTP arrives. Your agent just calls it and waits. No polling loop, no webhook setup, no extra infra.

Also ships with Steel Browser integration so the full signup/verify flow is a single skill call: skill_signup_with_email handles navigate, fill form, submit, wait for OTP, enter OTP.

There is also a credential vault where agents never see passwords - they are typed into fields directly without being exposed in the conversation or logs.

We just rebranded from AgentMailr to Lumbox after a trademark conflict with AgentMail (YC-backed). Their $6M raise is good validation the problem is real.

Free tier: 3 inboxes, 500 emails received/month. lumbox.co

Happy to answer questions about the architecture or the long-poll approach.

Similar Projects

Open-source, SDK-first email infrastructure built for agents

Giving each agent a dedicated '@commune.email' inbox and an SDK-first surface is a smart model for agent identity, eventing, and automated workflows. The tricky bits (deliverability, DKIM/MX, rate-limiting, abuse protection and clear API examples) will make or break this — the tweet/landing tease shows promise but I need to see routing primitives, SDK docs, and sandboxed safety controls before calling it more than a smart niche play.

Niche GemBold Bet
shanjai_raj7
103mo ago
Security●●Solid

Seamless Auth – open-source passwordless authentication

Implements real WebAuthn/passkey support plus OTP and HTTP-only cookie session validation, and exposes JWKS and token endpoints — plus an npx create-seamless scaffold and Docker Compose so you can stand up the stack in minutes. The repo deliberately focuses on the auth engine (no admin UI or hosted control plane), which makes it easy to audit and integrate; still, the space is crowded with Ory/Keycloak/Supabase, so this is best if you specifically want a lean, self-hostable passwordless core.

Niche GemShip It
bccorb1000
303mo ago