Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Artifacts now in beta: versioned filesystem that can speak git"
description: Artifacts is now available in beta as a versioned filesystem for Workers, APIs, and git-compatible workflows.
products:
- artifacts
date: 2026-04-16
---

[Artifacts](/artifacts/) is now in beta. It provides a versioned filesystem for storing and exchanging file trees across Workers, the REST API, and git-compatible clients.

Use Artifacts to publish build outputs, sync repositories, and move files between tools without inventing a new packaging format. For more information, refer to [Get started](/artifacts/get-started/) and [API](/artifacts/api/).
12 changes: 12 additions & 0 deletions src/content/directory/artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
id: a9X2kP
name: Artifacts

entry:
title: Artifacts
url: /artifacts/
group: Developer platform

meta:
title: Cloudflare Artifacts docs
description: Store, version, and share filesystem artifacts across Workers, APIs, and git-compatible tools
author: "@cloudflare"
11 changes: 11 additions & 0 deletions src/content/docs/artifacts/api/artifacts-fs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: ArtifactsFS
description: Reference the Artifacts filesystem interface.
pcx_content_type: reference
sidebar:
order: 4
---

ArtifactsFS provides filesystem-oriented access to Artifact contents for code and tooling that expect file and directory semantics.

This reference will document supported filesystem operations, path handling, and consistency expectations.
11 changes: 11 additions & 0 deletions src/content/docs/artifacts/api/authenticated-remote-urls.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Authenticated remote URLs
description: Reference authenticated remote URL support for Artifacts.
pcx_content_type: reference
sidebar:
order: 5
---

Authenticated remote URLs let tools access Artifact-backed remotes using scoped credentials.

This reference will document URL formats, authentication flows, and operational considerations for remote access.
11 changes: 11 additions & 0 deletions src/content/docs/artifacts/api/git-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Git support
description: Reference the git-compatible workflows supported by Artifacts.
pcx_content_type: reference
sidebar:
order: 3
---

Artifacts can expose versioned filesystem content through git-compatible workflows.

This reference will document supported operations, compatibility expectations, and integration constraints for git-based tooling.
15 changes: 15 additions & 0 deletions src/content/docs/artifacts/api/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: API
description: Reference the Artifacts Workers binding, REST API, and filesystem interfaces.
pcx_content_type: navigation
sidebar:
order: 4
group:
hideIndex: true
---

import { DirectoryListing } from "~/components";

Use the Artifacts API reference to understand the interfaces exposed across Workers, HTTP, git-compatible workflows, and filesystem access.

<DirectoryListing />
Loading
Loading