Agentic Inbox is a self-hosted email client with an AI agent, running entirely on Cloudflare Workers.
The tool solves the problem of managing email without relying on third-party email providers by hosting everything on your own Cloudflare account. Incoming emails arrive through Cloudflare Email Routing, with each mailbox isolated in its own Durable Object backed by SQLite, and attachments stored in R2. An AI-powered email agent built with the Cloudflare Agents SDK and Workers AI can read your inbox, search conversations, and draft replies on your behalf.
Agentic Inbox suits developers and organizations already invested in the Cloudflare ecosystem who want email management without external dependencies. It requires a Cloudflare account with Email Routing enabled and involves multi-step setup including configuring Cloudflare Access for authentication, setting up email routing rules, enabling the Email Service binding, and creating mailboxes through the web interface. The tool is particularly valuable for those seeking to keep email data within their own infrastructure while leveraging AI capabilities for inbox management.
The project shows active development with recent updates addressing setup documentation and troubleshooting guidance. The maintainers have provided detailed step-by-step setup instructions with screenshots and actively respond to configuration issues, indicating ongoing engagement with user adoption challenges. The codebase is written in TypeScript and integrates deeply with Cloudflare's platform services, suggesting the team is committed to maintaining compatibility with the Cloudflare ecosystem.