Notifications, webhooks and a public API
The product stopped requiring you to open it. Findings now come to you, and other systems can read them.
What's new
- Weekly digest by email — score deltas, citation movers, accuracy flags and the top five opportunities, as HTML with a plain-text alternative. Sent Mondays when at least six days have passed since the last one.
- Slack digest via an incoming webhook, rendered as Block Kit rather than a wall of text.
- Four alert kinds you toggle individually: visibility dropped, accuracy regressed, audit completed, budget threshold. A visibility drop only fires when a two-proportion test calls it — a raw delta never triggers an alert.
- Outbound webhooks for six events, signed HMAC-SHA256 over the exact request body as X-AYB-Signature. A 4xx from your endpoint is treated as permanent and never retried; 5xx and network errors get three attempts.
- A read-only public API at /api/v1/ with its own bearer tokens (read scope only, revocable, secret shown once), 120 requests/hour per token, and a hand-written /api/v1/openapi.json.
- "Send test" for email and Slack that performs a real send and reports the provider's own error text when it fails.