Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Cloudflare Email Public Beta: AI Agent can now independently send and receive emails, MCP server allows Claude Code to send emails with just one sentence
Cloudflare Announces Email Service Public Beta, Launching Email Sending, Email MCP Server, Wrangler CLI Email Commands, and the Open-Source Agentic Inbox Complete Infrastructure Suite.
Through the asynchronous sending capabilities of the Agents SDK, AI Agents can now reply to users automatically after handling complex tasks, no longer limited to real-time conversation mode.
(Background recap: Cloudflare launches Project Think: The real barrier for AI Agents is not intelligence, but that every idle container is burning money.)
(Additional background: Cloudflare introduces Mesh to replace VPN: allowing AI proxies to securely access your intranet, offering 50 free nodes.)
Table of Contents
Toggle
During its Agents Week, Cloudflare announced that Email Service has officially entered public beta, simultaneously launching the Email MCP server, Wrangler CLI tools, and the open-source Agentic Inbox reference application, forming a complete AI Agent email infrastructure.
Email Sending Public Beta: Send emails with one line of code, no DNS needed
Upgrading from private testing to public beta marks the first milestone for Cloudflare Email Service.
In the past, developers had to manually configure DNS records like SPF, DKIM, and DMARC to send emails from their applications—any misconfiguration could result in emails being marked as spam. Cloudflare’s approach automates all these settings: simply bind Email in the Workers environment, and the system automatically handles all DNS verification configurations, eliminating the need for developers to manage keys or secrets.
Technically, Email Sending offers native Workers binding, REST API, and SDKs in TypeScript, Python, and Go, leveraging Cloudflare’s globally distributed network for low-latency delivery.
More importantly, combined with their free Email Routing service (which handles inbound mail), Cloudflare now provides a complete bidirectional email infrastructure: sending and receiving are both managed on the same platform, with no need to integrate third-party services.
MCP Server + CLI + Skills: Complete toolchain enabling Claude Code to send emails
In addition to the SDK itself, Cloudflare has launched three supporting tools to make the ecosystem more complete.
Email MCP Server is the most notable. MCP (Model Context Protocol) is an AI tool call standard led by Anthropic and widely adopted. Cloudflare’s Email MCP server means Claude Code, Cursor, GitHub Copilot and other coding agents can directly discover and call Cloudflare Email Service API endpoints via natural language prompts, without manually browsing files or writing integration code.
Wrangler CLI is a quick tool for developers’ daily workflows. With a single command, you can send an email from the terminal:
Agent Skills are knowledge packages tailored for coding agents, covering Email Service configuration, API usage, and best practices for delivery rates, enabling AI development tools to assist developers more precisely in integrating email functions.
Together, these three tools complete a closed loop: from infrastructure (Email Sending/Routing) to development tools (Wrangler CLI) to AI toolchain integration (MCP + Skills), all managed in-house.
Agentic Inbox: Open-source, deployable email proxy reference architecture
Cloudflare has also open-sourced Agentic Inbox, a complete email proxy reference application designed to give developers a ready-to-fork, modify, and deploy starting point rather than starting from scratch.
The feature set is quite comprehensive: conversation thread management, HTML rendering of emails, attachment storage (via R2), and auto-reply logic. The entire tech stack is built on Cloudflare’s own services: Email Routing handles inbound mail, Email Sending manages outbound, Workers AI handles language understanding and generation, R2 stores attachments, and the Agents SDK links the entire workflow.
For teams wanting to quickly verify the concept of “AI Agents handling emails,” Agentic Inbox offers a production-ready reference implementation, not just a Hello World example.