Back to all summaries

Introducing Agent Lee - a new interface to the Cloudflare stack

Kylie Czajkowski, Aparna Somaiah, Brayden Wilmoth
Agents Week Agents Workers AI SDK Dashboard Developers Developer Platform

AI-Generated Summary: This is an automated summary created using AI. For the full details and context, please read the original post.

Introducing Agent Lee: A Revolutionary AI-Powered Interface for Cloudflare

Cloudflare has launched Agent Lee, a groundbreaking AI assistant that revolutionizes the way developers interact with the Cloudflare platform. Agent Lee is an in-dashboard AI assistant that understands your Cloudflare account, allowing you to describe what you want to achieve in plain language, rather than navigating through a complex graphical user interface.

Key Features and Capabilities

Agent Lee can help with troubleshooting, debugging, and applying changes to your account. It can answer questions about your account, debug issues, apply changes, and deploy resources. With natural language, you can use Agent Lee to:

  • Answer questions about your account, such as "Show me the top 5 error messages on my Worker."
  • Debug an issue, such as "I can't access my site with the www prefix."
  • Apply a change, such as "Enable Access for my domain."
  • Deploy a resource, such as "Create a new R2 bucket for my photos and connect it to my Worker."

Technical Details

Agent Lee is built directly into the dashboard and understands the resources in your account. It uses Codemode to convert tools into a TypeScript API and asks the model to write code that calls it instead. This approach works better for LLMs, which have seen a huge amount of real-world TypeScript but very few tool call examples. The generated code is sent to an upstream Cloudflare MCP server for sandboxed execution, but it goes through a Durable Object that acts as a credentialed proxy.

Practical Implications for Developers

Agent Lee has the potential to significantly reduce the complexity and time required to manage and troubleshoot Cloudflare accounts. With its ability to understand natural language and perform real work against real accounts, Agent Lee can help developers focus on higher-level tasks and improve their overall productivity. While Agent Lee is still in beta, it has already served over 18,000 daily users, executing nearly a quarter of a million tool calls per day.

Want to read the full article?

Read Full Post on Cloudflare Blog