MeshAI’s ML engine runs four detection algorithms every 5 minutes: cost spikes, reliability decay, behavioral drift, and security threats. Detected anomalies are surfaced via the SDK and dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.meshai.dev/llms.txt
Use this file to discover all available pages before exploring further.
list_anomalies()
List anomalies for your tenant, optionally filtered by status, type, or agent.Filter by status:
open, acknowledged, resolvedFilter by type:
cost_spike, reliability_decay, behavioral_drift, security_threatFilter by agent ID
Results per page
Results to skip
get_anomaly()
Get a single anomaly by ID.Anomaly ID
acknowledge_anomaly()
Mark an anomaly as acknowledged. This indicates a human has reviewed it.Anomaly ID
Optional note explaining the acknowledgment
resolve_anomaly()
Mark an anomaly as resolved.Anomaly ID
Description of how the anomaly was resolved

