Artifacts now in beta: versioned filesystem with Git access
Key Points
- Git-compatible versioned filesystem in private beta
- Support for tens of millions of scalable repositories
- Three API surfaces: Workers, REST, and Git protocol
Summary
Cloudflare Artifacts is now in private beta, offering Git-compatible storage designed for scale. It provides a versioned filesystem for storing and exchanging file trees across Workers, REST API, and any Git client, enabling seamless integration with agents and local development workflows.
Key Points
- Three API surfaces: Workers bindings for repository creation/management, REST API for cross-platform access, and Git protocol for standard Git client interaction
- Scalable repository creation: Support for tens of millions of repositories, with the ability to fork from any remote and distribute via URL
- Git-native workflow: Any standard Git client can interact with repositories using smart HTTP protocol, allowing agents to use familiar
gitCLI commands - Multi-platform support: Create and manage repositories from Workers, REST API, or any compute platform; repositories work locally or within agent environments
- Simple integration: Workers binding example shows creating repos and retrieving remote URLs; REST API enables namespace-based repository management with bearer token authentication