Skip to main content

Alerts

The Alerts feed surfaces intelligence signals generated by your agents and scoring engine. Alerts notify you when something meaningful changes a dimension drops below a threshold, an integration sync detects a regression, or an agent identifies a pattern worth your attention. Navigate to Alerts from the main navigation to see all signals for your account.

Alert types

Score regression

A dimension or composite score dropped meaningfully since the last re-score. Includes before/after values and the affected dimension.

Score improvement

A dimension improved, typically after a team action or re-score. Confirmation that something worked.

Threshold breach

A metric crossed a configured threshold (e.g., delivery velocity dropped below your target). Generated by agent triggers set to event mode.

Integration signal

An integration sync detected an anomaly unusual PR patterns, sprint velocity drop, customer signal spike mapped to a specific dimension.

Agent finding

An agent run produced a finding that meets your notification criteria. Links directly to the full agent artifact.

Lifecycle transition

Your F2 lifecycle stage changed based on recent self-assessment progress.

Reading an alert

Each alert shows:
FieldDescription
TypeCategory of the signal (regression, improvement, threshold, etc.)
ProductWhich product the alert is about
DimensionThe specific dimension affected (if applicable)
DeltaThe change in value that triggered the alert
SourceWhether the alert came from a score, integration sync, or agent run
TimeWhen the alert was generated

Acknowledging alerts

Alerts remain in your feed until acknowledged. Click Acknowledge on any alert to mark it as seen and move it to history. Acknowledging an alert does not resolve the underlying issue it only clears it from the active feed.
Use acknowledgment as a lightweight triage step. Acknowledge noise, act on signals.

Filtering

Use the filter bar to show:
  • Unacknowledged only alerts waiting for your attention
  • By product focus on a specific product
  • By type show only regressions, improvements, or agent findings

Alert sources

SourceWhat creates it
Scoring engineEvery re-score compares against the previous result and generates delta alerts
Integration syncDaily sync picks up anomalies in operational signals (GitHub, Linear, etc.)
Agent triggersEvent-based agent triggers fire alerts when conditions are met
Lifecycle assessmentStage transitions generate a notification

Alert retention

Alerts are retained for 90 days then archived. Acknowledged alerts move to history immediately and are searchable for the full retention window.

API access

Retrieve and acknowledge alerts programmatically:
# List alerts
GET /api/intelligence/alerts

# List unacknowledged only
GET /api/intelligence/alerts?unacknowledgedOnly=true&limit=25

# Acknowledge an alert
POST /api/intelligence/alerts
{ "alertId": "alert_..." }

Agent Studio

Configure agents and triggers to generate targeted alerts.

Integrations

Connect tools to enrich integration-sourced alerts.