{
  "service": "agentpki-provenance",
  "version": "0.1.0-alpha.1",
  "verifier_id": "agentpki-provenance-edge",
  "spec": "https://agentpki.dev/spec/provenance-v0.1",
  "endpoints": {
    "health": "GET /health",
    "transformations": "GET /v1/transformations",
    "sign_demo": "POST /v1/sign-demo",
    "verify": "POST /v1/verify",
    "verify_header": "POST /v1/verify-header"
  },
  "warning": "sign-demo uses the public demo-issuer key. NEVER use it for production signing."
}