Anomaly Detection requires the Team plan or higher.
Running a scan
- Open AI Features from the left sidebar.
- Select a time range: Last 1 hour, Last 24 hours, or Last 7 days.
- Click Detect Anomalies.
What gets detected
| Anomaly type | Trigger condition |
|---|---|
LATENCY_SPIKE | Z-score > 2.5 (high) or > 4.0 (critical) vs baseline |
ERROR_SPIKE | Error rate > 10% with at least 3 errors in the window |
COST_SPIKE | Per-request cost increased > 1.5× from baseline |
What anomaly cards show
Each detected anomaly produces a card with:- Type —
LATENCY_SPIKE,ERROR_SPIKE, orCOST_SPIKE - Severity —
critical,high,medium, orlow - Description — the specific metric values that triggered the detection
- Affected models — which models are showing the deviation
- AI recommendation — a plain-English suggested next step
Incident correlation
Anomalies atmedium severity and above are automatically correlated with your Incidents feed. high and critical anomalies also fire your configured alert rules.
You can also manually open an incident from any anomaly card using the Open incident button.
If the scan returns no anomalies, your metrics are within normal range for the selected window. This is the expected result most of the time.

