Artifacts
Versioned storage that speaks Git
Give your agents, developers, and automations a home for code and data. Artifacts is Git-compatible storage built for scale: create tens of millions of repos, fork from any remote, and hand off a URL to any Git client.
Git compatible
Programmable
Tens of millions of repos
A few lines of code. Millions of repos.
Create, import, fork, and manage access: the full repo lifecycle from a Workers binding.

import type { Artifacts } from "cloudflare:workers" interface Env { ARTIFACTS: Artifacts } export default { async fetch(request: Request, env: Env) { // Create a repo — returns the remote URL and an initial write token const { remote, token, repo } = await env.ARTIFACTS.create("my-project") // Issue a scoped read token, valid for 1 hour const readToken = await repo.createToken("read", 3600) return Response.json({ remote, token: readToken.plaintext }) }, }
How Artifacts work

Create a repo in one line of code
Create one. Create one million. One API that scales.

Fork from anywhere
Fork from another repo: in Artifacts, from GitHub, or any other git-compatible upstream.

Hand off to any Git client
create() and import() return a remote URL directly. Pass it to your agent, a CLI, an IDE, or another Worker. Standard git clone just works.

Manage access with scoped tokens
Create short-lived tokens for any repo: read for safe inspection, write for agents that need to commit. Tokens expire automatically.
Artifacts One repo per agent. One per user. One per everything.
See real-world examples of Cloudflare Artifacts
View docsAgent workspaces
Config versioning
Platform-managed repos
Artifacts Pricing
Versioned, Git-compatible storage for agents. View Storage & Data pricing details
Operations (1,000 operations)
Coming Soon
$0.15 / 1,000 operations, first 10,000 / month included
Storage (GB-month)
Coming Soon
$0.50 / GB-month, first 1 GB / month included
Powerful primitives, seamlessly integrated
Built on systems powering 20% of the Internet, Artifacts run on the same infrastructure Cloudflare uses to build Cloudflare. Enterprise-grade reliability, security, and performance are standard.
Compute
Storage
AI
Media
Network
SASE / Zero Trust
Build without boundaries
Join thousands of developers who've eliminated infrastructure complexity and deployed globally with Cloudflare. Start building for free — no credit card required.