Back to all summaries

Announcing Claude Managed Agents on Cloudflare

Mike Nomitch
AI Agents Cloudflare Workers Durable Objects Developers Storage

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

Cloudflare Integrates Claude Managed Agents for Enhanced Security and Control

Cloudflare has collaborated with Anthropic to integrate Claude Managed Agents with Cloudflare Sandboxes, providing developers with more control over their agent sandboxes, secure connections to private services, and improved observability. This integration is part of Cloudflare's goal to make it the simplest, most secure, and most programmable cloud for agents.

Key Features and Benefits

The integration offers several key features and benefits, including:

  • Enhanced security: Run all agent traffic through customizable proxies to securely inject credentials, prevent data exfiltration, and observe how agents interact with the outside world.
  • Sandbox control and observability: Get detailed sandbox metrics and logs, SSH into running machines, and customize sandbox images.
  • Lightweight sandboxes: Write and execute untrusted code in a traditional microVM or a lightweight isolate, allowing for massive scale, fast boot times, and minimized infrastructure spend.
  • Private service connectivity: Connect agents to private internal services without exposing them to the Internet.
  • Browser control and observability: Get an audit trail of every agent's browser sessions, including session recording and human-in-the-loop flows.
  • Custom tools: Extend agents with tools without needing additional infrastructure.

Getting Started with Claude on Cloudflare

Developers can get started with Claude on Cloudflare by following the onboarding guide and forking the repo to customize their integration. The Workers-based control plane provides a sandboxed environment for executing code, developing applications, running CLI tools, and more, with state automatically persisted across session sleeps.

Want to read the full article?

Read Full Post on Cloudflare Blog