Get notified when something goes wrong with your agents.
Loading alerts…
Always on
These run without any rules from you. They're what raised the red banners at the top of the dashboard. Each one delivers in-app, plus any channel you've connected in Notifications. Use the switch to mute one, or click a channel pill to change where it goes.
Alerts need the cloud to deliver Slack / PagerDuty / Telegram / Email
messages. Sign up — your data stays encrypted, Pro features include a
7-day free trial.
No credit card · free tier available · 7-day Pro trial
📬
Where should this alert go?
You haven't set up anywhere to send alerts yet. ClawMetry can show this one in the app, or deliver it to Slack, Telegram, or PagerDuty.
In-app alerts show in the bell menu and as a banner across the top.
{# Issue #1603: server-side gate on the rule editor modal. Free users
keep the canned-example teaser shell above (intentional per
project_free_plan_upsell memory) but the editor's 6 alert-type buttons,
channel picker, and re-alert cadence inputs are Pro-only DOM. Pre-fix,
a Free user could open the editor on a frame-perfect click before the
client-side paywall mounted, then inspect or screenshot the full Pro
composer. The {% if is_pro %} branch keeps the editor entirely out of
the page for non-Pro users; alerts.js still calls alertsOpenPaywall()
on the + New alert rule button so the upsell flow is unchanged. #}