Skip to main content

Anomaly Detection

Anima continuously monitors agent behavior and compares it against learned baselines to detect unusual activity. When anomalies are detected, agents can be automatically quarantined to prevent damage while alerts are sent for human review.

How It Works

  1. Baseline Learning — Anima observes agent behavior over a configurable window to establish normal patterns
  2. Real-Time Monitoring — Every action is compared against the baseline in real time
  3. Detection Rules — Built-in and custom rules flag deviations
  4. Response Actions — Anomalies trigger alerts, require approval, or quarantine the agent

Behavioral Baselines

Baselines are computed per-agent across multiple dimensions:

Detection Rules

Built-In Rules

Custom Rules

Define custom detection rules for your specific use case:

Quarantine

When an agent is quarantined, all its outbound actions are suspended until a human reviews the flagged activity.

Anomaly Alerts

Configure how anomaly alerts are delivered:

API Reference

Configuration

Next Steps