{
  "schema_version": "1.0.0",
  "service": "agent-decision-gate-api",
  "product_name": "Agent Decision Gate",
  "status": "preview",
  "primary_use_cases": [
    "agent branch evaluation",
    "agent compute guardrail",
    "runtime checkpoint decision",
    "agent claim audit preflight",
    "agent payment preflight",
    "execution receipt verification"
  ],
  "search_phrases": [
    "agent decision gate API",
    "agent branch evaluation API",
    "agent compute guardrail",
    "runtime checkpoint API",
    "agent execution receipt",
    "agent claim audit API",
    "agent payment preflight",
    "chain of evidence receipt API"
  ],
  "current_endpoints": [
    {
      "method": "GET",
      "path": "/.well-known/agent.json",
      "capability": "Expose the canonical machine-readable service index with absolute integration links.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/service-index.json",
      "capability": "Expose the versioned alias of the machine-readable service index.",
      "payment_status": "free"
    },
    {
      "method": "POST",
      "path": "/v1/branches/evaluate",
      "capability": "Evaluate whether an agent branch should continue, prune, stop, or escalate.",
      "payment_status": "preview_free_or_mock_x402_paid",
      "unit_price_usdc": "0.01"
    },
    {
      "method": "POST",
      "path": "/v1/receipts/verify",
      "capability": "Verify a tamper-evident branch decision receipt.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/receipts/{receipt_id}",
      "capability": "Look up public D1 receipt metadata and validate its R2 payload and chain link.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/openapi.json",
      "capability": "Expose the machine-readable API contract.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/pricing",
      "capability": "Expose planned prices and settlement roadmap.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/capabilities",
      "capability": "Expose capabilities, search phrases, and planned integrations.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/trust.json",
      "capability": "Expose trust model, receipt verification rules, and preview limitations.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/v1/examples",
      "capability": "Expose integration examples mapped to golden scenario fixtures.",
      "payment_status": "free"
    },
    {
      "method": "GET",
      "path": "/llms.txt",
      "capability": "Expose a concise agent-readable service summary.",
      "payment_status": "free"
    }
  ],
  "planned_capabilities": [
    "Cloudflare/Coinbase x402 settlement adapter",
    "payment preflight guard",
    "claim fidelity audit",
    "external evidence gauge",
    "MCP and Bazaar discovery metadata"
  ]
}