Manage W&B automations programmatically with theDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb Python API when you script automation workflows instead of using the W&B App.
Programmatic create and update for automations through
wandb.Api().create_automation() and related helpers can fail on some wandb Python client versions because of a client-side feature check (for example, run-state automations). Until a fixed SDK ships, use the W&B App to create and edit automations. The list, get, and delete methods aren’t affected. Internal tracking: WB-34263.Next steps
Refer to the following resources to manage automations and learn more about how they work:- Automations overview
- Create an automation (W&B App)
- Automation events and scopes
- Automations API reference (Python types and
Apimethods)