Cloudflare Email Service - Turn any email inbox into a native interface for AI agents
byβ’
Agents are becoming multi-channel. That means making them available wherever your users already are β including the inbox. Today, Cloudflare Email Service enters public beta with the infrastructure layer to make that easy: send, receive, and process email natively from your agents.


Replies
Wizardshot
Kind of confusing what this really is even after reading the blog post.
@emil_hajricΒ - a bit. Once at their console it becomes clear how to send emails:
switch to workers to paid ($5/mo) plan plus usage
provision token allowing to send emails for a domain
and then simple http request from any app can allow for email sends.
Good pricing and after this is live for some time - it will be a great help for startups. Especially ones on AWS being denied by SES.
I wonder, if traditional SMTP credentials (protocol) would be available at some point.
email as an agent interface is such an underrated channel β every user already has an inbox. curious how you're handling threading and state when an agent replies across multiple messages. is there a session concept baked in, or does each inbound just trigger a fresh Worker invocation?