{
  "status": "operational",
  "checked_at": "2026-06-08T16:28:50.828Z",
  "components": [
    {
      "id": "verifier",
      "name": "Verifier (mint → verify pipeline)",
      "endpoint": "verify.agentpki.dev/v1/verify",
      "status": "operational",
      "latency_ms": 765
    },
    {
      "id": "demo_issuer",
      "name": "Demo issuer",
      "endpoint": "demo.agentpki.dev/mint",
      "status": "operational",
      "latency_ms": 171
    },
    {
      "id": "snapshot_store",
      "name": "Snapshot store (shareable verify results)",
      "endpoint": "verify.agentpki.dev/v1/verification/store",
      "status": "operational",
      "latency_ms": 296
    },
    {
      "id": "mcp_server",
      "name": "MCP server (Claude Desktop tools)",
      "endpoint": "mcp.agentpki.dev",
      "status": "operational",
      "latency_ms": 105
    }
  ],
  "verify_stats": {
    "total": 38,
    "total_by_verdict": {
      "allow": 26,
      "deny": 15
    },
    "total_by_reason": {
      "bad_signature": 2,
      "revoked_key": 6,
      "expired": 0,
      "malformed": 4,
      "replay": 0
    },
    "last_7_days": [
      {
        "date": "2026-06-02",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-06-03",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-06-04",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-06-05",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-06-06",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-06-07",
        "total": 0,
        "allow": 0,
        "deny": 0
      },
      {
        "date": "2026-06-08",
        "total": 37,
        "allow": 26,
        "deny": 15
      }
    ],
    "generated_at": 1780936130,
    "note": "Counters started 2026-06-08. Earlier verifications not counted retroactively."
  }
}