- 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에 Users 이름을 연결할 수 있습니다.
모범 사례 및 자세한 설정 지침을 포함한 서비스 계정에 대한 포괄적인 정보는 서비스 계정을 사용하여 워크플로우 자동화를 참조하세요. Team 컨텍스트에서 서비스 계정이 어떻게 작동하는지에 대한 정보는 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를 위한 ID 페더레이션을 사용하는 **외부 서비스 계정(External service accounts)**을 지원합니다. JSON Web Tokens (JWT)를 발행할 수 있는 ID 제공업체에서 관리되는 서비스 ID를 사용하여 W&B 작업을 자동화하려는 경우 외부 서비스 계정을 사용하세요.