Ankit Sharma

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.

Add a comment

Replies

Best
Ankit Sharma
Hunter
πŸ“Œ
Cloudflare Email Service is now in public beta πŸ“§ Send and receive emails directly from Workers or REST API with global delivery on Cloudflare's network And just in time for you to build email agents with the Agents SDK!
Emil Hajric

Kind of confusing what this really is even after reading the blog post.

Maxim Kheyfets

@emil_hajricΒ - a bit. Once at their console it becomes clear how to send emails:

  1. switch to workers to paid ($5/mo) plan plus usage

  2. provision token allowing to send emails for a domain

  3. 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.

Maxim Kheyfets

I wonder, if traditional SMTP credentials (protocol) would be available at some point.

Tijo Gaucher

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?