This feature requires a Pro or Enterprise plan.
production) is added to an artifact.
W&B Automations follow a simple pattern: when an event occurs and optional conditions are met, an action runs automatically. For example, when a run fails (event), notify a Slack channel (action). Or when the production alias is added to an artifact (event), call a webhook to trigger deployment (action). Events and available conditions depend on whether the automation is scoped to a project or a registry.
Run the full tutorial in a notebook
You can run the API steps for both automations, plus list/get/update/delete examples, in a single notebook: Download or clone the repo and open the notebook in Jupyter or your preferred environment. You can also open it in Google Colab from the GitHub link.Go further
- Automation events and scopes for all project and registry event types.
- Create a Slack automation and Create a webhook automation for full UI and payload details.
- Manage automations with the API for list, get, update, and delete examples.
- Automations API reference for all event and action classes.