{
  "format": "delx/agent-reliability-passport/v1",
  "name": "Delx Agent Reliability Passport",
  "version": "1.0.0",
  "generated_at": "2026-08-23T13:06:18.946Z",
  "product_boundary": {
    "product": "delx_commerce",
    "role": "commercial_agent_infrastructure",
    "protocol_sibling": "https://api.delx.ai/.well-known/agent.json",
    "ownership_rule": "Commerce owns paid execution; Protocol owns recovery, continuity, memory and care."
  },
  "entrypoints": {
    "passport": "https://commerce.delx.ai/agent-reliability-passport.json",
    "agent_card": "https://commerce.delx.ai/.well-known/agent.json",
    "discovery_health": "https://commerce.delx.ai/discovery-health.json",
    "portfolio": "https://api.delx.ai/x402-portfolio.json",
    "openapi": "https://api.delx.ai/openapi.x402.json",
    "x402_manifest": "https://api.delx.ai/.well-known/x402",
    "healthz": "https://api.delx.ai/healthz",
    "readyz": "https://api.delx.ai/readyz",
    "protocol_recovery": "https://api.delx.ai/.well-known/agent.json"
  },
  "invariants": {
    "identity": {
      "status": "pass",
      "evidence": [
        "commerce boundary",
        "Protocol sibling pointer",
        "passport pointer"
      ]
    },
    "discovery": {
      "status": "pass",
      "evidence": [
        "free discovery health passport",
        "catalog/intent/pack parity",
        "contract hashes",
        "freshness SLO"
      ]
    },
    "payment": {
      "status": "pass",
      "evidence": [
        "1005 governed paid routes",
        "x402 v2 on Base",
        "free preflight",
        "exact resource/idempotency/replay binding",
        "Protocol compatibility routes excluded"
      ]
    },
    "delivery": {
      "status": "pass",
      "evidence": [
        "operation envelope",
        "self-verifying receipt schema",
        "artifact SHA-256",
        "refund path",
        "payment proof kept outside receipt"
      ]
    },
    "scale": {
      "status": "pass",
      "evidence": [
        "bounded concurrency",
        "bounded queue and timeout",
        "hot/cold challenge expiry signals",
        "socket activation and graceful shutdown"
      ]
    },
    "recovery": {
      "status": "pass",
      "evidence": [
        "Protocol recovery sibling",
        "free access",
        "no Commerce SKU ownership"
      ]
    }
  },
  "contract": {
    "catalog_products": 1005,
    "route_registry_sha256": "29af8965bf1ec7f0029b1edf94c84aa81094f9ff2dcc253e43b4961bcb631573",
    "discovery": {
      "catalog_products": 1005,
      "portable_intents": 1018,
      "discovery_packs": 38,
      "catalog_sha256": "278c201e59b6e1bae78e0586b412b2d9fbb89c2c23eaba1a4c08e5dfb82aa3ae",
      "intent_cards_sha256": "32e23ad2bedacbb1f7f2112fea206727daf1f96ec441ddd89b63059ca5c855c5",
      "packs_sha256": "569ea02c12d4ab26960912bffdd0301764407149b14d5c1d4d5e4f55cbdb26a7"
    },
    "payment": {
      "protocols": [
        "x402-v2",
        "mpp"
      ],
      "network": "eip155:8453",
      "preflight_free": true,
      "exact_resource_binding": true,
      "idempotency": true,
      "replay_protection": true
    },
    "delivery": {
      "receipt_schema": "delx/agent-operation-receipt/v1",
      "artifact_sha256": true,
      "refund_path": true,
      "payment_proof_not_in_receipt": true,
      "terminal_states": [
        "succeeded",
        "failed",
        "refused",
        "timed_out",
        "recovery_required"
      ]
    },
    "runtime": {
      "max_product_concurrency": 2,
      "product_queue_limit": 64,
      "product_queue_timeout_ms": 25000,
      "required_health_fields": [
        "challenge_cache_entries",
        "challenge_cache_fresh",
        "challenge_cache_expired",
        "challenge_cache_hot_expired",
        "challenge_cache_cold_expired"
      ],
      "required_runtime_features": [
        "bounded_queue",
        "socket_activation",
        "graceful_shutdown",
        "hot_cold_cache_signal"
      ]
    },
    "recovery": {
      "owner": "delx_protocol",
      "free": true,
      "url": "https://api.delx.ai/.well-known/agent.json",
      "commerce_product": false,
      "excluded_concepts": [
        "recovery",
        "continuity",
        "memory",
        "dignity"
      ]
    }
  },
  "verification": {
    "local": {
      "status": "pass",
      "no_paid_calls": true,
      "no_self_buy": true,
      "source": "local contract and fixture verification"
    },
    "live": {
      "status": "not_run",
      "method": "npm run passport:live",
      "paid_calls": 0
    }
  },
  "policy": {
    "no_paid_calls": true,
    "no_self_buy": true,
    "no_new_sku": true,
    "no_media_resale": true,
    "no_credential_bypass": true,
    "protocol_metrics_excluded_from_commerce": true
  }
}
