Cloudflare is releasing Durable Object Facets in open beta, a feature that lets Dynamic Workers instantiate Durable Object classes with their own isolated SQLite databases. This enables platform developers to build AI-generated or user-generated apps that run in secure sandboxes with persistent, stateful storage. The supervisor pattern allows platform owners to retain control over resource usage, logging, and billing while the dynamic code gets its own isolated database. A complete code example demonstrates an AppRunner Durable Object that loads agent-written code, executes it as a facet, and gives it a separate SQLite database — all without pre-provisioning through the Cloudflare API.
Sort: