{
  "schema_version": "1.0.0",
  "service": "agent-decision-gate-api",
  "product_name": "Agent Decision Gate",
  "canonical_origin": "https://agentdecisiongate.com",
  "status": "preview",
  "description": "A deterministic decision gate for autonomous-agent branches, compute budgets, and verifiable execution receipts.",
  "use_when": [
    "an agent needs an external continue, prune, stop, abstain, or escalate decision",
    "an operator wants a compute or payment guardrail before further execution",
    "another agent needs a portable receipt for a policy-pinned branch decision"
  ],
  "trust_boundary": {
    "proves": [
      "the submitted payload produced the recorded deterministic decision",
      "the policy identity and canonical policy hash matched",
      "a persisted receipt payload and branch-chain link remain intact"
    ],
    "does_not_prove": [
      "that every submitted claim is real-world truth",
      "global agent identity or reputation",
      "live payment settlement while the service is in preview mode"
    ]
  },
  "primary_endpoint": {
    "method": "POST",
    "url": "https://agentdecisiongate.com/v1/branches/evaluate",
    "persistence_query": "persist=true",
    "preview_unit_price_usdc": "0.01",
    "payment_status": "preview_not_collecting_payments"
  },
  "discovery": {
    "homepage": "https://agentdecisiongate.com/",
    "openapi": "https://agentdecisiongate.com/v1/openapi.json",
    "capabilities": "https://agentdecisiongate.com/v1/capabilities",
    "pricing": "https://agentdecisiongate.com/v1/pricing",
    "trust": "https://agentdecisiongate.com/v1/trust.json",
    "examples": "https://agentdecisiongate.com/v1/examples",
    "llms_txt": "https://agentdecisiongate.com/llms.txt",
    "health": "https://agentdecisiongate.com/health"
  },
  "receipts": {
    "verify": "https://agentdecisiongate.com/v1/receipts/verify",
    "lookup_template": "https://agentdecisiongate.com/v1/receipts/{receipt_id}",
    "lookup_by_hash_template": "https://agentdecisiongate.com/v1/receipts/by-hash/{integrity_hash}",
    "persistence": "D1 index and content-addressed R2 objects when persist=true"
  },
  "attribution": "Powered by DEO"
}