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

# API でオートメーションを管理する

> Python API を使用してオートメーションをプログラムで管理します。一部のクライアント バージョンでは、作成と更新が影響を受ける場合があります。SDK の修正がリリースされるまでは、W&B App の使用を推奨します。

W\&B App の代わりにオートメーション ワークフローをスクリプト化する場合は、`wandb` Python API を使用して W\&B のオートメーションをプログラムで管理できます。

<Note>
  `wandb.Api().create_automation()` と関連ヘルパーを使用したオートメーションのプログラムによる**作成**と**更新**は、クライアント側の機能チェック (たとえば run-state オートメーション) により、一部の `wandb` Python クライアント バージョンで失敗することがあります。修正済みの SDK がリリースされるまでは、[W\&B App](/ja/models/automations/create-automations) を使用してオートメーションを作成および編集してください。`list`、`get`、`delete` メソッドは影響を受けません。内部トラッキング: WB-34263。
</Note>

<div id="next-steps">
  ## 次のステップ
</div>

オートメーションを管理し、その仕組みについて詳しく知るには、以下のリソースを参照してください。

* [オートメーション の概要](/ja/models/automations)
* [オートメーションを作成する](/ja/models/automations/create-automations) (W\&B App)
* [オートメーション events and scopes](/ja/models/automations/automation-events)
* [オートメーション API リファレンス](/ja/models/ref/python/public-api/automations) (Python のタイプおよび `Api` メソッド)
