{
  "status": "operational",
  "checked_at": "2026-09-16T17:08:24.326Z",
  "components": [
    {
      "id": "verifier",
      "name": "Verifier (mint → verify pipeline)",
      "endpoint": "verify.agentpki.dev/v1/verify",
      "status": "operational",
      "latency_ms": 1514
    },
    {
      "id": "demo_issuer",
      "name": "Demo issuer",
      "endpoint": "demo.agentpki.dev/mint",
      "status": "operational",
      "latency_ms": 102
    },
    {
      "id": "snapshot_store",
      "name": "Snapshot store (shareable verify results)",
      "endpoint": "verify.agentpki.dev/v1/verification/store",
      "status": "operational",
      "latency_ms": 262
    },
    {
      "id": "mcp_server",
      "name": "MCP server (Claude Desktop tools)",
      "endpoint": "mcp.agentpki.dev",
      "status": "operational",
      "latency_ms": 90
    }
  ],
  "verify_stats": {
    "total": 333,
    "total_by_verdict": {
      "allow": 282,
      "deny": 54
    },
    "total_by_reason": {
      "bad_signature": 15,
      "revoked_key": 20,
      "expired": 1,
      "malformed": 15,
      "replay": 0
    },
    "last_7_days": [
      {
        "date": "2026-09-10",
        "total": 6,
        "allow": 6,
        "deny": 0
      },
      {
        "date": "2026-09-11",
        "total": 5,
        "allow": 3,
        "deny": 2
      },
      {
        "date": "2026-09-12",
        "total": 2,
        "allow": 2,
        "deny": 0
      },
      {
        "date": "2026-09-13",
        "total": 2,
        "allow": 2,
        "deny": 0
      },
      {
        "date": "2026-09-14",
        "total": 1,
        "allow": 1,
        "deny": 0
      },
      {
        "date": "2026-09-15",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-09-16",
        "total": 1,
        "allow": 1,
        "deny": 0
      }
    ],
    "generated_at": 1789578504,
    "note": "Counters started 2026-06-08. Earlier verifications not counted retroactively."
  }
}