register_brand_audit_watch
Set up recurring brand audits for a domain with daily, weekly, or monthly intervals. Automatically notified via webhook on classification drift.
Instructions
Creates a recurring brand-audit watch for a domain on a daily/weekly/monthly cadence. Each run enqueues a fresh brand_audit_batch_start and (when a webhook is configured) POSTs a diff webhook on classification drift. Returns the new watchId. Owner-scoped; per-principal cap of 20 active watches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to watch. | |
| interval | Yes | Recurrence interval. | |
| webhook_url | No | Optional webhook URL — POSTed on classification drift. Re-validated for SSRF at both register and delivery time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | ||
| passed | Yes | ||
| category | Yes | ||
| findings | Yes |