Back to AgentUtil Norm

Card snapshot

norm.agentutil.net · 2026-05-21 00:23:31 UTC · 89181057244bb23936d027a8162a1740c2f22bec724484977644c6c1974a9eec

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "AgentUtil Norm",
  "description": "Baseline reality checks for AI agents. Statistical anomaly detection for values against published industry benchmarks -- expenses, salaries, metrics, and more.",
  "version": "1.0.0",
  "url": "https://norm.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "checkBaseline",
        "name": "Is this expense, salary, or other common metric normal? Sanity-check values against real-world benchmarks (BLS, IRS, GSA data) to flag anomalies before they become problems",
        "description": "Is this expense, salary, or other common metric normal? Sanity-check values against real-world benchmarks (BLS, IRS, GSA data) to flag anomalies before they become problems",
        "tags": [
          "norm",
          "checkBaseline"
        ]
      },
      {
        "id": "batchCheck",
        "name": "Batch anomaly detection -- check up to 100 expenses, salaries, or metrics against real-world benchmarks in one request",
        "description": "Batch anomaly detection -- check up to 100 expenses, salaries, or metrics against real-world benchmarks in one request",
        "tags": [
          "norm",
          "batchCheck"
        ]
      }
    ]
  },
  "endpoint": "https://norm.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}