It looks like the shift from traditional dashboard navigation to a conversational interface is gaining ground.

A new example of the trend is Agent Lee, an AI-based assistant introduced by Cloudflare. Agent Lee is embedded directly within the Cloudflare dashboard and allows users to manage services using natural language prompts.

For years, cloud platforms have required users to move across multiple tabs and configuration panels to identify issues or deploy resources. Cloudflare’s agentic AI approach combines these actions into a single interaction model, where users describe a task and the system interprets and executes it.

Agent Lee operates across a wide range of Cloudflare services, including DNS, Workers, storage, and security configurations. It can answer account-specific questions, diagnose service disruptions, and initiate changes like enabling features or provisioning resources.

User Requests Become Executable Code

Diagnosing and fixing errors in distributed systems typically involves correlating signals from different services. Agent Lee aggregates that context and identifies potential causes, reducing the time required to isolate problems. Depending on the situation, it can propose and carry out corrective actions, subject to user approval.

After testing in a live beta environment, Cloudflare claims Agent Lee is currently serving tens of thousands of daily users and executing hundreds of thousands of actions across the platform. This level of activity has supported ongoing refinements to its performance and reliability, the company says.

Agent Lee can generate visual outputs within the same interface, so instead of redirecting users to separate analytics tools, the agent can display charts and other visualizations based on real-time account data. This reduces context switching and keeps user insights within the conversational workflow.

Under the hood, the system translates user requests into executable code, which is then processed in a controlled environment. Cloudflare has implemented a permission model that distinguishes between read-only and write operations. While informational queries proceed automatically, any action that modifies resources requires user authorization before making changes.

Cloudflare offers customers the technologies used to build Agent Lee. The assistant is constructed using the same tools and infrastructure offered on the platform, suggesting that similar AI-driven workflows could be developed by users for their own applications.

AI and Cloud Infrastructure

Looking ahead, Cloudflare plans to extend the assistant beyond the dashboard to other environments, including command-line interfaces and mobile access. Future versions may incorporate more proactive capabilities, like monitoring system behavior and alerting users to emerging issues without being prompted.

Agent Lee and similar products are changing how cloud infrastructure is managed. As AI systems gain ever more contextual awareness of configurations and usage patterns, the boundary between user and system becomes less defined. Instead of manually orchestrating components, users may increasingly rely on systems that interpret goals and execute them directly.