> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 前提条件

> W&B トレーニング を使用するための 環境 を設定する

OpenPipe ART フレームワークまたは API を通じて W\&B Training 機能を使用する前に、以下の手順を完了してください。

<Tip>
  開始する前に、[使用方法と制限事項](/training/serverless-rl/usage-limits) を確認し、コストと制限について理解してください。
</Tip>

## サインアップして API キーを作成する

マシンを W\&B で認証するには、まず API キーを生成する必要があります。

To create an API key, select the **Personal API key** or **Service Account API key** tab for details.

<Tabs>
  <Tab title="Personal API key">
    To create a personal API key owned by your user ID:

    1. Log in to W\&B, click your user profile icon, then click **User Settings**.
    2. Click **Create new API key**.
    3. Provide a descriptive name for your API key.
    4. Click **Create**.
    5. Copy the displayed API key immediately and store it securely.
  </Tab>

  <Tab title="Service account API key">
    To create an API key owned by a service account:

    1. Navigate to the **Service Accounts** tab in your team or organization settings.
    2. Find the service account in the list.
    3. Click the action menu (`...`), then click **Create API key**.
    4. Provide a name for the API key, then click **Create**.
    5. Copy the displayed API key immediately and store it securely.
    6. Click **Done**.

    You can create multiple API keys for a single service account to support different environments or workflows.
  </Tab>
</Tabs>

<Warning>
  The full API key is only shown once at creation time. After you close the dialog, you cannot view the full API key again. Only the key ID (first part of the key) is visible in your settings. If you lose the full API key, you must create a new API key.
</Warning>

For secure storage options, see [Store API keys securely](#store-and-handle-api-keys-securely).

## W\&B で Project を作成する

使用状況の追跡、トレーニング メトリクスの記録、およびトレーニング済み Models の保存を行うために、W\&B アカウントで Project を作成します。詳細については [Projects ガイド](https://docs.wandb.ai/models/track/project-page) を参照してください。

## 次のステップ

前提条件を完了した後のステップ：

* [API リファレンス](/training/api-reference) を確認して、利用可能なエンドポイントについて学ぶ
* [ART クイックスタート](https://art.openpipe.ai/getting-started/quick-start) を試す
