cache:false, compare each successful run to a baseline, retain run history by plan, and send incident alerts.
POST /render/monitors/{id}/run requests use normal credits and do not move nextRunAt.
Baselines and incidents
rollingadvances only after capture and diff both succeed.fixedremains untilPOST /render/monitors/{id}/baselineselects an account-owned successful run.- Capture-affecting changes invalidate the baseline; schedule, threshold, and alert-only edits do not.
- An incident opens when
differenceRatio >= changeThresholdor any region is added or removed. - Change and failure incidents notify once when opened and once when recovered.
- A failure incident opens after three consecutive capture or diff failures.
Plans and retention
The initial baseline costs the screenshot component, plus regions when enabled. Later runs add one diff credit. Insufficient-credit occurrences are recorded as
skipped_no_credits and retried at the next interval. A plan downgrade pauses monitors that exceed the new limits.
Alerts and recipients
Account email alerts can be combined with up to five verified custom recipients. Create or resend one throughPOST /render/monitor-recipients; verification links are single-use and expire after 30 minutes. Up to ten recipient resources may exist per account.
Webhooks support a per-monitor URL and optional write-only secret. Events are monitor.change_detected, monitor.change_recovered, monitor.failed, and monitor.failure_recovered. Delivery retries do not change capture results, credits, or baseline state.
Target URLs, page credentials, interactions, customer-storage credentials, and webhook secrets are encrypted. Queue messages carry identifiers only. Direct asset URLs remain publicly fetchable because the diff worker must retrieve them; customer storage is supported only when it produces such URLs.