- No license consumption: Service accounts do not consume user seats or licenses
- Dedicated API keys: Secure credentials for automated workflows
- User attribution: Optionally attribute automated runs to human users
- Enterprise-ready: Built for production automation at scale
- Delegated operations: Service accounts operate on behalf of the user or organization that creates them
WANDB_USERNAME または WANDB_USER_EMAIL を使用して、これらのマシンから実行された Runs に特定のユーザー名を関連付けることができます。
ベストプラクティス や詳細な設定手順を含む、サービスアカウントに関する包括的な情報については、Use service accounts to automate workflows を参照してください。チーム内でのサービスアカウントの 振る舞い についての情報は、Team Service Account Behavior を参照してください。
To create a new team-scoped service account and API key:
- In your team’s settings, click Service Accounts.
- Click New Team Service Account.
- Provide a name for the service account.
- Set Authentication Method to Generate API key (default). If you select Federated Identity, the service account cannot own API keys.
- Click Create.
- Find the service account you just created.
- Click the action menu (
...), then click Create API key. - Provide a name for the API key, then click Create.
- Copy the API key and store it securely.
- Click Done.
Built-in(組み込み)サービスアカウントの他に、W&B は SDK および CLI 用のアイデンティティフェデレーション を使用した External service accounts(外部サービスアカウント)もサポートしています。JSON Web Tokens (JWT) を発行できるアイデンティティプロバイダーで管理されているサービスアイデンティティを使用して、W&B タスクを自動化したい場合は、外部サービスアカウントを使用してください。