{
  "service": "agentpki-verifier",
  "version": "0.2.0-alpha.1",
  "verifier_id": "agentpki-verifier-edge",
  "spec": "https://agentpki.dev/spec/v0.1",
  "endpoints": {
    "verify": "POST /v1/verify",
    "abuse_report": "POST /v1/abuse/report",
    "trusted_issuers": "GET /v1/trusted-issuers",
    "reputation": "GET /v1/passport/:passport_id/reputation",
    "verification_store": "POST /v1/verification/store",
    "verification_fetch": "GET /v1/verification/:id",
    "check_heuristic": "POST /v1/check-heuristic",
    "stats": "GET /v1/stats",
    "notify_subscribe": "POST /v1/notify/subscribe",
    "notify_unsubscribe": "DELETE /v1/notify/subscribe/:token",
    "notify_subscribers_info": "GET /v1/notify/subscribers",
    "notify_test": "POST /v1/notify/test/:token",
    "intent_log": "GET /v1/intent-log?after=&limit=",
    "intent_log_checkpoint": "GET /v1/intent-log/checkpoint",
    "health": "GET /health",
    "cache_stats": "GET /debug/cache"
  },
  "bindings": {
    "issuer_cache": "kv",
    "crl_cache": "kv",
    "abuse_reports": "kv",
    "replay_cache": "durable-object"
  }
}