# Artifacts Workers、API、git 互換ツール間でファイルシステムアーティファクトを保存、バージョン管理、共有します > 以下のリンクは、各ページの Markdown 版を直接指します。 任意のページは、`index.md` サフィックスなしの URL に `Accept: text/markdown` ヘッダーを付けて取得することもできます(例: `curl -H "Accept: text/markdown" https://developers.cloudflare.com/artifacts/`)。 > > その他の Cloudflare 製品は、[Cloudflare ドキュメントディレクトリ](https://developers.cloudflare.com/llms.txt) を参照してください。 ## 概要 - [Artifacts](https://developers.cloudflare.com/artifacts/index.md): Workers、API、Git 互換ツール間で、ファイルシステムの成果物を保存、バージョン管理、共有します。 ## 始める - [始める](https://developers.cloudflare.com/artifacts/get-started/index.md): Workers または REST API で Artifacts の利用を始めます。 - [REST API](https://developers.cloudflare.com/artifacts/get-started/rest-api/index.md): HTTP で Artifacts リポジトリを作成します。 - [Workers](https://developers.cloudflare.com/artifacts/get-started/workers/index.md): Worker から Artifacts リポジトリを作成します。 ## api - [エラー](https://developers.cloudflare.com/artifacts/api/errors/index.md): Artifacts の REST API と Workers バインディングが返すエラーコードです。 - [Git プロトコル](https://developers.cloudflare.com/artifacts/api/git-protocol/index.md): 標準の git-over-HTTPS クライアントで Artifacts を使います。 - [REST API](https://developers.cloudflare.com/artifacts/api/rest-api/index.md): HTTP で Artifacts のリポジトリとトークンを管理します。 - [Workers binding](https://developers.cloudflare.com/artifacts/api/workers-binding/index.md): Worker のバインディングから Artifacts を呼び出します。 - [Wrangler コマンド](https://developers.cloudflare.com/artifacts/api/wrangler/index.md): Wrangler を使い、コマンドラインから Artifacts の名前空間、リポジトリ、リポジトリトークンを管理します。 ## concepts - [Artifacts のベストプラクティス](https://developers.cloudflare.com/artifacts/concepts/best-practices/index.md): リポジトリ、トークン、メタデータ、名前空間のパターンを使います。 - [Artifacts の仕組み](https://developers.cloudflare.com/artifacts/concepts/how-artifacts-works/index.md): namespace、repo、永続性の考え方です。 - [名前空間](https://developers.cloudflare.com/artifacts/concepts/namespaces/index.md): 環境やテナントごとにリポジトリを整理します。 - [リポジトリ](https://developers.cloudflare.com/artifacts/concepts/repositories/index.md): リポジトリの識別、API、スコープを理解します。 ## examples - [Git クライアント](https://developers.cloudflare.com/artifacts/examples/git-client/index.md): Git クライアントと Artifacts を連携する例です。 - [isomorphic-git](https://developers.cloudflare.com/artifacts/examples/isomorphic-git/index.md): Workers から Artifacts リポジトリへコミットをプッシュします。 - [Sandbox SDK + Artifacts](https://developers.cloudflare.com/artifacts/examples/sandbox-sdk-artifacts/index.md): サンドボックスを Artifacts リポジトリに接続します。 ## guides - [ArtifactFS](https://developers.cloudflare.com/artifacts/guides/artifact-fs/index.md): 完全な clone を待たずに、大きなリポジトリをマウントします。 - [認証](https://developers.cloudflare.com/artifacts/guides/authentication/index.md): バインディング、API 呼び出し、Git の認証方法を選びます。 - [Artifacts リポジトリをビルドしてデプロイする](https://developers.cloudflare.com/artifacts/guides/build-and-deploy-on-push/index.md): Artifacts リポジトリに保存したプロジェクトをビルドし、Workers または Workers for Platforms の User Worker としてデプロイします。 - [データの所在地](https://developers.cloudflare.com/artifacts/guides/data-localization/index.md): Artifacts がリポジトリデータを、選択した管轄区域内でのみ保存および処理するようにします。 - [イベントサブスクリプション](https://developers.cloudflare.com/artifacts/guides/event-subscriptions/index.md): リポジトリのライフサイクル変更について、Artifacts のイベントを購読します。 - [リポジトリのインポート](https://developers.cloudflare.com/artifacts/guides/import-repositories/index.md): 既存の Git リポジトリを Artifacts に取り込みます。 ## observability - [メトリクス](https://developers.cloudflare.com/artifacts/observability/metrics/index.md): Artifacts が公開するメトリクスを確認します。 ## platform - [変更履歴](https://developers.cloudflare.com/artifacts/platform/changelog/index.md): Artifacts の最近の変更を確認します。 - [制限](https://developers.cloudflare.com/artifacts/platform/limits/index.md): Artifacts のプラットフォーム制限を確認します。 - [料金](https://developers.cloudflare.com/artifacts/platform/pricing/index.md): Artifacts の料金情報を確認します。