Documentation Index
Fetch the complete documentation index at: https://docs.anomalyarmor.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Access Point | Where | Best For |
|---|---|---|
| Web Agent | Built into the Intelligence page | Diagnosing issues while looking at your data. No setup required. |
| MCP Server | Claude Code, Cursor, any MCP client | Managing observability from your IDE without switching apps. |
| Python SDK | Scripts, notebooks, CI/CD | Automating checks, building workflows, programmatic access. |
Why AI Agents?
Instead of clicking through dashboards, just ask:Available Skills
Core Skills
| Skill | Description | Example |
|---|---|---|
/armor:status | Health summary | ”Is my data healthy?” |
/armor:alerts | Query and manage alerts | ”What alerts fired yesterday?” |
/armor:ask | Natural language Q&A | ”What tables contain PII?” |
/armor:analyze | Trigger AI analysis | ”Analyze the finance schema” |
/armor:connect | Connect a data source | ”Connect my Snowflake warehouse” |
/armor:monitor | Set up monitoring | ”Monitor freshness for orders hourly” |
Extended Skills
| Skill | Description | Example |
|---|---|---|
/armor:quality | Data quality checks | ”Add null check for email column” |
/armor:tags | Data classification | ”Tag this table as PII” |
/armor:investigate | Root cause analysis | ”Why is this table stale?” |
/armor:lineage | Data dependencies | ”What depends on this table?” |
/armor:profile | Table statistics | ”Profile the orders table” |
/armor:coverage | Monitoring coverage | ”What tables have no alerts?” |
Quick Start
Web Agent (No Setup)
- Go to any asset’s Intelligence tab
- Click Ask Agent
- Start chatting
MCP Server (IDE)
Skills (Any Agent)
Install the 14/armor:* skills into Claude Code, Cursor, Windsurf, Codex, OpenCode, or any of 40+ supported agents using the skills.sh CLI:
Example: Morning Health Check
- Web Agent
- MCP (Claude Code)
Example: Investigating an Alert
- Web Agent
- MCP (Claude Code)
Example: Setting Up Monitoring
- Web Agent
- MCP (Claude Code)
Common Questions
Do I need Claude to use AnomalyArmor’s AI agents?
No. The Web Agent runs in your browser with no install, and the MCP server works with any MCP-compatible client, including Cursor, Windsurf, Codex, OpenCode, and Claude Code. The/armor:* skills install into 40+ supported agents via skills.sh.
What’s the difference between the Web Agent, MCP server, and Python SDK?
All three call the same underlying tools. The Web Agent is built into the Intelligence page with zero setup. The MCP server lets your IDE agent manage observability without switching apps. The Python SDK is for scripts, notebooks, and CI/CD automation.How do I install the /armor skills in my IDE?
Runnpx skills add anomalyarmor/agents and the 14 skills install into any supported agent (Claude Code, Cursor, Windsurf, Codex, OpenCode, and more). Source is at github.com/anomalyarmor/agents.
Can the agent make changes to my monitoring setup, or is it read-only?
The agent can create freshness schedules, metrics, validity rules, tags, and alert rules. For any action that modifies data, it shows the plan and asks for confirmation before executing. Tool calls are always visible so you can verify what ran.Does the agent have access to my actual data rows?
No. The agent queries AnomalyArmor’s metadata (schemas, freshness timestamps, monitoring results, lineage), not your row-level data. See Query Gateway for how AnomalyArmor reads customer warehouses without exfiltrating rows.Next Steps
Web Agent
Chat with the agent in your browser
MCP Server
Connect your IDE
All Skills
Browse available skills
Python SDK
Programmatic access
