Building an AI Agent that puts humans in the loop with Knock and Cloudflare’s Agents SDK
2025-06-03
How Knock shipped an AI Agent with human-in-the-loop capabilities with Cloudflare’s Agents SDK and Cloudflare Workers....
Continue reading »
2025-06-03
How Knock shipped an AI Agent with human-in-the-loop capabilities with Cloudflare’s Agents SDK and Cloudflare Workers....
Continue reading »2025-05-29
Workers Builds, our CI/CD product for deploying Workers, monitors build issues by analyzing build failure metadata spread across over one million Durable Objects....
2025-04-30
We're continuing to make it easier for developers to bring their services into the AI ecosystem with the Model Context Protocol (MCP) with two new updates....
2025-04-10
We re-architected Super Slurper from the ground up using our Developer Platform — leveraging Cloudflare Workers, Durable Objects, and Queues — and improved transfer speeds by up to 5x....
2025-04-07
Cloudflare has acquired Outerbase, expanding our database and agent developer experience capabilities....
February 25, 2025 2:00 PM
Today we’re excited to share a few announcements on how we’re making it even easier to build AI agents on Cloudflare....
October 24, 2024 1:05 PM
Cloudflare Workflows is now in open beta! Workflows allows you to build reliable, repeatable, long-lived multi-step applications that can automatically retry, persist state, and scale out. Read on to learn how Workflows works, how we built it on top of Durable Objects, and how yo...
October 24, 2024 1:00 PM
How we scaled AI Gateway to handle and store billions of requests, using Cloudflare Workers, D1, Durable Objects, and R2....
October 24, 2024 1:00 PM
Learn how we built Cloudflare Queues using our own Developer Platform and how it evolved to a geographically-distributed, horizontally-scalable architecture built on Durable Objects. Our new architecture supports over 10x more throughput and over 3x lower latency compared to the ...
September 27, 2024 1:00 PM
We’ve been working on something new — a platform for running containers across Cloudflare’s network. We already use it in production, for AI inference and more. Today we want to share an early look at...
September 26, 2024 1:00 PM
Traditional cloud storage is inherently slow because it is accessed over a network and must synchronize many clients. But what if we could instead put your application code deep into the storage layer...
April 05, 2024 1:00 PM
We're thrilled to announce that PartyKit, a trailblazer in enabling developers to craft ambitious real-time, collaborative, multiplayer applications, is now a part of Cloudflare...
September 28, 2023 1:00 PM
We’ve heard from developers that configuring and maintaining their own serverless browser automation systems can be quite painful. The Workers Browser Rendering API solves this...
September 20, 2023 1:00 PM
We want to give you a behind the scenes look at how we have evolved the core mechanism of our product–namely, exactly how it kicks in to queue traffic in response to spikes...
August 05, 2022 3:45 PM
In this post we're going to show you how to build a scalable service that will schedule HTTP requests on a specific schedule or as one-off at a specific time ...
May 17, 2022 12:58 PM
After many announcements from Platform Week, we’re thrilled to make one more: our Spring Developer Challenge!...
May 11, 2022 12:59 PM
Durable Object alarms let you call a function at a defined point in the future, unlocking deeper use-cases for Durable Objects like reliable queuing...
November 15, 2021 1:59 PM
Guido won the innovative category in one of the biggest Game Jams with a combination of Pages, Durable Objects, modern browser APIs, and a hefty amount of ingenuity....
November 15, 2021 1:59 PM
Today, we’re announcing that Durable Objects are generally available and production-ready for you to use!...
August 03, 2021 1:24 PM
When multiple clients access the same storage concurrently, race conditions abound. Durable Objects can make it easier. We recently rolled out improvements to Durable Objects that automatically correct many common race conditions while actually making your code faster. ...