AI Classification
Every event is automatically classified by AI for risk scoring.
How it works
When an event arrives, the AI classifier analyzes the action, metadata, and context to produce a risk score (0-100) and a classification label.
Risk Scores
| Score Range | Classification | Description |
|---|---|---|
| 0-25 | Routine | Normal agent operations |
| 26-50 | Elevated | Unusual but not dangerous |
| 51-75 | Concerning | Requires attention |
| 76-100 | Critical | Immediate action needed |
Using in Rules
Reference ai_risk_score in rule conditions: IF ai_risk_score > 80 THEN block
The classification is included in the event response as aiClassification.
⚠️ AI classification is available on Growth plans and above. Free plans receive severity-based scoring only.