You can now view and write to each Durable Object's storage using a UI editor on the Cloudflare dashboard. Only Durable Objects using SQLite storage can use Data Studio. Go to Durable Objects Data Studio unlocks easier data access with Durable Objects for prototyping application data models to debugging production s...
Durable Objects, Workers - View and edit Durable Object data in UI with Data Studio (Beta)
Cloudflare Developer Platform Changelog · 2025-10-16
Related items
Durable Objects, Workers - SQLite in Durable Objects GA with 10GB storage per object
SQLite in Durable Objects is now generally available (GA) with 10GB SQLite database per Durable Object. Since the public beta in September 2024, we've added feature parity and robustness for the SQLite storage backend compared to the preexisting key-value (KV) storage backend for Durable Objects. SQLite-backed Durab...
Durable Objects, Workers - @cloudflare/actors library - SDK for Durable Objects in beta
The new @cloudflare/actors library is now in beta! The @cloudflare/actors library is a new SDK for Durable Objects and provides a powerful set of abstractions for building real-time, interactive, and multiplayer applications on top of Durable Objects. With beta usage and feedback, @cloudflare/actors will become the...
Durable Objects, Workers - Access Durable Object name via `ctx.id.name`
When your Worker accesses a Durable Object via idFromName() or getByName() , the same name is now available on ctx.id.name inside the object — no need to pass it through method arguments or persist it in storage. This brings the runtime behavior in line with the Workers runtime types . This is especially useful for...
Workers, Durable Objects - Durable Objects are now supported in Python Workers
You can now create Durable Objects using Python Workers . A Durable Object is a special kind of Cloudflare Worker which uniquely combines compute with storage, enabling stateful long-running applications which run close to your users. For more info see here . You can define a Durable Object in Python in a similar wa...
Durable Objects, Workers - Durable Objects on Workers Free plan
Durable Objects can now be used with zero commitment on the Workers Free plan allowing you to build AI agents with Agents SDK , collaboration tools, and real-time applications like chat or multiplayer games. Durable Objects let you build stateful, serverless applications with millions of tiny coordination instances...
Durable Objects, Workers - Billing for SQLite Storage
Storage billing for SQLite-backed Durable Objects will be enabled in January 2026, with a target date of January 7, 2026 (no earlier). To view your SQLite storage usage, go to the Durable Objects page Go to Durable Objects If you do not want to incur costs, please take action such as optimizing queries or deleting u...