Alerts Pro

Get notified when something goes wrong with your agents.
Loading alerts…

Recent alert history

Loading history…
Delivery channels: Slack · Email · PagerDuty · Telegram shared with Approvals
{# 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. #} {% if is_pro %} {% endif %}