W&B Automations follow a simple pattern: when an event occurs and optional conditions are met, an action runs automatically. For example:Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
- When a run fails (event), notify a Slack channel (action).
- When the
productionalias is added to an artifact (event), call a webhook to trigger deployment (action).
- project オートメーション チュートリアル: run が失敗したときにアラートを送信します (Slack 通知) 。
- Registry オートメーション チュートリアル: alias (例:
production) が artifact に追加されたときに webhook をトリガーします。