cloudflare/agentic-inbox

A self-hosted email client with an AI agent, running entirely on Cloudflare Workers

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 1st, 2026
Created on April 10th, 2026
Open Issues & Pull Requests: 45 (+0)
GitHub issues: Enabled
Number of forks: 934
Total Stargazers: 7,257 (+3)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 110 days
Stale 30+ days: 19
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

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.