Who this is for

Built for agent-commerce buyers and builders

ApexScout helps agent builders and buyer agents check whether an x402 paid action is ready, scoped, safe, and worth routing toward buyer-controlled payment.

x402 API builder You have a paid endpoint and need buyers to understand what to do before paying.
MCP paid tool builder You want agents to discover your tool and route through a safe no-spend check before payment.
AgentCore payment builder You need a clean handoff from discovery/import into buyer-approved x402 payment.
Agentic trading / DeFi tool builder You are building wallet-enabled trading, DeFi, market-data, or automation tools and need payment readiness, budget caps, metadata hygiene, and buyer-controlled x402 handoff. ApexScout does not give trading or investment advice.
Buyer-agent operator You need to decide whether a paid route is safe to inspect, prepare, scope-check, and maybe pay.

No-spend next step

What do you want ApexScout to check next?

Every choice is no-spend. ApexScout records only aggregate intent and routes you to the right free check.

Free checkout builder

Get a free readiness result before payment.

One click fills the recommended template and shows whether the $5 audit is ready. No wallet connection and no payment happens here.

No payment happens. Prepare is not payment.

No wallet. No payment. You get ready_to_pay or exactly what to fix.

Fastest path

I want the free readiness result

Runs the recommended no-spend check and jumps to the result.

Inspect first

I want to inspect templates first

Review example templates before running the free check.

Review all templates

No wallet connection is needed for the free check. Payment only happens later if your own x402 wallet retries the paid route.

What happens when you click: ApexScout fills the recommended Search-to-checkout template, runs the free prepare check, and jumps to the result.

If ready, you will get a safe payload and buyer-controlled x402 command for a Base MCP-style buyer flow or other approved x402 client.

Agent-readable fast start

POST /api/agent-revenue-audit-builder/prepare with this example body to run the same free prepare check. It does not call the paid route.

No-spend action pack: copy endpoint, body, curl, expected outcomes, and payment guardrails in one step.

{
  "serviceName": "Example Search-Visible Agent Tool",
  "currentOffer": "Agent tool visible in discovery/search but not converting",
  "targetBuyer": "Buyer agents searching for paid tools",
  "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action.",
  "walletPerRequestCapUsd": "5.00",
  "maxBudgetUsd": "5.00",
  "currentPaymentRail": "base-x402",
  "riskTolerance": "medium",
  "templateSlug": "search-checkout",
  "prepareMode": "one-click-template",
  "source": "audit-builder-action-compression"
}
Builder prepare execution packet

This packet runs the free Builder prepare check only when a buyer or buyer-agent explicitly runs the POST. Reading or copying it does not create prepare activity.

{
  "available": true,
  "mode": "free-no-spend-builder-prepare-execution-packet",
  "release": "v2.2.179-cloudflare-worker-origin-release-split",
  "title": "Run the free Builder prepare packet",
  "purpose": "Turn an action-pack read into the first real no-spend prepare result without touching the paid route.",
  "runWhen": "Use only after a real buyer asks to continue from the action pack, audit intent, or agentic-trading handoff.",
  "method": "POST",
  "endpoint": "/api/agent-revenue-audit-builder/prepare",
  "url": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
  "contentType": "application/json",
  "sourceTag": "builder-prepare-execution-packet",
  "body": {
    "serviceName": "Example Search-Visible Agent Tool",
    "currentOffer": "Agent tool visible in discovery/search but not converting",
    "targetBuyer": "Buyer agents searching for paid tools",
    "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action.",
    "walletPerRequestCapUsd": "5.00",
    "maxBudgetUsd": "5.00",
    "currentPaymentRail": "base-x402",
    "riskTolerance": "medium",
    "templateSlug": "search-checkout",
    "prepareMode": "one-click-template",
    "source": "builder-prepare-execution-packet"
  },
  "curl": "curl -sS -X POST 'https://apexscout.ai/api/agent-revenue-audit-builder/prepare' \\\n  -H 'content-type: application/json' \\\n  --data '{\"serviceName\":\"Example Search-Visible Agent Tool\",\"currentOffer\":\"Agent tool visible in discovery/search but not converting\",\"targetBuyer\":\"Buyer agents searching for paid tools\",\"currentProblem\":\"The product is visible in discovery, but users are not moving from search result to checkout action.\",\"walletPerRequestCapUsd\":\"5.00\",\"maxBudgetUsd\":\"5.00\",\"currentPaymentRail\":\"base-x402\",\"riskTolerance\":\"medium\",\"templateSlug\":\"search-checkout\",\"prepareMode\":\"one-click-template\",\"source\":\"builder-prepare-execution-packet\"}'",
  "expectedStatuses": [
    "ready_to_pay",
    "fix_required_fields",
    "fix_budget_cap",
    "stop"
  ],
  "preferredSuccessStatus": "ready_to_pay",
  "successMeaning": "ready_to_pay means the Builder request is valid enough for the next free Scope Check. It is still not payment.",
  "nextFreeStep": {
    "label": "Run the free Scope Check packet",
    "endpoint": "/api/buyer-payment-scope-check/check",
    "payment": false,
    "paidRouteCalled": false
  },
  "noSpendBoundary": {
    "packetIsFree": true,
    "readingPacketCreatesPrepareRequest": false,
    "prepareRequestCreatedOnlyWhenBuyerRunsPost": true,
    "readyToPayIsPayment": false,
    "paidRouteCalledByPacket": false,
    "paymentExecutedByPacket": false,
    "walletConnectionRequiredByPacket": false,
    "fakeTrafficCreated": false,
    "outreachPerformed": false,
    "scrapingPerformed": false,
    "buyerLevelDataExposed": false
  },
  "privacy": {
    "aggregateOnly": true,
    "rawBuyerInputStoredPublicly": false,
    "generatedPayloadStoredPublicly": false,
    "rawUserAgentsStored": false,
    "ipAddressesStored": false,
    "cookiesAdded": false,
    "sessionTrackingAdded": false,
    "buyerLevelDataExposed": false
  }
}
Scope Check execution packet

Use this after a real ready_to_pay result and before any wallet retry. It is still free and no-spend.

{
  "available": true,
  "mode": "free-no-spend-scope-check-execution-packet",
  "release": "v2.2.179-cloudflare-worker-origin-release-split",
  "title": "Run the free Scope Check packet",
  "purpose": "Turn a ready_to_pay Builder result into an explicit no-spend scope decision before any buyer-controlled x402 retry.",
  "runWhen": "Use after the Builder returns ready_to_pay and before any wallet, Base MCP-style buyer flow, or x402 client retries the paid route.",
  "method": "POST",
  "endpoint": "/api/buyer-payment-scope-check/check",
  "url": "https://apexscout.ai/api/buyer-payment-scope-check/check",
  "contentType": "application/json",
  "sourceTag": "scope-check-execution-packet",
  "body": {
    "route": "/api/agent-revenue-audit",
    "maxSpendUsd": "5.00",
    "buyerWalletCapUsd": "5.00",
    "reason": "I want to verify the $5 Agent Revenue Audit payment scope before any buyer-controlled x402 retry.",
    "expectedOutput": "Agent Revenue Audit JSON after buyer-controlled paid retry",
    "operatorApproval": "approved",
    "source": "scope-check-execution-packet"
  },
  "curl": "curl -sS -X POST 'https://apexscout.ai/api/buyer-payment-scope-check/check' \\\n  -H 'content-type: application/json' \\\n  --data '{\"route\":\"/api/agent-revenue-audit\",\"maxSpendUsd\":\"5.00\",\"buyerWalletCapUsd\":\"5.00\",\"reason\":\"I want to verify the $5 Agent Revenue Audit payment scope before any buyer-controlled x402 retry.\",\"expectedOutput\":\"Agent Revenue Audit JSON after buyer-controlled paid retry\",\"operatorApproval\":\"approved\",\"source\":\"scope-check-execution-packet\"}'",
  "expectedStatuses": [
    "approved_to_retry",
    "needs_operator_approval",
    "fix_budget_cap",
    "fix_required_fields",
    "stop"
  ],
  "preferredSuccessStatus": "approved_to_retry",
  "successMeaning": "approved_to_retry means the buyer-approved payment scope is compatible with the planned retry. It is still not payment.",
  "noSpendBoundary": {
    "packetIsFree": true,
    "readingPacketCreatesScopeCheck": false,
    "scopeCheckCreatedOnlyWhenBuyerRunsPost": true,
    "approvedToRetryIsPayment": false,
    "paidRouteCalledByPacket": false,
    "paymentExecutedByPacket": false,
    "walletConnectionRequiredByPacket": false,
    "receiptCreatedByPacket": false,
    "paymentResponseCreatedByPacket": false,
    "fakeTrafficCreated": false,
    "outreachPerformed": false,
    "scrapingPerformed": false,
    "buyerLevelDataExposed": false
  },
  "privacy": {
    "aggregateOnly": true,
    "rawBuyerInputStoredPublicly": false,
    "generatedPayloadStoredPublicly": false,
    "rawReceiptStored": false,
    "rawPaymentResponseStored": false,
    "walletDataExposed": false,
    "buyerLevelDataExposed": false,
    "cookiesAdded": false,
    "sessionTrackingAdded": false
  }
}
Machine-readable no-spend action pack
{
  "name": "ApexScout Builder no-spend action pack",
  "release": "v2.2.179-cloudflare-worker-origin-release-split",
  "sourcePropagationSupported": true,
  "sourcePropagationEnabled": true,
  "ownerLaunchLandingAttributionAvailable": true,
  "actionIntentSourcePropagationAvailable": true,
  "safeSourceTags": [
    "x-profile",
    "x-pinned-post",
    "x-daily-post",
    "owner-public-launch"
  ],
  "aggregateOnlySourceAttribution": true,
  "noCookiesForAttribution": true,
  "noSessionTrackingForAttribution": true,
  "rawSourceStored": false,
  "sourceAttributionRawUserAgentsStored": false,
  "sourceAttributionIpAddressesStored": false,
  "sourceAttributionBuyerLevelDataExposed": false,
  "purpose": "Copy or run the free prepare check before any buyer-controlled x402 payment attempt.",
  "coreValueProposition": "ApexScout helps agent builders and buyer agents check whether an x402 paid action is ready, scoped, safe, and worth routing toward buyer-controlled payment.",
  "qualifiedBuyerProfiles": [
    {
      "id": "x402-api-builder",
      "label": "x402 API builder",
      "copy": "You have a paid endpoint and need buyers to understand what to do before paying."
    },
    {
      "id": "mcp-paid-tool-builder",
      "label": "MCP paid tool builder",
      "copy": "You want agents to discover your tool and route through a safe no-spend check before payment."
    },
    {
      "id": "agentcore-payment-builder",
      "label": "AgentCore payment builder",
      "copy": "You need a clean handoff from discovery/import into buyer-approved x402 payment."
    },
    {
      "id": "agentic-trading-defi-tool-builder",
      "label": "Agentic trading / DeFi tool builder",
      "copy": "You are building wallet-enabled trading, DeFi, market-data, or automation tools and need payment readiness, budget caps, metadata hygiene, and buyer-controlled x402 handoff. ApexScout does not give trading or investment advice.",
      "noTradingAdvice": true
    },
    {
      "id": "buyer-agent-operator",
      "label": "Buyer-agent operator",
      "copy": "You need to decide whether a paid route is safe to inspect, prepare, scope-check, and maybe pay."
    }
  ],
  "whatApexScoutChecks": [
    "Route clarity",
    "Buyer path",
    "Metadata hygiene",
    "Budget and scope boundaries",
    "Payment handoff readiness",
    "Buyer-controlled x402 retry fit"
  ],
  "whatApexScoutDoesNotDo": [
    "No paid calls from the action pack or scenario doors",
    "No automatic payment execution",
    "No production prepare from a read",
    "No guaranteed revenue claims",
    "No outreach, posting, scraping, directory submission, or competitor inspection",
    "No trading, investment, tax, legal, lending, or compliance advice",
    "No buyer-level data exposure"
  ],
  "noSpendNextSteps": [
    {
      "intent": "proof",
      "label": "I want the $0.01 trust/proof path",
      "chooseThisIf": "Choose this if you only need the cheapest x402 trust/proof path.",
      "href": "/action-pack/go/proof",
      "url": "https://apexscout.ai/action-pack/go/proof",
      "noSpendTarget": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "nextActionLabel": "Inspect unpaid proof instructions",
      "noAutoPrepare": true,
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "buyerLevelDataExposed": false
    },
    {
      "intent": "audit",
      "label": "I want the $5 audit request checked for free",
      "chooseThisIf": "Choose this if you want ApexScout to check a $5 audit request before payment.",
      "href": "/action-pack/go/audit",
      "url": "https://apexscout.ai/action-pack/go/audit",
      "noSpendTarget": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "nextActionLabel": "Check my audit request for free",
      "noAutoPrepare": true,
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "buyerLevelDataExposed": false
    },
    {
      "intent": "agentic-trading",
      "label": "I am building an agentic trading or DeFi agent tool",
      "chooseThisIf": "Choose this if you are building an agentic trading, DeFi, wallet-enabled, or market-data tool and need payment-readiness structure. Not trading advice.",
      "href": "/action-pack/go/agentic-trading",
      "url": "https://apexscout.ai/action-pack/go/agentic-trading",
      "noSpendTarget": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "nextActionLabel": "Check payment readiness for free",
      "noAutoPrepare": true,
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "buyerLevelDataExposed": false
    },
    {
      "intent": "scope",
      "label": "I already have ready_to_pay and need a final scope check",
      "chooseThisIf": "Choose this if you already reached ready_to_pay and need a final no-spend payment-scope check.",
      "href": "/action-pack/go/scope",
      "url": "https://apexscout.ai/action-pack/go/scope",
      "noSpendTarget": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "nextActionLabel": "Run free scope check",
      "noAutoPrepare": true,
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "buyerLevelDataExposed": false
    }
  ],
  "agenticTradingPaymentReadinessDisclaimer": "This is payment-readiness only. ApexScout does not give trading, investment, tax, legal, lending, or compliance advice.",
  "paymentOnlyAfterBuyerControlledRetry": true,
  "scenarioDoorsAreRoutingLinksOnly": true,
  "frontDoorActionRailAvailable": true,
  "frontDoorActionRail": {
    "frontDoorActionRailAvailable": true,
    "title": "What do you want ApexScout to check before payment?",
    "subtitle": "Choose one no-spend path. No wallet. No payment. ApexScout only routes you to the right free check.",
    "compactTitle": "Choose a no-spend next step",
    "compactCopy": "These links only record aggregate intent and route to a free next step. No payment happens here.",
    "agenticTradingNote": "Payment-readiness only. Not trading or investment advice.",
    "primaryNoSpendActions": [
      {
        "intent": "proof",
        "href": "/action-pack/go/proof",
        "url": "https://apexscout.ai/action-pack/go/proof",
        "label": "Test the cheapest x402 proof path",
        "copy": "Use this when you only need the trust/proof flow.",
        "noSpend": true,
        "paymentExecuted": false,
        "prepareExecuted": false,
        "recordsAggregateIntentOnClick": true,
        "redirectsToNoSpendTarget": true,
        "noSpendTarget": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
        "noSpendTargetUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
        "destinationHandoffExpected": true,
        "destinationHandoffRoute": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
        "destinationHandoffRouteUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
        "nextActionLabel": "Inspect unpaid proof instructions",
        "noAutoPrepare": true,
        "noPaymentExecution": true,
        "noPrepareExecutionFromRail": true,
        "buyerLevelDataExposed": false,
        "optionalX402ProofCta": {
          "method": "GET",
          "route": "/api/opportunity-check",
          "href": "/api/opportunity-check?src=front-door-x402-proof-cta",
          "url": "https://apexscout.ai/api/opportunity-check?src=front-door-x402-proof-cta",
          "sourceTag": "front-door-x402-proof-cta",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "requiresBuyerControlledX402Retry": true,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "secondaryToNoSpend": true,
          "noAutoOpen": true,
          "noPaymentExecution": true,
          "buyerLevelDataExposed": false,
          "proofRetryConfidence": {
            "available": true,
            "mode": "no-spend-proof-retry-confidence",
            "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
            "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
            "http402ReadinessReceiptAvailable": true,
            "http402ReadinessReceipt": {
              "available": true,
              "mode": "no-spend-http-402-readiness-receipt",
              "title": "HTTP 402 Readiness Receipt",
              "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=machine-readable-x402-proof",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
              "url": "https://apexscout.ai/api/opportunity-check",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "agentExecutionProofPacketAvailable": true,
              "agentExecutionProofPacket": {
                "available": true,
                "mode": "buyer-controlled-agent-execution-proof-packet",
                "title": "Agent execution packet",
                "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
                "route": "/api/opportunity-check",
                "method": "GET",
                "href": "/api/opportunity-check?src=agent-execution-proof-packet",
                "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "sourceTag": "agent-execution-proof-packet",
                "price": "$0.01",
                "priceUsd": "0.01",
                "maxAmountAtomicUsdc": "10000",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "rail": "Base mainnet x402 exact payment",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
                "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
                "machineReadablePaymentRequest": {
                  "protocol": "x402",
                  "method": "GET",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                  "route": "/api/opportunity-check",
                  "maxAmountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "sourceTag": "agent-execution-proof-packet"
                },
                "executionContract": {
                  "buyerApprovalRequired": true,
                  "x402CapableClientRequired": true,
                  "routeMustMatch": "/api/opportunity-check",
                  "methodMustMatch": "GET",
                  "maxAmountMustMatchAtomicUsdc": "10000",
                  "networkMustMatch": "eip155:8453",
                  "stopAfterOnePaidResponse": true,
                  "successOnlyWhenHttp200": true,
                  "automaticSpendingByApexScout": false
                },
                "successCriteria": [
                  "Buyer-controlled x402 retry returns HTTP 200.",
                  "Response is JSON from GET /api/opportunity-check.",
                  "The paid proof counter increments only after the paid retry succeeds."
                ],
                "abortIf": [
                  "Buyer approval is missing.",
                  "The client cannot attach x402 payment.",
                  "Route, method, amount, or network differs.",
                  "The unpaid HTTP 402 challenge is being treated as revenue."
                ],
                "telemetryInterpretation": {
                  "sourceTag": "agent-execution-proof-packet",
                  "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                  "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                  "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                  "sourceBucket": "agentExecutionProofPacket",
                  "unpaidChallengeIsRevenue": false,
                  "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
                },
                "noSpendBoundary": {
                  "packetIsFree": true,
                  "packetExecutesPayment": false,
                  "paidRouteCalledByPacket": false,
                  "automaticSpending": false,
                  "paidUpstreamCalls": false,
                  "createsPrepareRequest": false,
                  "createsScopeCheck": false,
                  "createsActionIntent": false,
                  "fakeTrafficCreated": false,
                  "newPaidRouteAdded": false,
                  "pricingChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "privacy": {
                  "aggregateOnly": true,
                  "buyerLevelDataExposed": false,
                  "rawBuyerInputStored": false,
                  "rawGeneratedPayloadStored": false,
                  "rawUserAgentsStored": false,
                  "ipAddressesStored": false,
                  "cookiesAdded": false,
                  "sessionsAdded": false,
                  "fingerprintingAdded": false
                }
              },
              "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
              "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
              "agentDecision": {
                "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
                "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
                "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
              },
              "readinessChecks": [
                "Route scoped to GET /api/opportunity-check.",
                "Amount scoped to $0.01 / 10000 atomic USDC.",
                "Network scoped to Base mainnet eip155:8453.",
                "HTTP 402 is expected before payment.",
                "HTTP 200 is required before paid completion is counted.",
                "No request body, cookies, session, or wallet connection is required to read this receipt.",
                "No buyer-level data is exposed by this receipt.",
                "No automatic payment or paid retry is performed by ApexScout."
              ],
              "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
              "notClaims": {
                "signedReceiptCreated": false,
                "ap2ProofCreated": false,
                "legalMandateCreated": false,
                "paymentReceiptCreated": false,
                "walletApprovalCreated": false,
                "officialEndorsementClaimed": false,
                "guaranteedRevenueClaimed": false,
                "tradingOrInvestmentAdvice": false
              },
              "noSpendBoundary": {
                "receiptIsFree": true,
                "opensPaidRouteByItself": false,
                "paymentAttemptedByReceipt": false,
                "paidRouteCalledByReceipt": false,
                "paidUpstreamCalls": false,
                "walletConnectionRequiredForReceipt": false,
                "automaticSpending": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              },
              "telemetryInterpretation": {
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "receiptUsageIsRevenue": false,
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
            },
            "proofRetryDecisionStripAvailable": true,
            "proofRetryDecisionStrip": {
              "available": true,
              "mode": "buyer-controlled-proof-retry-decision-strip",
              "title": "Buyer-controlled proof retry gate",
              "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=machine-readable-x402-proof",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
              "url": "https://apexscout.ai/api/opportunity-check",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "agentExecutionProofPacketAvailable": true,
              "agentExecutionProofPacket": {
                "available": true,
                "mode": "buyer-controlled-agent-execution-proof-packet",
                "title": "Agent execution packet",
                "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
                "route": "/api/opportunity-check",
                "method": "GET",
                "href": "/api/opportunity-check?src=agent-execution-proof-packet",
                "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "sourceTag": "agent-execution-proof-packet",
                "price": "$0.01",
                "priceUsd": "0.01",
                "maxAmountAtomicUsdc": "10000",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "rail": "Base mainnet x402 exact payment",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
                "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
                "machineReadablePaymentRequest": {
                  "protocol": "x402",
                  "method": "GET",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                  "route": "/api/opportunity-check",
                  "maxAmountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "sourceTag": "agent-execution-proof-packet"
                },
                "executionContract": {
                  "buyerApprovalRequired": true,
                  "x402CapableClientRequired": true,
                  "routeMustMatch": "/api/opportunity-check",
                  "methodMustMatch": "GET",
                  "maxAmountMustMatchAtomicUsdc": "10000",
                  "networkMustMatch": "eip155:8453",
                  "stopAfterOnePaidResponse": true,
                  "successOnlyWhenHttp200": true,
                  "automaticSpendingByApexScout": false
                },
                "successCriteria": [
                  "Buyer-controlled x402 retry returns HTTP 200.",
                  "Response is JSON from GET /api/opportunity-check.",
                  "The paid proof counter increments only after the paid retry succeeds."
                ],
                "abortIf": [
                  "Buyer approval is missing.",
                  "The client cannot attach x402 payment.",
                  "Route, method, amount, or network differs.",
                  "The unpaid HTTP 402 challenge is being treated as revenue."
                ],
                "telemetryInterpretation": {
                  "sourceTag": "agent-execution-proof-packet",
                  "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                  "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                  "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                  "sourceBucket": "agentExecutionProofPacket",
                  "unpaidChallengeIsRevenue": false,
                  "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
                },
                "noSpendBoundary": {
                  "packetIsFree": true,
                  "packetExecutesPayment": false,
                  "paidRouteCalledByPacket": false,
                  "automaticSpending": false,
                  "paidUpstreamCalls": false,
                  "createsPrepareRequest": false,
                  "createsScopeCheck": false,
                  "createsActionIntent": false,
                  "fakeTrafficCreated": false,
                  "newPaidRouteAdded": false,
                  "pricingChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "privacy": {
                  "aggregateOnly": true,
                  "buyerLevelDataExposed": false,
                  "rawBuyerInputStored": false,
                  "rawGeneratedPayloadStored": false,
                  "rawUserAgentsStored": false,
                  "ipAddressesStored": false,
                  "cookiesAdded": false,
                  "sessionsAdded": false,
                  "fingerprintingAdded": false
                }
              },
              "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
              "continueIf": [
                "Buyer explicitly approves this exact $0.01 proof.",
                "Client can attach x402 payment on Base mainnet eip155:8453.",
                "Route is exactly GET /api/opportunity-check.",
                "Max amount is exactly 10000 atomic USDC.",
                "Buyer understands only HTTP 200 counts as a paid proof completion."
              ],
              "stopIf": [
                "Buyer has not approved spend.",
                "Client is a normal browser without x402 payment support.",
                "Route, amount, or network differs from the receipt.",
                "The buyer is treating unpaid HTTP 402 as revenue or completion.",
                "The output will not change the buyer's next action."
              ],
              "primaryAction": {
                "label": "Request unpaid proof challenge",
                "href": "/api/opportunity-check?src=machine-readable-x402-proof",
                "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
                "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
                "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
                "noPaymentOnClick": true,
                "paidRetryRequiresBuyerWallet": true
              },
              "fallbackNoSpendActions": [
                "/x402-proof",
                "/api/agent-revenue-audit-builder/action-pack",
                "/buyer-payment-scope-check",
                "/chat-tiny-payment-flow"
              ],
              "telemetryInterpretation": {
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "decisionStripUsageIsRevenue": false,
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "decisionStripIsFree": true,
                "paymentAttemptedByDecisionStrip": false,
                "paidRouteCalledByDecisionStrip": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "http402ClosePacketAvailable": true,
            "http402ClosePacket": {
              "available": true,
              "mode": "buyer-agent-402-close-packet",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "402 close packet",
              "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
              "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
              "whatHttp200Proves": [
                "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
                "The paid route returned structured JSON after payment verification.",
                "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
              ],
              "notProofOf": [
                "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
                "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
                "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
              ],
              "continueIf": [
                "The buyer explicitly approved this one-cent proof.",
                "The client can attach an x402 payment authorization.",
                "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
                "The max amount is exactly 10000 atomic USDC.",
                "The network is exactly eip155:8453."
              ],
              "stopIf": [
                "The wallet is not authenticated.",
                "The wallet has insufficient USDC on Base.",
                "The client cannot attach x402 payment.",
                "The max amount is lower than 10000 atomic USDC.",
                "The network is not eip155:8453.",
                "The buyer did not approve this exact spend.",
                "The agent plans to retry more than once just to clear a metric."
              ],
              "failureBranches": {
                "walletNotAuthenticated": {
                  "bucket": "wallet_not_authenticated",
                  "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
                  "apexScoutAction": "Do nothing automatically."
                },
                "insufficientBaseUsdc": {
                  "bucket": "insufficient_base_usdc",
                  "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
                  "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
                },
                "maxAmountTooLow": {
                  "bucket": "max_amount_too_low",
                  "buyerAction": "Use max amount 10000 atomic USDC or stop.",
                  "apexScoutAction": "Do not lower route price or change payment requirements."
                },
                "wrongNetwork": {
                  "bucket": "wrong_network",
                  "buyerAction": "Use eip155:8453 Base mainnet or stop.",
                  "apexScoutAction": "Do not switch rails."
                },
                "paymentDeclined": {
                  "bucket": "payment_declined",
                  "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
                  "apexScoutAction": "Do not retry payment for the buyer."
                }
              },
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-command-copy",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionCommandCopy",
                "closePacketUsageIsRevenue": false,
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "closePacketIsFree": true,
                "closePacketExecutesPayment": false,
                "paymentAttemptedByClosePacket": false,
                "paidRouteCalledByClosePacket": false,
                "apexScoutRunsCommand": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawCommandStored": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "walletPayloadsExposed": false,
                "livePaymentPayloadsExposed": false,
                "secretSigningMaterialRequested": false
              }
            },
            "buyerProofExecutionCloseoutAvailable": true,
            "buyerProofExecutionCloseout": {
              "available": true,
              "mode": "buyer-proof-execution-closeout",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "Copied? Finish with one buyer-run proof retry",
              "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-receipt-contract",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "primarySourceTag": "agent-receipt-contract",
              "primarySourceBucket": "agentReceiptContract",
              "commandCopySourceTag": "agent-execution-command-copy",
              "commandCopySourceBucket": "agentExecutionCommandCopy",
              "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "firstScreenPlacement": {
                "x402Proof": "after-wallet-close-before-receipt-command",
                "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
                "closeoutVisibleBeforeCommandCopy": true,
                "normalNoSpendPathRemainsPrimary": true
              },
              "closeoutRule": {
                "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
                "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
                "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
                "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
                "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
                "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
              },
              "buyerAgentChecklist": [
                "Wallet is authenticated by the buyer, not ApexScout.",
                "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
                "Maximum spend is exactly 10000 atomic USDC.",
                "Network is exactly eip155:8453 Base mainnet.",
                "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
              ],
              "copyReadyCommands": {
                "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
                "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
                "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
              },
              "safeReadouts": {
                "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
                "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
                "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
                "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
                "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
                "noPaymentAttemptedByRead": true,
                "buyerLevelDataExposed": false,
                "rawPaymentPayloadExposed": false,
                "privateKeysRequested": false
              },
              "buttons": [
                {
                  "label": "Copy receipt-bound proof command",
                  "copies": "receipt_bound_command",
                  "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                  "executesPayment": false,
                  "opensPaidRoute": false
                },
                {
                  "label": "Copy edge failure readout",
                  "copies": "edge_failure_read_command",
                  "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
                  "executesPayment": false,
                  "opensPaidRoute": false
                },
                {
                  "label": "Copy wallet setup note",
                  "copies": "wallet_setup_note",
                  "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
                  "executesPayment": false,
                  "opensPaidRoute": false
                }
              ],
              "telemetryInterpretation": {
                "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
                "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
                "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "failureReadoutIsRevenue": false,
                "copyIsRevenue": false,
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
                "newCounterAdded": false,
                "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
              },
              "noSpendBoundary": {
                "closeoutIsFree": true,
                "closeoutExecutesPayment": false,
                "copyingExecutesPayment": false,
                "copyingOpensPaidRoute": false,
                "failureReadoutExecutesPayment": false,
                "failureReadoutCallsPaidRoute": false,
                "paymentAttemptedByCloseout": false,
                "paidRouteCalledByCloseout": false,
                "apexScoutRunsCommand": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "productionPostCreated": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false,
                "cloudflareMutationCreated": false,
                "apifyActorRunCreated": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawCommandStored": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false,
                "privateKeysRequested": false,
                "walletPayloadsExposed": false,
                "livePaymentPayloadsExposed": false,
                "rawPaymentPayloadExposed": false
              },
              "safetyClaims": {
                "guaranteedRevenueClaimed": false,
                "officialEndorsementClaimed": false,
                "tradingOrInvestmentAdvice": false,
                "buyerPaymentDelegatedToApexScout": false
              }
            },
            "cloudflareMonetizationGatewayReadinessAvailable": true,
            "cloudflareMonetizationGatewayReadiness": {
              "available": true,
              "mode": "cloudflare-monetization-gateway-readiness",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "Cloudflare live edge status",
              "releaseReportingMode": "worker-and-origin-split",
              "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
              "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
              "originReleasePath": "/status",
              "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
              "workerSourceVersion": "2.2.179",
              "workerHealthReleaseContract": {
                "healthPath": "/__apexscout/cloudflare-x402/health",
                "releaseFieldMeans": "workerRelease",
                "workerReleaseField": "workerRelease",
                "originReleaseField": "originRelease",
                "originReleasePath": "/status",
                "originReleaseReadIsNoSpend": true,
                "mismatchIsActionableOnlyWhenWorkerHealthFails": true
              },
              "sourceSignal": {
                "name": "Cloudflare Monetization Gateway",
                "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
                "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
              },
              "integrationStatus": "live-edge-worker-proxied",
              "currentServingLayer": "Cloudflare edge Worker + Railway origin",
              "cloudflareGatewayIntegrated": true,
              "cloudflareEdgeWorkerIntegrated": true,
              "cloudflareEdgeWorkerDeployed": true,
              "cloudflareDnsProxied": true,
              "cloudflareEdgeSettlementBridgeLive": true,
              "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
              "officialCloudflareMonetizationGatewayClaimed": false,
              "officialCloudflareEndorsementClaimed": false,
              "cloudflareBillingRulesPackAvailable": true,
              "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
              "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
              "cloudflareX402WorkerConfigAvailable": true,
              "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
              "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "cloudflareBillingRulesPack": {
                "available": true,
                "mode": "cloudflare-billing-rules-pack",
                "release": "v2.2.179-cloudflare-worker-origin-release-split",
                "title": "Cloudflare billing rules pack",
                "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
                "apiPath": "/api/cloudflare-billing-rules",
                "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
                "workerConfigPath": "/api/cloudflare-x402-worker-config",
                "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                "sourceSignals": [
                  {
                    "name": "Cloudflare Monetization Gateway",
                    "url": "https://blog.cloudflare.com/monetization-gateway/",
                    "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
                  },
                  {
                    "name": "Cloudflare x402 proxy",
                    "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                    "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
                  },
                  {
                    "name": "Cloudflare Pay Per Crawl",
                    "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                    "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
                  }
                ],
                "integrationStatus": "live-edge-worker-proxied",
                "currentServingLayer": "Cloudflare edge Worker + Railway origin",
                "cloudflareGatewayIntegrated": true,
                "cloudflareEdgeWorkerIntegrated": true,
                "cloudflareEdgeWorkerDeployed": true,
                "cloudflareDnsProxied": true,
                "cloudflareEdgeSettlementBridgeLive": true,
                "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
                "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
                "cloudflareWorkerConfigPrepared": true,
                "cloudflareRulesCreated": true,
                "cloudflareWorkerRouteCreated": true,
                "officialCloudflareGatewayRulesCreated": false,
                "officialCloudflareEndorsementClaimed": false,
                "monetizationGatewayApiPubliclyAvailable": false,
                "monetizationGatewayApiStatus": "planned-or-early-access",
                "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
                "originFallbackRequired": true,
                "originStillEnforcesX402": true,
                "originEdgeSettlementBridgePrepared": true,
                "edgeSettlementEligiblePaidRuleCount": 1,
                "originAuthoritativePaidRuleCount": 1,
                "billingRuleCount": 5,
                "paidBillingRuleCount": 2,
                "freeAllowRuleCount": 2,
                "blockRuleCount": 1,
                "paidRules": [
                  {
                    "id": "apexscout-one-cent-proof",
                    "type": "charge_x402",
                    "method": "GET",
                    "pattern": "/api/opportunity-check",
                    "route": "/api/opportunity-check",
                    "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                    "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                    "sourceTag": "agent-execution-command-copy",
                    "sourceBucket": "agentExecutionCommandCopy",
                    "price": "$0.01",
                    "priceUsd": "0.01",
                    "amountAtomicUsdc": "10000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "expectedUnpaidStatus": 402,
                    "expectedPaidStatus": 200,
                    "requestBodyRequired": false,
                    "buyerControlledRetryOnly": true,
                    "edgeSettlementEligible": true,
                    "originEdgeSettlementBypassRequired": true,
                    "originStillEnforcesX402": false,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge"
                  },
                  {
                    "id": "apexscout-agent-revenue-audit",
                    "type": "charge_x402",
                    "method": "POST",
                    "pattern": "/api/agent-revenue-audit",
                    "route": "/api/agent-revenue-audit",
                    "url": "https://apexscout.ai/api/agent-revenue-audit",
                    "price": "$5.00",
                    "priceUsd": "5.00",
                    "amountAtomicUsdc": "5000000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "expectedUnpaidStatus": 402,
                    "expectedPaidStatus": 200,
                    "requestBodyRequired": true,
                    "buyerControlledRetryOnly": true,
                    "edgeSettlementEligible": false,
                    "originEdgeSettlementBypassRequired": false,
                    "originStillEnforcesX402": true,
                    "liveRuleMode": "origin-authoritative-until-prevalidation",
                    "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
                  }
                ],
                "allowRules": [
                  {
                    "id": "apexscout-free-agent-metadata",
                    "type": "allow_free",
                    "patterns": [
                      "/",
                      "/docs.json",
                      "/llms.txt",
                      "/skill.md",
                      "/.well-known/agent.json",
                      "/agent-capabilities.json",
                      "/api/public-agent",
                      "/mcp-tool-pack",
                      "/api/mcp-tool-pack",
                      "/.well-known/mcp.json",
                      "/api/agentcore-openapi.json",
                      "/.well-known/apexscout-monetization-policy.json",
                      "/api/agent-monetization-policy",
                      "/.well-known/apexscout-paid-tools.json",
                      "/api/paid-mcp-tools",
                      "/agent-wallet-skill-pack",
                      "/api/agent-wallet-skill-pack",
                      "/.well-known/apexscout-agent-wallet-skill.json",
                      "/apexscout-agent-wallet-skill.md",
                      "/.well-known/apexscout-agent-wallet-skill.md",
                      "/apify-x402-upstream-readiness",
                      "/api/apify-x402-upstream-readiness",
                      "/.well-known/apexscout-apify-x402-upstream.json",
                      "/cloudflare-monetization-gateway-rules",
                      "/api/cloudflare-monetization-gateway-rules",
                      "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                      "/agent-receipt-contract",
                      "/api/agent-receipt-contract",
                      "/.well-known/apexscout-agent-receipt-contract.json",
                      "/api/cloudflare-billing-rules",
                      "/.well-known/apexscout-cloudflare-billing-rules.json",
                      "/api/cloudflare-x402-worker-config",
                      "/.well-known/apexscout-cloudflare-x402-worker.json"
                    ],
                    "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                    "paidRetryRequired": false
                  },
                  {
                    "id": "apexscout-free-proof-and-preflight",
                    "type": "allow_free",
                    "patterns": [
                      "/x402-proof",
                      "/api/x402-proof",
                      "/chat-tiny-payment-flow",
                      "/api/chat-tiny-payment-flow",
                      "/api/agent-revenue-audit-builder/action-pack",
                      "/api/buyer-payment-scope-check",
                      "/api/buyer-agent-payment-safety",
                      "/api/x402-security-readiness"
                    ],
                    "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                    "paidRetryRequired": false
                  }
                ],
                "blockRules": [
                  {
                    "id": "apexscout-private-operator-surfaces",
                    "type": "block_public_access",
                    "patterns": [
                      "/admin/*",
                      "/api/admin/*"
                    ],
                    "reason": "Private operator surfaces are not public buyer-agent resources.",
                    "paidRetryAvailable": false
                  }
                ],
                "workerConfig": {
                  "available": true,
                  "mode": "cloudflare-x402-worker-config",
                  "release": "v2.2.179-cloudflare-worker-origin-release-split",
                  "apiPath": "/api/cloudflare-x402-worker-config",
                  "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                  "sourceDocs": {
                    "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                    "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
                  },
                  "wranglerConfig": {
                    "name": "apexscout-x402-billing-proxy",
                    "main": "src/index.ts",
                    "compatibility_date": "2026-07-01",
                    "compatibility_flags": [
                      "nodejs_compat"
                    ],
                    "vars": {
                      "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                      "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                      "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                      "NETWORK": "eip155:8453",
                      "CLOUDFLARE_NETWORK_ALIAS": "base",
                      "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                      "PROTECTED_PATTERNS": [
                        {
                          "pattern": "/api/opportunity-check",
                          "method": "GET",
                          "price": "$0.01",
                          "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                          "edgeSettlement": true,
                          "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                          "sourceTag": "agent-execution-command-copy"
                        },
                        {
                          "pattern": "/api/agent-revenue-audit",
                          "method": "POST",
                          "price": "$5.00",
                          "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                          "edgeSettlement": false,
                          "liveRuleMode": "origin-authoritative-until-prevalidation"
                        }
                      ]
                    }
                  },
                  "protectedPatterns": [
                    {
                      "id": "apexscout-one-cent-proof",
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "amountAtomicUsdc": "10000",
                      "network": "eip155:8453",
                      "cloudflareNetwork": "base",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlementEligible": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "originStillEnforcesX402": false
                    },
                    {
                      "id": "apexscout-agent-revenue-audit",
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "amountAtomicUsdc": "5000000",
                      "network": "eip155:8453",
                      "cloudflareNetwork": "base",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlementEligible": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation",
                      "originStillEnforcesX402": true
                    }
                  ],
                  "envRequiredBeforeDeploy": [
                    "CLOUDFLARE_API_TOKEN",
                    "CLOUDFLARE_ACCOUNT_ID",
                    "CLOUDFLARE_ZONE_ID",
                    "APEXSCOUT_X402_PAY_TO",
                    "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                    "CDP facilitator key id",
                    "CDP facilitator key secret"
                  ],
                  "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
                  "noSpendBoundary": {
                    "configIsFree": true,
                    "cloudflareApiCalledByApexScout": false,
                    "cloudflareWorkerDeployedByApexScout": false,
                    "dnsChangedByApexScout": false,
                    "paymentAttemptedByConfig": false,
                    "paidRouteCalledByConfig": false,
                    "paidUpstreamCalls": false,
                    "fakeTrafficCreated": false,
                    "priceChanged": false,
                    "sellerWalletChanged": false,
                    "settlementRailChanged": false
                  },
                  "edgeSettlementBridge": {
                    "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                    "publicUrl": "https://apexscout.ai",
                    "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                    "signedOriginBridgePrepared": true,
                    "edgeSettlementEligibleRuleCount": 1,
                    "originAuthoritativeRuleCount": 1,
                    "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                    "doubleChargeGuardPrepared": true,
                    "postBodyChargeRiskAvoided": true
                  }
                },
                "operatorApplyPlan": [
                  "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
                  "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
                  "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
                  "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
                  "Keep Worker changes inside explicit Cloudflare deployment windows.",
                  "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
                  "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
                ],
                "blockedUntil": [
                  "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
                  "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
                ],
                "safeDryRunCommands": [
                  "npm run cloudflare:billing-rules:print",
                  "npm run cloudflare:x402-proxy:smoke",
                  "npm run cloudflare:x402-proxy:typecheck"
                ],
                "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
                "postIntegrationVerificationPlan": [
                  "GET /status and confirm the current ApexScout release.",
                  "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
                  "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
                  "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
                  "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
                ],
                "noSpendBoundary": {
                  "packIsFree": true,
                  "paymentAttemptedByPack": false,
                  "paidRouteCalledByPack": false,
                  "cloudflareApiCalledByApexScout": false,
                  "cloudflareGatewayRuleCreated": true,
                  "officialCloudflareGatewayRuleCreated": false,
                  "cloudflareWorkerDeployedByApexScout": true,
                  "dnsChangedByApexScout": true,
                  "packReadChangesCloudflare": false,
                  "packReadChangesDns": false,
                  "automaticSpending": false,
                  "paidUpstreamCalls": false,
                  "createsPrepareRequest": false,
                  "createsScopeCheck": false,
                  "createsActionIntent": false,
                  "fakeTrafficCreated": false,
                  "newPaidRouteAdded": false,
                  "pricingChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "privacy": {
                  "aggregateOnly": true,
                  "buyerLevelDataExposed": false,
                  "rawBuyerInputStored": false,
                  "rawGeneratedPayloadStored": false,
                  "rawUserAgentsStored": false,
                  "ipAddressesStored": false,
                  "cookiesAdded": false,
                  "sessionsAdded": false,
                  "fingerprintingAdded": false,
                  "cloudflareVisitorDataPublished": false
                },
                "safetyClaims": {
                  "cloudflareEndorsementClaimed": false,
                  "marketplaceEndorsementClaimed": false,
                  "guaranteedRevenueClaimed": false,
                  "tradingOrInvestmentAdvice": false,
                  "buyerPaymentDelegatedToApexScout": false
                }
              },
              "cloudflareX402WorkerConfig": {
                "available": true,
                "mode": "cloudflare-x402-worker-config",
                "release": "v2.2.179-cloudflare-worker-origin-release-split",
                "apiPath": "/api/cloudflare-x402-worker-config",
                "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                "sourceDocs": {
                  "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
                },
                "wranglerConfig": {
                  "name": "apexscout-x402-billing-proxy",
                  "main": "src/index.ts",
                  "compatibility_date": "2026-07-01",
                  "compatibility_flags": [
                    "nodejs_compat"
                  ],
                  "vars": {
                    "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                    "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                    "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                    "NETWORK": "eip155:8453",
                    "CLOUDFLARE_NETWORK_ALIAS": "base",
                    "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                    "PROTECTED_PATTERNS": [
                      {
                        "pattern": "/api/opportunity-check",
                        "method": "GET",
                        "price": "$0.01",
                        "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                        "edgeSettlement": true,
                        "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                        "sourceTag": "agent-execution-command-copy"
                      },
                      {
                        "pattern": "/api/agent-revenue-audit",
                        "method": "POST",
                        "price": "$5.00",
                        "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                        "edgeSettlement": false,
                        "liveRuleMode": "origin-authoritative-until-prevalidation"
                      }
                    ]
                  }
                },
                "protectedPatterns": [
                  {
                    "id": "apexscout-one-cent-proof",
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "amountAtomicUsdc": "10000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlementEligible": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "originStillEnforcesX402": false
                  },
                  {
                    "id": "apexscout-agent-revenue-audit",
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "amountAtomicUsdc": "5000000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlementEligible": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation",
                    "originStillEnforcesX402": true
                  }
                ],
                "envRequiredBeforeDeploy": [
                  "CLOUDFLARE_API_TOKEN",
                  "CLOUDFLARE_ACCOUNT_ID",
                  "CLOUDFLARE_ZONE_ID",
                  "APEXSCOUT_X402_PAY_TO",
                  "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "CDP facilitator key id",
                  "CDP facilitator key secret"
                ],
                "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
                "noSpendBoundary": {
                  "configIsFree": true,
                  "cloudflareApiCalledByApexScout": false,
                  "cloudflareWorkerDeployedByApexScout": false,
                  "dnsChangedByApexScout": false,
                  "paymentAttemptedByConfig": false,
                  "paidRouteCalledByConfig": false,
                  "paidUpstreamCalls": false,
                  "fakeTrafficCreated": false,
                  "priceChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "edgeSettlementBridge": {
                  "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                  "publicUrl": "https://apexscout.ai",
                  "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "signedOriginBridgePrepared": true,
                  "edgeSettlementEligibleRuleCount": 1,
                  "originAuthoritativeRuleCount": 1,
                  "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "doubleChargeGuardPrepared": true,
                  "postBodyChargeRiskAvoided": true
                }
              },
              "waitlistOrEarlyAccessRequired": false,
              "noDnsChangeMade": false,
              "dnsChangedByLiveCutover": true,
              "noCloudflareApiCallMade": false,
              "noCloudflareApiCallMadeByRead": true,
              "noPaymentRuleCreated": false,
              "cloudflareWorkerRouteCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "noPaidRouteChanged": true,
              "noPriceChanged": true,
              "noSellerWalletChanged": true,
              "noPaymentRailChanged": true,
              "apexScoutRemainsSourceOfTruth": true,
              "candidateRules": [
                {
                  "id": "apexscout-one-cent-proof",
                  "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
                  "method": "GET",
                  "route": "/api/opportunity-check",
                  "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                  "sourceTag": "agent-execution-command-copy",
                  "sourceBucket": "agentExecutionCommandCopy",
                  "amountAtomicUsdc": "10000",
                  "priceUsd": "0.01",
                  "displayPrice": "$0.01",
                  "network": "eip155:8453",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": false,
                  "buyerApprovalRequired": true,
                  "currentOriginStillEnforcesX402": true,
                  "gatewayCanMirrorButNotOverrideOrigin": true
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "purpose": "Higher-value builder monetization audit route.",
                  "method": "POST",
                  "route": "/api/agent-revenue-audit",
                  "url": "https://apexscout.ai/api/agent-revenue-audit",
                  "amountAtomicUsdc": "5000000",
                  "priceUsd": "5.00",
                  "displayPrice": "$5.00",
                  "network": "eip155:8453",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": true,
                  "buyerApprovalRequired": true,
                  "currentOriginStillEnforcesX402": true,
                  "gatewayCanMirrorButNotOverrideOrigin": true
                }
              ],
              "migrationPlan": [
                "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
                "Use these candidate rules as the review checklist before any future official managed-gateway change.",
                "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
                "Keep ApexScout aggregate metrics as the public conversion truth source.",
                "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
              ],
              "operatorChecklist": {
                "dnsChangeApproved": true,
                "cloudflareApiTokenApproved": true,
                "gatewayRuleCreationApproved": true,
                "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
                "originFallbackRequired": true,
                "compareGatewayRulesToCandidateRules": true
              },
              "noSpendBoundary": {
                "readinessPacketIsFree": true,
                "paymentAttemptedByReadinessPacket": false,
                "paidRouteCalledByReadinessPacket": false,
                "cloudflareGatewayRuleCreated": true,
                "officialCloudflareGatewayRuleCreated": false,
                "cloudflareWorkerRouteCreated": true,
                "cloudflareApiCalled": false,
                "dnsChanged": false,
                "dnsAlreadyProxiedThroughCloudflare": true,
                "workerAlreadyDeployed": true,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false,
                "cloudflareVisitorDataPublished": false
              },
              "safetyClaims": {
                "cloudflareEndorsementClaimed": false,
                "marketplaceEndorsementClaimed": false,
                "revenueOutcomeClaimed": false,
                "tradingOrInvestmentAdvice": false,
                "buyerPaymentDelegatedToApexScout": false
              },
              "telemetryInterpretation": {
                "readinessUsageIsRevenue": false,
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
                "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
              }
            },
            "cloudflareBillingRulesPackAvailable": true,
            "cloudflareBillingRulesPack": {
              "available": true,
              "mode": "cloudflare-billing-rules-pack",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "Cloudflare billing rules pack",
              "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
              "apiPath": "/api/cloudflare-billing-rules",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
              "workerConfigPath": "/api/cloudflare-x402-worker-config",
              "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceSignals": [
                {
                  "name": "Cloudflare Monetization Gateway",
                  "url": "https://blog.cloudflare.com/monetization-gateway/",
                  "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
                },
                {
                  "name": "Cloudflare x402 proxy",
                  "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
                },
                {
                  "name": "Cloudflare Pay Per Crawl",
                  "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                  "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
                }
              ],
              "integrationStatus": "live-edge-worker-proxied",
              "currentServingLayer": "Cloudflare edge Worker + Railway origin",
              "cloudflareGatewayIntegrated": true,
              "cloudflareEdgeWorkerIntegrated": true,
              "cloudflareEdgeWorkerDeployed": true,
              "cloudflareDnsProxied": true,
              "cloudflareEdgeSettlementBridgeLive": true,
              "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
              "cloudflareWorkerConfigPrepared": true,
              "cloudflareRulesCreated": true,
              "cloudflareWorkerRouteCreated": true,
              "officialCloudflareGatewayRulesCreated": false,
              "officialCloudflareEndorsementClaimed": false,
              "monetizationGatewayApiPubliclyAvailable": false,
              "monetizationGatewayApiStatus": "planned-or-early-access",
              "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
              "originFallbackRequired": true,
              "originStillEnforcesX402": true,
              "originEdgeSettlementBridgePrepared": true,
              "edgeSettlementEligiblePaidRuleCount": 1,
              "originAuthoritativePaidRuleCount": 1,
              "billingRuleCount": 5,
              "paidBillingRuleCount": 2,
              "freeAllowRuleCount": 2,
              "blockRuleCount": 1,
              "paidRules": [
                {
                  "id": "apexscout-one-cent-proof",
                  "type": "charge_x402",
                  "method": "GET",
                  "pattern": "/api/opportunity-check",
                  "route": "/api/opportunity-check",
                  "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                  "sourceTag": "agent-execution-command-copy",
                  "sourceBucket": "agentExecutionCommandCopy",
                  "price": "$0.01",
                  "priceUsd": "0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": false,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": true,
                  "originEdgeSettlementBypassRequired": true,
                  "originStillEnforcesX402": false,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge"
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "type": "charge_x402",
                  "method": "POST",
                  "pattern": "/api/agent-revenue-audit",
                  "route": "/api/agent-revenue-audit",
                  "url": "https://apexscout.ai/api/agent-revenue-audit",
                  "price": "$5.00",
                  "priceUsd": "5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": true,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": false,
                  "originEdgeSettlementBypassRequired": false,
                  "originStillEnforcesX402": true,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
                }
              ],
              "allowRules": [
                {
                  "id": "apexscout-free-agent-metadata",
                  "type": "allow_free",
                  "patterns": [
                    "/",
                    "/docs.json",
                    "/llms.txt",
                    "/skill.md",
                    "/.well-known/agent.json",
                    "/agent-capabilities.json",
                    "/api/public-agent",
                    "/mcp-tool-pack",
                    "/api/mcp-tool-pack",
                    "/.well-known/mcp.json",
                    "/api/agentcore-openapi.json",
                    "/.well-known/apexscout-monetization-policy.json",
                    "/api/agent-monetization-policy",
                    "/.well-known/apexscout-paid-tools.json",
                    "/api/paid-mcp-tools",
                    "/agent-wallet-skill-pack",
                    "/api/agent-wallet-skill-pack",
                    "/.well-known/apexscout-agent-wallet-skill.json",
                    "/apexscout-agent-wallet-skill.md",
                    "/.well-known/apexscout-agent-wallet-skill.md",
                    "/apify-x402-upstream-readiness",
                    "/api/apify-x402-upstream-readiness",
                    "/.well-known/apexscout-apify-x402-upstream.json",
                    "/cloudflare-monetization-gateway-rules",
                    "/api/cloudflare-monetization-gateway-rules",
                    "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                    "/agent-receipt-contract",
                    "/api/agent-receipt-contract",
                    "/.well-known/apexscout-agent-receipt-contract.json",
                    "/api/cloudflare-billing-rules",
                    "/.well-known/apexscout-cloudflare-billing-rules.json",
                    "/api/cloudflare-x402-worker-config",
                    "/.well-known/apexscout-cloudflare-x402-worker.json"
                  ],
                  "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                  "paidRetryRequired": false
                },
                {
                  "id": "apexscout-free-proof-and-preflight",
                  "type": "allow_free",
                  "patterns": [
                    "/x402-proof",
                    "/api/x402-proof",
                    "/chat-tiny-payment-flow",
                    "/api/chat-tiny-payment-flow",
                    "/api/agent-revenue-audit-builder/action-pack",
                    "/api/buyer-payment-scope-check",
                    "/api/buyer-agent-payment-safety",
                    "/api/x402-security-readiness"
                  ],
                  "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                  "paidRetryRequired": false
                }
              ],
              "blockRules": [
                {
                  "id": "apexscout-private-operator-surfaces",
                  "type": "block_public_access",
                  "patterns": [
                    "/admin/*",
                    "/api/admin/*"
                  ],
                  "reason": "Private operator surfaces are not public buyer-agent resources.",
                  "paidRetryAvailable": false
                }
              ],
              "workerConfig": {
                "available": true,
                "mode": "cloudflare-x402-worker-config",
                "release": "v2.2.179-cloudflare-worker-origin-release-split",
                "apiPath": "/api/cloudflare-x402-worker-config",
                "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                "sourceDocs": {
                  "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
                },
                "wranglerConfig": {
                  "name": "apexscout-x402-billing-proxy",
                  "main": "src/index.ts",
                  "compatibility_date": "2026-07-01",
                  "compatibility_flags": [
                    "nodejs_compat"
                  ],
                  "vars": {
                    "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                    "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                    "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                    "NETWORK": "eip155:8453",
                    "CLOUDFLARE_NETWORK_ALIAS": "base",
                    "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                    "PROTECTED_PATTERNS": [
                      {
                        "pattern": "/api/opportunity-check",
                        "method": "GET",
                        "price": "$0.01",
                        "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                        "edgeSettlement": true,
                        "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                        "sourceTag": "agent-execution-command-copy"
                      },
                      {
                        "pattern": "/api/agent-revenue-audit",
                        "method": "POST",
                        "price": "$5.00",
                        "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                        "edgeSettlement": false,
                        "liveRuleMode": "origin-authoritative-until-prevalidation"
                      }
                    ]
                  }
                },
                "protectedPatterns": [
                  {
                    "id": "apexscout-one-cent-proof",
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "amountAtomicUsdc": "10000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlementEligible": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "originStillEnforcesX402": false
                  },
                  {
                    "id": "apexscout-agent-revenue-audit",
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "amountAtomicUsdc": "5000000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlementEligible": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation",
                    "originStillEnforcesX402": true
                  }
                ],
                "envRequiredBeforeDeploy": [
                  "CLOUDFLARE_API_TOKEN",
                  "CLOUDFLARE_ACCOUNT_ID",
                  "CLOUDFLARE_ZONE_ID",
                  "APEXSCOUT_X402_PAY_TO",
                  "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "CDP facilitator key id",
                  "CDP facilitator key secret"
                ],
                "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
                "noSpendBoundary": {
                  "configIsFree": true,
                  "cloudflareApiCalledByApexScout": false,
                  "cloudflareWorkerDeployedByApexScout": false,
                  "dnsChangedByApexScout": false,
                  "paymentAttemptedByConfig": false,
                  "paidRouteCalledByConfig": false,
                  "paidUpstreamCalls": false,
                  "fakeTrafficCreated": false,
                  "priceChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "edgeSettlementBridge": {
                  "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                  "publicUrl": "https://apexscout.ai",
                  "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "signedOriginBridgePrepared": true,
                  "edgeSettlementEligibleRuleCount": 1,
                  "originAuthoritativeRuleCount": 1,
                  "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "doubleChargeGuardPrepared": true,
                  "postBodyChargeRiskAvoided": true
                }
              },
              "operatorApplyPlan": [
                "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
                "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
                "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
                "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
                "Keep Worker changes inside explicit Cloudflare deployment windows.",
                "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
                "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
              ],
              "blockedUntil": [
                "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
                "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
              ],
              "safeDryRunCommands": [
                "npm run cloudflare:billing-rules:print",
                "npm run cloudflare:x402-proxy:smoke",
                "npm run cloudflare:x402-proxy:typecheck"
              ],
              "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
              "postIntegrationVerificationPlan": [
                "GET /status and confirm the current ApexScout release.",
                "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
                "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
                "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
                "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
              ],
              "noSpendBoundary": {
                "packIsFree": true,
                "paymentAttemptedByPack": false,
                "paidRouteCalledByPack": false,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareGatewayRuleCreated": true,
                "officialCloudflareGatewayRuleCreated": false,
                "cloudflareWorkerDeployedByApexScout": true,
                "dnsChangedByApexScout": true,
                "packReadChangesCloudflare": false,
                "packReadChangesDns": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false,
                "cloudflareVisitorDataPublished": false
              },
              "safetyClaims": {
                "cloudflareEndorsementClaimed": false,
                "marketplaceEndorsementClaimed": false,
                "guaranteedRevenueClaimed": false,
                "tradingOrInvestmentAdvice": false,
                "buyerPaymentDelegatedToApexScout": false
              }
            },
            "cloudflareX402WorkerConfigAvailable": true,
            "cloudflareX402WorkerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "retryDecision": {
              "recommendedOnlyForX402CapableClients": true,
              "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
              "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
              "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
            },
            "approvalChecklist": [
              "Buyer approves GET /api/opportunity-check as the route.",
              "Buyer approves the $0.01 maximum spend.",
              "Buyer approves Base mainnet x402 on eip155:8453.",
              "Buyer controls the wallet and chooses whether to retry.",
              "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
            ],
            "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
            "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "confidencePacketIsFree": true,
              "opensPaidRouteByItself": false,
              "paymentAttemptedByConfidencePacket": false,
              "walletConnectionRequiredForConfidencePacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "http402ReadinessReceiptAvailable": true,
          "http402ReadinessReceipt": {
            "available": true,
            "mode": "no-spend-http-402-readiness-receipt",
            "title": "HTTP 402 Readiness Receipt",
            "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
            "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
            "agentDecision": {
              "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
              "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
              "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
            },
            "readinessChecks": [
              "Route scoped to GET /api/opportunity-check.",
              "Amount scoped to $0.01 / 10000 atomic USDC.",
              "Network scoped to Base mainnet eip155:8453.",
              "HTTP 402 is expected before payment.",
              "HTTP 200 is required before paid completion is counted.",
              "No request body, cookies, session, or wallet connection is required to read this receipt.",
              "No buyer-level data is exposed by this receipt.",
              "No automatic payment or paid retry is performed by ApexScout."
            ],
            "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
            "notClaims": {
              "signedReceiptCreated": false,
              "ap2ProofCreated": false,
              "legalMandateCreated": false,
              "paymentReceiptCreated": false,
              "walletApprovalCreated": false,
              "officialEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false
            },
            "noSpendBoundary": {
              "receiptIsFree": true,
              "opensPaidRouteByItself": false,
              "paymentAttemptedByReceipt": false,
              "paidRouteCalledByReceipt": false,
              "paidUpstreamCalls": false,
              "walletConnectionRequiredForReceipt": false,
              "automaticSpending": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            },
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "receiptUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
          },
          "proofRetryDecisionStripAvailable": true,
          "proofRetryDecisionStrip": {
            "available": true,
            "mode": "buyer-controlled-proof-retry-decision-strip",
            "title": "Buyer-controlled proof retry gate",
            "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
            "continueIf": [
              "Buyer explicitly approves this exact $0.01 proof.",
              "Client can attach x402 payment on Base mainnet eip155:8453.",
              "Route is exactly GET /api/opportunity-check.",
              "Max amount is exactly 10000 atomic USDC.",
              "Buyer understands only HTTP 200 counts as a paid proof completion."
            ],
            "stopIf": [
              "Buyer has not approved spend.",
              "Client is a normal browser without x402 payment support.",
              "Route, amount, or network differs from the receipt.",
              "The buyer is treating unpaid HTTP 402 as revenue or completion.",
              "The output will not change the buyer's next action."
            ],
            "primaryAction": {
              "label": "Request unpaid proof challenge",
              "href": "/api/opportunity-check?src=machine-readable-x402-proof",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
              "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
              "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
              "noPaymentOnClick": true,
              "paidRetryRequiresBuyerWallet": true
            },
            "fallbackNoSpendActions": [
              "/x402-proof",
              "/api/agent-revenue-audit-builder/action-pack",
              "/buyer-payment-scope-check",
              "/chat-tiny-payment-flow"
            ],
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "decisionStripUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "decisionStripIsFree": true,
              "paymentAttemptedByDecisionStrip": false,
              "paidRouteCalledByDecisionStrip": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "agentExecutionProofCtaAvailable": true,
          "agentExecutionProofCta": {
            "available": true,
            "mode": "promoted-buyer-executable-proof-cta",
            "title": "Buyer-run proof packet",
            "label": "Run with buyer-approved x402 wallet",
            "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "method": "GET",
            "route": "/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
            "successMetric": "opportunityCheckGetProofCompletions",
            "unpaidSourceBucket": "agentExecutionProofPacket",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerDecision": {
              "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
              "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
            },
            "noSpendBoundary": {
              "ctaIsFreeToRead": true,
              "normalBrowserGetsUnpaid402": true,
              "paymentAttemptedByCta": false,
              "paidRouteCalledByApexScout": false,
              "automaticSpending": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "walletReadinessStripAvailable": true,
          "walletReadinessStrip": {
            "available": true,
            "mode": "buyer-wallet-readiness-strip",
            "title": "Before you run the command",
            "checklist": [
              "Your x402 wallet/client is authenticated.",
              "Your wallet has at least $0.01 USDC available on Base.",
              "You approve the route: GET /api/opportunity-check.",
              "You approve the max amount: 10000 atomic USDC.",
              "You understand unpaid HTTP 402 is not revenue.",
              "You understand paid proof means HTTP 200 after your own wallet retry."
            ],
            "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "amountAtomicUsdc": "10000",
            "priceUsd": "0.01",
            "network": "eip155:8453",
            "noFundingAdvice": true,
            "noTradingAdvice": true,
            "noPrivateKeyAdvice": true,
            "noOnrampAdvice": true,
            "noSpendBoundary": {
              "stripIsFree": true,
              "paymentAttemptedByStrip": false,
              "paidRouteCalledByStrip": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "buyerAgentCommandCopyAvailable": true,
          "buyerAgentCommandCopy": {
            "available": true,
            "mode": "buyer-agent-command-copy",
            "title": "Wallet-ready? Copy this command",
            "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": false,
            "walletMustBeAuthenticated": true,
            "walletNeedsSufficientUsdc": true,
            "apexScoutRunsCommand": false,
            "copyingIsPayment": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "sourceBucketCompatibility": {
              "oldPacketSourceStillSupported": "agent-execution-proof-packet",
              "newCommandCopySource": "agent-execution-command-copy",
              "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
            },
            "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
            "prerequisites": [
              "Authenticated x402 wallet/client.",
              "At least $0.01 USDC on Base."
            ],
            "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
            "copyingIsNotPaymentCopy": "Copying this command is not payment.",
            "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
            "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
            "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
            "placement": {
              "x402Proof": "above-proof-detail-sections",
              "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
              "primaryForWalletCapableAgents": true,
              "normalNoSpendPathRemainsPrimary": true
            },
            "buttons": [
              {
                "label": "Copy command",
                "copies": "command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy route only",
                "copies": "route",
                "value": "/api/opportunity-check?src=agent-execution-command-copy",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            ],
            "telemetry": {
              "commandCopyTelemetryAdded": false,
              "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
              "copyIsRevenue": false,
              "copyIsPayment": false,
              "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
            },
            "noSpendBoundary": {
              "copyPanelIsFree": true,
              "copyingExecutesPayment": false,
              "copyingOpensPaidRoute": false,
              "paidRouteCalledByCopyPanel": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "privateKeysRequested": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false
            }
          },
          "agentReceiptCloseStripAvailable": true,
          "agentReceiptCloseStrip": {
            "available": true,
            "mode": "agent-receipt-close-strip",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Receipt rule accepted? Copy the proof command",
            "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
            "sourceTag": "agent-receipt-contract",
            "sourceBucket": "agentReceiptContract",
            "method": "GET",
            "route": "/api/opportunity-check",
            "href": "/api/opportunity-check?src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
            "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "firstScreenPlacement": {
              "x402Proof": "before-wallet-command-copy",
              "chatTinyPaymentFlow": "before-wallet-command-copy",
              "makeReceiptRuleVisibleBeforePaymentCommand": true,
              "normalNoSpendPathRemainsPrimary": true
            },
            "receiptRule": {
              "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
              "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
              "unpaid402IsNotRevenue": true,
              "paidProofRequiresHttp200": true,
              "buyerControlsWalletAndRetry": true,
              "stopAfterOneSuccessfulPaidResponse": true
            },
            "visibleBuyerCopy": [
              "Accept the receipt rule before copying the command.",
              "HTTP 402 is only the unpaid challenge.",
              "HTTP 200 after your buyer-controlled retry is the paid proof.",
              "ApexScout does not run this command and does not control the wallet."
            ],
            "buttons": [
              {
                "label": "Copy receipt-bound command",
                "copies": "command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy receipt route",
                "copies": "route",
                "value": "/api/opportunity-check?src=agent-receipt-contract",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            ],
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentReceiptContract",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
            },
            "noSpendBoundary": {
              "closeStripIsFree": true,
              "copyingExecutesPayment": false,
              "copyingOpensPaidRoute": false,
              "paymentAttemptedByCloseStrip": false,
              "paidRouteCalledByCloseStrip": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "privateKeysRequested": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false
            }
          },
          "buyerWalletCloseAvailable": true,
          "buyerWalletClose": {
            "available": true,
            "mode": "buyer-wallet-close",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Can your wallet pay now?",
            "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
            "route": "/api/buyer-wallet-close-intent",
            "method": "GET",
            "routeIsFree": true,
            "sourceTags": {
              "walletReady": "agent-receipt-contract",
              "cannotPayYet": "agent-wallet-skill-pack",
              "copyPaidProofCommand": "agent-execution-command-copy",
              "copyReceiptBoundCommand": "agent-receipt-contract",
              "copyWalletSetupCommand": "agent-wallet-skill-pack"
            },
            "actions": {
              "walletReady": {
                "action": "wallet_ready",
                "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
                "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
                "method": "GET",
                "sourceTag": "agent-receipt-contract",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              "cannotPayYet": {
                "action": "cannot_pay_yet",
                "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
                "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
                "method": "GET",
                "sourceTag": "agent-wallet-skill-pack",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              "copyPaidProofCommand": {
                "action": "copy_paid_proof_command",
                "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
                "method": "GET",
                "sourceTag": "agent-execution-command-copy",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              "copyReceiptBoundCommand": {
                "action": "copy_receipt_bound_command",
                "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
                "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
                "method": "GET",
                "sourceTag": "agent-receipt-contract",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              "copyWalletSetupCommand": {
                "action": "copy_wallet_setup_command",
                "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
                "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
                "method": "GET",
                "sourceTag": "agent-wallet-skill-pack",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            },
            "visibleBuyerCopy": [
              "Choose the wallet state before copying a command.",
              "This signal is a free GET request and does not open the paid route.",
              "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
              "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
            ],
            "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "buttons": [
              {
                "label": "I can pay now",
                "action": "wallet_ready",
                "copies": null,
                "value": null,
                "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "I can't pay yet",
                "action": "cannot_pay_yet",
                "copies": null,
                "value": null,
                "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy paid proof command",
                "action": "copy_paid_proof_command",
                "copies": "command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
                "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy receipt-bound command",
                "action": "copy_receipt_bound_command",
                "copies": "command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy wallet setup note",
                "action": "copy_wallet_setup_command",
                "copies": "wallet_setup_note",
                "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
                "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            ],
            "telemetryInterpretation": {
              "mode": "aggregate-only-buyer-wallet-close-intent",
              "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
              "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
              "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
              "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
              "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
              "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
              "intentIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "firstScreenPlacement": {
              "x402Proof": "before-receipt-and-command-copy",
              "chatTinyPaymentFlow": "before-receipt-and-command-copy",
              "walletStateVisibleBeforePaymentCommand": true,
              "normalNoSpendPathRemainsPrimary": true
            },
            "noSpendBoundary": {
              "panelIsFree": true,
              "intentRouteIsFree": true,
              "intentRouteMethod": "GET",
              "copyingExecutesPayment": false,
              "clickingStateExecutesPayment": false,
              "clickingStateOpensPaidRoute": false,
              "paidRouteCalledByPanel": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "privateKeysRequested": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false
            }
          },
          "http402ClosePacketAvailable": true,
          "http402ClosePacket": {
            "available": true,
            "mode": "buyer-agent-402-close-packet",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "402 close packet",
            "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
            "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
            "whatHttp200Proves": [
              "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
              "The paid route returned structured JSON after payment verification.",
              "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
            ],
            "notProofOf": [
              "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
              "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
              "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
            ],
            "continueIf": [
              "The buyer explicitly approved this one-cent proof.",
              "The client can attach an x402 payment authorization.",
              "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
              "The max amount is exactly 10000 atomic USDC.",
              "The network is exactly eip155:8453."
            ],
            "stopIf": [
              "The wallet is not authenticated.",
              "The wallet has insufficient USDC on Base.",
              "The client cannot attach x402 payment.",
              "The max amount is lower than 10000 atomic USDC.",
              "The network is not eip155:8453.",
              "The buyer did not approve this exact spend.",
              "The agent plans to retry more than once just to clear a metric."
            ],
            "failureBranches": {
              "walletNotAuthenticated": {
                "bucket": "wallet_not_authenticated",
                "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
                "apexScoutAction": "Do nothing automatically."
              },
              "insufficientBaseUsdc": {
                "bucket": "insufficient_base_usdc",
                "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
                "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
              },
              "maxAmountTooLow": {
                "bucket": "max_amount_too_low",
                "buyerAction": "Use max amount 10000 atomic USDC or stop.",
                "apexScoutAction": "Do not lower route price or change payment requirements."
              },
              "wrongNetwork": {
                "bucket": "wrong_network",
                "buyerAction": "Use eip155:8453 Base mainnet or stop.",
                "apexScoutAction": "Do not switch rails."
              },
              "paymentDeclined": {
                "bucket": "payment_declined",
                "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
                "apexScoutAction": "Do not retry payment for the buyer."
              }
            },
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-command-copy",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionCommandCopy",
              "closePacketUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "closePacketIsFree": true,
              "closePacketExecutesPayment": false,
              "paymentAttemptedByClosePacket": false,
              "paidRouteCalledByClosePacket": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false,
              "secretSigningMaterialRequested": false
            }
          },
          "buyerProofExecutionCloseoutAvailable": true,
          "buyerProofExecutionCloseout": {
            "available": true,
            "mode": "buyer-proof-execution-closeout",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Copied? Finish with one buyer-run proof retry",
            "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "primarySourceTag": "agent-receipt-contract",
            "primarySourceBucket": "agentReceiptContract",
            "commandCopySourceTag": "agent-execution-command-copy",
            "commandCopySourceBucket": "agentExecutionCommandCopy",
            "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "firstScreenPlacement": {
              "x402Proof": "after-wallet-close-before-receipt-command",
              "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
              "closeoutVisibleBeforeCommandCopy": true,
              "normalNoSpendPathRemainsPrimary": true
            },
            "closeoutRule": {
              "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
              "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
              "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
              "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
              "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
              "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
            },
            "buyerAgentChecklist": [
              "Wallet is authenticated by the buyer, not ApexScout.",
              "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
              "Maximum spend is exactly 10000 atomic USDC.",
              "Network is exactly eip155:8453 Base mainnet.",
              "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
            ],
            "copyReadyCommands": {
              "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
            },
            "safeReadouts": {
              "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
              "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
              "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
              "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
              "noPaymentAttemptedByRead": true,
              "buyerLevelDataExposed": false,
              "rawPaymentPayloadExposed": false,
              "privateKeysRequested": false
            },
            "buttons": [
              {
                "label": "Copy receipt-bound proof command",
                "copies": "receipt_bound_command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy edge failure readout",
                "copies": "edge_failure_read_command",
                "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy wallet setup note",
                "copies": "wallet_setup_note",
                "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            ],
            "telemetryInterpretation": {
              "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
              "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
              "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "failureReadoutIsRevenue": false,
              "copyIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "newCounterAdded": false,
              "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
            },
            "noSpendBoundary": {
              "closeoutIsFree": true,
              "closeoutExecutesPayment": false,
              "copyingExecutesPayment": false,
              "copyingOpensPaidRoute": false,
              "failureReadoutExecutesPayment": false,
              "failureReadoutCallsPaidRoute": false,
              "paymentAttemptedByCloseout": false,
              "paidRouteCalledByCloseout": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "productionPostCreated": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false,
              "cloudflareMutationCreated": false,
              "apifyActorRunCreated": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "privateKeysRequested": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false,
              "rawPaymentPayloadExposed": false
            },
            "safetyClaims": {
              "guaranteedRevenueClaimed": false,
              "officialEndorsementClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareMonetizationGatewayReadinessAvailable": true,
          "cloudflareMonetizationGatewayReadiness": {
            "available": true,
            "mode": "cloudflare-monetization-gateway-readiness",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare live edge status",
            "releaseReportingMode": "worker-and-origin-split",
            "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "originReleasePath": "/status",
            "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "workerSourceVersion": "2.2.179",
            "workerHealthReleaseContract": {
              "healthPath": "/__apexscout/cloudflare-x402/health",
              "releaseFieldMeans": "workerRelease",
              "workerReleaseField": "workerRelease",
              "originReleaseField": "originRelease",
              "originReleasePath": "/status",
              "originReleaseReadIsNoSpend": true,
              "mismatchIsActionableOnlyWhenWorkerHealthFails": true
            },
            "sourceSignal": {
              "name": "Cloudflare Monetization Gateway",
              "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
              "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
            },
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "officialCloudflareMonetizationGatewayClaimed": false,
            "officialCloudflareEndorsementClaimed": false,
            "cloudflareBillingRulesPackAvailable": true,
            "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
            "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "cloudflareX402WorkerConfigAvailable": true,
            "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
            "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "cloudflareBillingRulesPack": {
              "available": true,
              "mode": "cloudflare-billing-rules-pack",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "Cloudflare billing rules pack",
              "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
              "apiPath": "/api/cloudflare-billing-rules",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
              "workerConfigPath": "/api/cloudflare-x402-worker-config",
              "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceSignals": [
                {
                  "name": "Cloudflare Monetization Gateway",
                  "url": "https://blog.cloudflare.com/monetization-gateway/",
                  "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
                },
                {
                  "name": "Cloudflare x402 proxy",
                  "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
                },
                {
                  "name": "Cloudflare Pay Per Crawl",
                  "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                  "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
                }
              ],
              "integrationStatus": "live-edge-worker-proxied",
              "currentServingLayer": "Cloudflare edge Worker + Railway origin",
              "cloudflareGatewayIntegrated": true,
              "cloudflareEdgeWorkerIntegrated": true,
              "cloudflareEdgeWorkerDeployed": true,
              "cloudflareDnsProxied": true,
              "cloudflareEdgeSettlementBridgeLive": true,
              "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
              "cloudflareWorkerConfigPrepared": true,
              "cloudflareRulesCreated": true,
              "cloudflareWorkerRouteCreated": true,
              "officialCloudflareGatewayRulesCreated": false,
              "officialCloudflareEndorsementClaimed": false,
              "monetizationGatewayApiPubliclyAvailable": false,
              "monetizationGatewayApiStatus": "planned-or-early-access",
              "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
              "originFallbackRequired": true,
              "originStillEnforcesX402": true,
              "originEdgeSettlementBridgePrepared": true,
              "edgeSettlementEligiblePaidRuleCount": 1,
              "originAuthoritativePaidRuleCount": 1,
              "billingRuleCount": 5,
              "paidBillingRuleCount": 2,
              "freeAllowRuleCount": 2,
              "blockRuleCount": 1,
              "paidRules": [
                {
                  "id": "apexscout-one-cent-proof",
                  "type": "charge_x402",
                  "method": "GET",
                  "pattern": "/api/opportunity-check",
                  "route": "/api/opportunity-check",
                  "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                  "sourceTag": "agent-execution-command-copy",
                  "sourceBucket": "agentExecutionCommandCopy",
                  "price": "$0.01",
                  "priceUsd": "0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": false,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": true,
                  "originEdgeSettlementBypassRequired": true,
                  "originStillEnforcesX402": false,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge"
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "type": "charge_x402",
                  "method": "POST",
                  "pattern": "/api/agent-revenue-audit",
                  "route": "/api/agent-revenue-audit",
                  "url": "https://apexscout.ai/api/agent-revenue-audit",
                  "price": "$5.00",
                  "priceUsd": "5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": true,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": false,
                  "originEdgeSettlementBypassRequired": false,
                  "originStillEnforcesX402": true,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
                }
              ],
              "allowRules": [
                {
                  "id": "apexscout-free-agent-metadata",
                  "type": "allow_free",
                  "patterns": [
                    "/",
                    "/docs.json",
                    "/llms.txt",
                    "/skill.md",
                    "/.well-known/agent.json",
                    "/agent-capabilities.json",
                    "/api/public-agent",
                    "/mcp-tool-pack",
                    "/api/mcp-tool-pack",
                    "/.well-known/mcp.json",
                    "/api/agentcore-openapi.json",
                    "/.well-known/apexscout-monetization-policy.json",
                    "/api/agent-monetization-policy",
                    "/.well-known/apexscout-paid-tools.json",
                    "/api/paid-mcp-tools",
                    "/agent-wallet-skill-pack",
                    "/api/agent-wallet-skill-pack",
                    "/.well-known/apexscout-agent-wallet-skill.json",
                    "/apexscout-agent-wallet-skill.md",
                    "/.well-known/apexscout-agent-wallet-skill.md",
                    "/apify-x402-upstream-readiness",
                    "/api/apify-x402-upstream-readiness",
                    "/.well-known/apexscout-apify-x402-upstream.json",
                    "/cloudflare-monetization-gateway-rules",
                    "/api/cloudflare-monetization-gateway-rules",
                    "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                    "/agent-receipt-contract",
                    "/api/agent-receipt-contract",
                    "/.well-known/apexscout-agent-receipt-contract.json",
                    "/api/cloudflare-billing-rules",
                    "/.well-known/apexscout-cloudflare-billing-rules.json",
                    "/api/cloudflare-x402-worker-config",
                    "/.well-known/apexscout-cloudflare-x402-worker.json"
                  ],
                  "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                  "paidRetryRequired": false
                },
                {
                  "id": "apexscout-free-proof-and-preflight",
                  "type": "allow_free",
                  "patterns": [
                    "/x402-proof",
                    "/api/x402-proof",
                    "/chat-tiny-payment-flow",
                    "/api/chat-tiny-payment-flow",
                    "/api/agent-revenue-audit-builder/action-pack",
                    "/api/buyer-payment-scope-check",
                    "/api/buyer-agent-payment-safety",
                    "/api/x402-security-readiness"
                  ],
                  "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                  "paidRetryRequired": false
                }
              ],
              "blockRules": [
                {
                  "id": "apexscout-private-operator-surfaces",
                  "type": "block_public_access",
                  "patterns": [
                    "/admin/*",
                    "/api/admin/*"
                  ],
                  "reason": "Private operator surfaces are not public buyer-agent resources.",
                  "paidRetryAvailable": false
                }
              ],
              "workerConfig": {
                "available": true,
                "mode": "cloudflare-x402-worker-config",
                "release": "v2.2.179-cloudflare-worker-origin-release-split",
                "apiPath": "/api/cloudflare-x402-worker-config",
                "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                "sourceDocs": {
                  "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
                },
                "wranglerConfig": {
                  "name": "apexscout-x402-billing-proxy",
                  "main": "src/index.ts",
                  "compatibility_date": "2026-07-01",
                  "compatibility_flags": [
                    "nodejs_compat"
                  ],
                  "vars": {
                    "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                    "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                    "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                    "NETWORK": "eip155:8453",
                    "CLOUDFLARE_NETWORK_ALIAS": "base",
                    "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                    "PROTECTED_PATTERNS": [
                      {
                        "pattern": "/api/opportunity-check",
                        "method": "GET",
                        "price": "$0.01",
                        "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                        "edgeSettlement": true,
                        "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                        "sourceTag": "agent-execution-command-copy"
                      },
                      {
                        "pattern": "/api/agent-revenue-audit",
                        "method": "POST",
                        "price": "$5.00",
                        "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                        "edgeSettlement": false,
                        "liveRuleMode": "origin-authoritative-until-prevalidation"
                      }
                    ]
                  }
                },
                "protectedPatterns": [
                  {
                    "id": "apexscout-one-cent-proof",
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "amountAtomicUsdc": "10000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlementEligible": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "originStillEnforcesX402": false
                  },
                  {
                    "id": "apexscout-agent-revenue-audit",
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "amountAtomicUsdc": "5000000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlementEligible": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation",
                    "originStillEnforcesX402": true
                  }
                ],
                "envRequiredBeforeDeploy": [
                  "CLOUDFLARE_API_TOKEN",
                  "CLOUDFLARE_ACCOUNT_ID",
                  "CLOUDFLARE_ZONE_ID",
                  "APEXSCOUT_X402_PAY_TO",
                  "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "CDP facilitator key id",
                  "CDP facilitator key secret"
                ],
                "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
                "noSpendBoundary": {
                  "configIsFree": true,
                  "cloudflareApiCalledByApexScout": false,
                  "cloudflareWorkerDeployedByApexScout": false,
                  "dnsChangedByApexScout": false,
                  "paymentAttemptedByConfig": false,
                  "paidRouteCalledByConfig": false,
                  "paidUpstreamCalls": false,
                  "fakeTrafficCreated": false,
                  "priceChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "edgeSettlementBridge": {
                  "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                  "publicUrl": "https://apexscout.ai",
                  "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "signedOriginBridgePrepared": true,
                  "edgeSettlementEligibleRuleCount": 1,
                  "originAuthoritativeRuleCount": 1,
                  "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "doubleChargeGuardPrepared": true,
                  "postBodyChargeRiskAvoided": true
                }
              },
              "operatorApplyPlan": [
                "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
                "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
                "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
                "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
                "Keep Worker changes inside explicit Cloudflare deployment windows.",
                "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
                "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
              ],
              "blockedUntil": [
                "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
                "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
              ],
              "safeDryRunCommands": [
                "npm run cloudflare:billing-rules:print",
                "npm run cloudflare:x402-proxy:smoke",
                "npm run cloudflare:x402-proxy:typecheck"
              ],
              "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
              "postIntegrationVerificationPlan": [
                "GET /status and confirm the current ApexScout release.",
                "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
                "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
                "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
                "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
              ],
              "noSpendBoundary": {
                "packIsFree": true,
                "paymentAttemptedByPack": false,
                "paidRouteCalledByPack": false,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareGatewayRuleCreated": true,
                "officialCloudflareGatewayRuleCreated": false,
                "cloudflareWorkerDeployedByApexScout": true,
                "dnsChangedByApexScout": true,
                "packReadChangesCloudflare": false,
                "packReadChangesDns": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false,
                "cloudflareVisitorDataPublished": false
              },
              "safetyClaims": {
                "cloudflareEndorsementClaimed": false,
                "marketplaceEndorsementClaimed": false,
                "guaranteedRevenueClaimed": false,
                "tradingOrInvestmentAdvice": false,
                "buyerPaymentDelegatedToApexScout": false
              }
            },
            "cloudflareX402WorkerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "waitlistOrEarlyAccessRequired": false,
            "noDnsChangeMade": false,
            "dnsChangedByLiveCutover": true,
            "noCloudflareApiCallMade": false,
            "noCloudflareApiCallMadeByRead": true,
            "noPaymentRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "noPaidRouteChanged": true,
            "noPriceChanged": true,
            "noSellerWalletChanged": true,
            "noPaymentRailChanged": true,
            "apexScoutRemainsSourceOfTruth": true,
            "candidateRules": [
              {
                "id": "apexscout-one-cent-proof",
                "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
                "method": "GET",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "amountAtomicUsdc": "10000",
                "priceUsd": "0.01",
                "displayPrice": "$0.01",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerApprovalRequired": true,
                "currentOriginStillEnforcesX402": true,
                "gatewayCanMirrorButNotOverrideOrigin": true
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "purpose": "Higher-value builder monetization audit route.",
                "method": "POST",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "amountAtomicUsdc": "5000000",
                "priceUsd": "5.00",
                "displayPrice": "$5.00",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerApprovalRequired": true,
                "currentOriginStillEnforcesX402": true,
                "gatewayCanMirrorButNotOverrideOrigin": true
              }
            ],
            "migrationPlan": [
              "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
              "Use these candidate rules as the review checklist before any future official managed-gateway change.",
              "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
              "Keep ApexScout aggregate metrics as the public conversion truth source.",
              "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
            ],
            "operatorChecklist": {
              "dnsChangeApproved": true,
              "cloudflareApiTokenApproved": true,
              "gatewayRuleCreationApproved": true,
              "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
              "originFallbackRequired": true,
              "compareGatewayRulesToCandidateRules": true
            },
            "noSpendBoundary": {
              "readinessPacketIsFree": true,
              "paymentAttemptedByReadinessPacket": false,
              "paidRouteCalledByReadinessPacket": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerRouteCreated": true,
              "cloudflareApiCalled": false,
              "dnsChanged": false,
              "dnsAlreadyProxiedThroughCloudflare": true,
              "workerAlreadyDeployed": true,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "revenueOutcomeClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            },
            "telemetryInterpretation": {
              "readinessUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
            }
          },
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "label": "x402-capable agent?",
          "linkText": "Request GET /api/opportunity-check",
          "copy": "Request the one-cent paid proof directly. It returns HTTP 402 until your own approved x402 wallet retries payment.",
          "microcopy": "Opening this without a wallet returns an unpaid 402 challenge. Unpaid 402 is not revenue."
        },
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false,
        "sourcePropagationSupported": true,
        "sourcePropagationEnabled": true,
        "ownerLaunchLandingAttributionAvailable": true,
        "actionIntentSourcePropagationAvailable": true,
        "safeSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "aggregateOnlySourceAttribution": true,
        "noCookiesForAttribution": true,
        "noSessionTrackingForAttribution": true,
        "rawSourceStored": false,
        "sourceAttributionRawUserAgentsStored": false,
        "sourceAttributionIpAddressesStored": false,
        "sourceAttributionBuyerLevelDataExposed": false
      },
      {
        "intent": "audit",
        "href": "/action-pack/go/audit",
        "url": "https://apexscout.ai/action-pack/go/audit",
        "label": "Check my $5 audit request for free",
        "copy": "Use this when you want ApexScout to check whether your Agent Revenue Audit request is ready before payment.",
        "noSpend": true,
        "paymentExecuted": false,
        "prepareExecuted": false,
        "recordsAggregateIntentOnClick": true,
        "redirectsToNoSpendTarget": true,
        "noSpendTarget": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
        "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
        "destinationHandoffExpected": true,
        "destinationHandoffRoute": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
        "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
        "nextActionLabel": "Check my audit request for free",
        "noAutoPrepare": true,
        "noPaymentExecution": true,
        "noPrepareExecutionFromRail": true,
        "buyerLevelDataExposed": false,
        "optionalX402ProofCta": null,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false,
        "sourcePropagationSupported": true,
        "sourcePropagationEnabled": true,
        "ownerLaunchLandingAttributionAvailable": true,
        "actionIntentSourcePropagationAvailable": true,
        "safeSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "aggregateOnlySourceAttribution": true,
        "noCookiesForAttribution": true,
        "noSessionTrackingForAttribution": true,
        "rawSourceStored": false,
        "sourceAttributionRawUserAgentsStored": false,
        "sourceAttributionIpAddressesStored": false,
        "sourceAttributionBuyerLevelDataExposed": false
      },
      {
        "intent": "agentic-trading",
        "href": "/action-pack/go/agentic-trading",
        "url": "https://apexscout.ai/action-pack/go/agentic-trading",
        "label": "Check payment readiness for an agentic trading or DeFi tool",
        "copy": "Use this for wallet-enabled agent tools, DeFi workflows, market-data products, or trading automation payment boundaries. ApexScout does not give trading or investment advice.",
        "noSpend": true,
        "paymentExecuted": false,
        "prepareExecuted": false,
        "recordsAggregateIntentOnClick": true,
        "redirectsToNoSpendTarget": true,
        "noSpendTarget": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
        "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
        "destinationHandoffExpected": true,
        "destinationHandoffRoute": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
        "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
        "nextActionLabel": "Check payment readiness for free",
        "noAutoPrepare": true,
        "noPaymentExecution": true,
        "noPrepareExecutionFromRail": true,
        "buyerLevelDataExposed": false,
        "optionalX402ProofCta": null,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false,
        "sourcePropagationSupported": true,
        "sourcePropagationEnabled": true,
        "ownerLaunchLandingAttributionAvailable": true,
        "actionIntentSourcePropagationAvailable": true,
        "safeSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "aggregateOnlySourceAttribution": true,
        "noCookiesForAttribution": true,
        "noSessionTrackingForAttribution": true,
        "rawSourceStored": false,
        "sourceAttributionRawUserAgentsStored": false,
        "sourceAttributionIpAddressesStored": false,
        "sourceAttributionBuyerLevelDataExposed": false,
        "agenticTradingPaymentReadinessDisclaimer": "This is payment-readiness only. ApexScout does not give trading, investment, tax, legal, lending, or compliance advice.",
        "advice": "Payment-readiness only. Not trading or investment advice.",
        "noTradingAdvice": true
      },
      {
        "intent": "scope",
        "href": "/action-pack/go/scope",
        "url": "https://apexscout.ai/action-pack/go/scope",
        "label": "Check buyer payment scope",
        "copy": "Use this after ready_to_pay before a buyer-controlled x402 wallet retries payment.",
        "noSpend": true,
        "paymentExecuted": false,
        "prepareExecuted": false,
        "recordsAggregateIntentOnClick": true,
        "redirectsToNoSpendTarget": true,
        "noSpendTarget": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
        "noSpendTargetUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
        "destinationHandoffExpected": true,
        "destinationHandoffRoute": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
        "destinationHandoffRouteUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
        "nextActionLabel": "Run free scope check",
        "noAutoPrepare": true,
        "noPaymentExecution": true,
        "noPrepareExecutionFromRail": true,
        "buyerLevelDataExposed": false,
        "optionalX402ProofCta": null,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false,
        "sourcePropagationSupported": true,
        "sourcePropagationEnabled": true,
        "ownerLaunchLandingAttributionAvailable": true,
        "actionIntentSourcePropagationAvailable": true,
        "safeSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "aggregateOnlySourceAttribution": true,
        "noCookiesForAttribution": true,
        "noSessionTrackingForAttribution": true,
        "rawSourceStored": false,
        "sourceAttributionRawUserAgentsStored": false,
        "sourceAttributionIpAddressesStored": false,
        "sourceAttributionBuyerLevelDataExposed": false
      }
    ],
    "noPaymentExecution": true,
    "noPrepareExecutionFromRail": true,
    "buyerLevelDataExposed": false,
    "rawUserAgentsStored": false,
    "ipAddressesStored": false,
    "cookiesAdded": false,
    "sessionTrackingAdded": false,
    "sourcePropagationSupported": true,
    "sourcePropagationEnabled": true,
    "ownerLaunchLandingAttributionAvailable": true,
    "actionIntentSourcePropagationAvailable": true,
    "safeSourceTags": [
      "x-profile",
      "x-pinned-post",
      "x-daily-post",
      "owner-public-launch"
    ],
    "aggregateOnlySourceAttribution": true,
    "noCookiesForAttribution": true,
    "noSessionTrackingForAttribution": true,
    "rawSourceStored": false,
    "sourceAttributionRawUserAgentsStored": false,
    "sourceAttributionIpAddressesStored": false,
    "sourceAttributionBuyerLevelDataExposed": false
  },
  "primaryNoSpendActions": [
    {
      "intent": "proof",
      "href": "/action-pack/go/proof",
      "url": "https://apexscout.ai/action-pack/go/proof",
      "label": "Test the cheapest x402 proof path",
      "copy": "Use this when you only need the trust/proof flow.",
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "recordsAggregateIntentOnClick": true,
      "redirectsToNoSpendTarget": true,
      "noSpendTarget": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "nextActionLabel": "Inspect unpaid proof instructions",
      "noAutoPrepare": true,
      "noPaymentExecution": true,
      "noPrepareExecutionFromRail": true,
      "buyerLevelDataExposed": false,
      "optionalX402ProofCta": {
        "method": "GET",
        "route": "/api/opportunity-check",
        "href": "/api/opportunity-check?src=front-door-x402-proof-cta",
        "url": "https://apexscout.ai/api/opportunity-check?src=front-door-x402-proof-cta",
        "sourceTag": "front-door-x402-proof-cta",
        "price": "$0.01",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "requiresBuyerControlledX402Retry": true,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "secondaryToNoSpend": true,
        "noAutoOpen": true,
        "noPaymentExecution": true,
        "buyerLevelDataExposed": false,
        "proofRetryConfidence": {
          "available": true,
          "mode": "no-spend-proof-retry-confidence",
          "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
          "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
          "http402ReadinessReceiptAvailable": true,
          "http402ReadinessReceipt": {
            "available": true,
            "mode": "no-spend-http-402-readiness-receipt",
            "title": "HTTP 402 Readiness Receipt",
            "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
            "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
            "agentDecision": {
              "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
              "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
              "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
            },
            "readinessChecks": [
              "Route scoped to GET /api/opportunity-check.",
              "Amount scoped to $0.01 / 10000 atomic USDC.",
              "Network scoped to Base mainnet eip155:8453.",
              "HTTP 402 is expected before payment.",
              "HTTP 200 is required before paid completion is counted.",
              "No request body, cookies, session, or wallet connection is required to read this receipt.",
              "No buyer-level data is exposed by this receipt.",
              "No automatic payment or paid retry is performed by ApexScout."
            ],
            "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
            "notClaims": {
              "signedReceiptCreated": false,
              "ap2ProofCreated": false,
              "legalMandateCreated": false,
              "paymentReceiptCreated": false,
              "walletApprovalCreated": false,
              "officialEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false
            },
            "noSpendBoundary": {
              "receiptIsFree": true,
              "opensPaidRouteByItself": false,
              "paymentAttemptedByReceipt": false,
              "paidRouteCalledByReceipt": false,
              "paidUpstreamCalls": false,
              "walletConnectionRequiredForReceipt": false,
              "automaticSpending": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            },
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "receiptUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
          },
          "proofRetryDecisionStripAvailable": true,
          "proofRetryDecisionStrip": {
            "available": true,
            "mode": "buyer-controlled-proof-retry-decision-strip",
            "title": "Buyer-controlled proof retry gate",
            "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
            "continueIf": [
              "Buyer explicitly approves this exact $0.01 proof.",
              "Client can attach x402 payment on Base mainnet eip155:8453.",
              "Route is exactly GET /api/opportunity-check.",
              "Max amount is exactly 10000 atomic USDC.",
              "Buyer understands only HTTP 200 counts as a paid proof completion."
            ],
            "stopIf": [
              "Buyer has not approved spend.",
              "Client is a normal browser without x402 payment support.",
              "Route, amount, or network differs from the receipt.",
              "The buyer is treating unpaid HTTP 402 as revenue or completion.",
              "The output will not change the buyer's next action."
            ],
            "primaryAction": {
              "label": "Request unpaid proof challenge",
              "href": "/api/opportunity-check?src=machine-readable-x402-proof",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
              "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
              "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
              "noPaymentOnClick": true,
              "paidRetryRequiresBuyerWallet": true
            },
            "fallbackNoSpendActions": [
              "/x402-proof",
              "/api/agent-revenue-audit-builder/action-pack",
              "/buyer-payment-scope-check",
              "/chat-tiny-payment-flow"
            ],
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "decisionStripUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "decisionStripIsFree": true,
              "paymentAttemptedByDecisionStrip": false,
              "paidRouteCalledByDecisionStrip": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "http402ClosePacketAvailable": true,
          "http402ClosePacket": {
            "available": true,
            "mode": "buyer-agent-402-close-packet",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "402 close packet",
            "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
            "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
            "whatHttp200Proves": [
              "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
              "The paid route returned structured JSON after payment verification.",
              "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
            ],
            "notProofOf": [
              "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
              "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
              "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
            ],
            "continueIf": [
              "The buyer explicitly approved this one-cent proof.",
              "The client can attach an x402 payment authorization.",
              "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
              "The max amount is exactly 10000 atomic USDC.",
              "The network is exactly eip155:8453."
            ],
            "stopIf": [
              "The wallet is not authenticated.",
              "The wallet has insufficient USDC on Base.",
              "The client cannot attach x402 payment.",
              "The max amount is lower than 10000 atomic USDC.",
              "The network is not eip155:8453.",
              "The buyer did not approve this exact spend.",
              "The agent plans to retry more than once just to clear a metric."
            ],
            "failureBranches": {
              "walletNotAuthenticated": {
                "bucket": "wallet_not_authenticated",
                "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
                "apexScoutAction": "Do nothing automatically."
              },
              "insufficientBaseUsdc": {
                "bucket": "insufficient_base_usdc",
                "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
                "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
              },
              "maxAmountTooLow": {
                "bucket": "max_amount_too_low",
                "buyerAction": "Use max amount 10000 atomic USDC or stop.",
                "apexScoutAction": "Do not lower route price or change payment requirements."
              },
              "wrongNetwork": {
                "bucket": "wrong_network",
                "buyerAction": "Use eip155:8453 Base mainnet or stop.",
                "apexScoutAction": "Do not switch rails."
              },
              "paymentDeclined": {
                "bucket": "payment_declined",
                "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
                "apexScoutAction": "Do not retry payment for the buyer."
              }
            },
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-command-copy",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionCommandCopy",
              "closePacketUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "closePacketIsFree": true,
              "closePacketExecutesPayment": false,
              "paymentAttemptedByClosePacket": false,
              "paidRouteCalledByClosePacket": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false,
              "secretSigningMaterialRequested": false
            }
          },
          "buyerProofExecutionCloseoutAvailable": true,
          "buyerProofExecutionCloseout": {
            "available": true,
            "mode": "buyer-proof-execution-closeout",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Copied? Finish with one buyer-run proof retry",
            "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "primarySourceTag": "agent-receipt-contract",
            "primarySourceBucket": "agentReceiptContract",
            "commandCopySourceTag": "agent-execution-command-copy",
            "commandCopySourceBucket": "agentExecutionCommandCopy",
            "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "firstScreenPlacement": {
              "x402Proof": "after-wallet-close-before-receipt-command",
              "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
              "closeoutVisibleBeforeCommandCopy": true,
              "normalNoSpendPathRemainsPrimary": true
            },
            "closeoutRule": {
              "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
              "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
              "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
              "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
              "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
              "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
            },
            "buyerAgentChecklist": [
              "Wallet is authenticated by the buyer, not ApexScout.",
              "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
              "Maximum spend is exactly 10000 atomic USDC.",
              "Network is exactly eip155:8453 Base mainnet.",
              "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
            ],
            "copyReadyCommands": {
              "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
            },
            "safeReadouts": {
              "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
              "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
              "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
              "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
              "noPaymentAttemptedByRead": true,
              "buyerLevelDataExposed": false,
              "rawPaymentPayloadExposed": false,
              "privateKeysRequested": false
            },
            "buttons": [
              {
                "label": "Copy receipt-bound proof command",
                "copies": "receipt_bound_command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy edge failure readout",
                "copies": "edge_failure_read_command",
                "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy wallet setup note",
                "copies": "wallet_setup_note",
                "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            ],
            "telemetryInterpretation": {
              "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
              "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
              "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "failureReadoutIsRevenue": false,
              "copyIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "newCounterAdded": false,
              "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
            },
            "noSpendBoundary": {
              "closeoutIsFree": true,
              "closeoutExecutesPayment": false,
              "copyingExecutesPayment": false,
              "copyingOpensPaidRoute": false,
              "failureReadoutExecutesPayment": false,
              "failureReadoutCallsPaidRoute": false,
              "paymentAttemptedByCloseout": false,
              "paidRouteCalledByCloseout": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "productionPostCreated": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false,
              "cloudflareMutationCreated": false,
              "apifyActorRunCreated": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "privateKeysRequested": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false,
              "rawPaymentPayloadExposed": false
            },
            "safetyClaims": {
              "guaranteedRevenueClaimed": false,
              "officialEndorsementClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareMonetizationGatewayReadinessAvailable": true,
          "cloudflareMonetizationGatewayReadiness": {
            "available": true,
            "mode": "cloudflare-monetization-gateway-readiness",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare live edge status",
            "releaseReportingMode": "worker-and-origin-split",
            "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "originReleasePath": "/status",
            "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "workerSourceVersion": "2.2.179",
            "workerHealthReleaseContract": {
              "healthPath": "/__apexscout/cloudflare-x402/health",
              "releaseFieldMeans": "workerRelease",
              "workerReleaseField": "workerRelease",
              "originReleaseField": "originRelease",
              "originReleasePath": "/status",
              "originReleaseReadIsNoSpend": true,
              "mismatchIsActionableOnlyWhenWorkerHealthFails": true
            },
            "sourceSignal": {
              "name": "Cloudflare Monetization Gateway",
              "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
              "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
            },
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "officialCloudflareMonetizationGatewayClaimed": false,
            "officialCloudflareEndorsementClaimed": false,
            "cloudflareBillingRulesPackAvailable": true,
            "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
            "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "cloudflareX402WorkerConfigAvailable": true,
            "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
            "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "cloudflareBillingRulesPack": {
              "available": true,
              "mode": "cloudflare-billing-rules-pack",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "Cloudflare billing rules pack",
              "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
              "apiPath": "/api/cloudflare-billing-rules",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
              "workerConfigPath": "/api/cloudflare-x402-worker-config",
              "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceSignals": [
                {
                  "name": "Cloudflare Monetization Gateway",
                  "url": "https://blog.cloudflare.com/monetization-gateway/",
                  "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
                },
                {
                  "name": "Cloudflare x402 proxy",
                  "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
                },
                {
                  "name": "Cloudflare Pay Per Crawl",
                  "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                  "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
                }
              ],
              "integrationStatus": "live-edge-worker-proxied",
              "currentServingLayer": "Cloudflare edge Worker + Railway origin",
              "cloudflareGatewayIntegrated": true,
              "cloudflareEdgeWorkerIntegrated": true,
              "cloudflareEdgeWorkerDeployed": true,
              "cloudflareDnsProxied": true,
              "cloudflareEdgeSettlementBridgeLive": true,
              "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
              "cloudflareWorkerConfigPrepared": true,
              "cloudflareRulesCreated": true,
              "cloudflareWorkerRouteCreated": true,
              "officialCloudflareGatewayRulesCreated": false,
              "officialCloudflareEndorsementClaimed": false,
              "monetizationGatewayApiPubliclyAvailable": false,
              "monetizationGatewayApiStatus": "planned-or-early-access",
              "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
              "originFallbackRequired": true,
              "originStillEnforcesX402": true,
              "originEdgeSettlementBridgePrepared": true,
              "edgeSettlementEligiblePaidRuleCount": 1,
              "originAuthoritativePaidRuleCount": 1,
              "billingRuleCount": 5,
              "paidBillingRuleCount": 2,
              "freeAllowRuleCount": 2,
              "blockRuleCount": 1,
              "paidRules": [
                {
                  "id": "apexscout-one-cent-proof",
                  "type": "charge_x402",
                  "method": "GET",
                  "pattern": "/api/opportunity-check",
                  "route": "/api/opportunity-check",
                  "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                  "sourceTag": "agent-execution-command-copy",
                  "sourceBucket": "agentExecutionCommandCopy",
                  "price": "$0.01",
                  "priceUsd": "0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": false,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": true,
                  "originEdgeSettlementBypassRequired": true,
                  "originStillEnforcesX402": false,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge"
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "type": "charge_x402",
                  "method": "POST",
                  "pattern": "/api/agent-revenue-audit",
                  "route": "/api/agent-revenue-audit",
                  "url": "https://apexscout.ai/api/agent-revenue-audit",
                  "price": "$5.00",
                  "priceUsd": "5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": true,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": false,
                  "originEdgeSettlementBypassRequired": false,
                  "originStillEnforcesX402": true,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
                }
              ],
              "allowRules": [
                {
                  "id": "apexscout-free-agent-metadata",
                  "type": "allow_free",
                  "patterns": [
                    "/",
                    "/docs.json",
                    "/llms.txt",
                    "/skill.md",
                    "/.well-known/agent.json",
                    "/agent-capabilities.json",
                    "/api/public-agent",
                    "/mcp-tool-pack",
                    "/api/mcp-tool-pack",
                    "/.well-known/mcp.json",
                    "/api/agentcore-openapi.json",
                    "/.well-known/apexscout-monetization-policy.json",
                    "/api/agent-monetization-policy",
                    "/.well-known/apexscout-paid-tools.json",
                    "/api/paid-mcp-tools",
                    "/agent-wallet-skill-pack",
                    "/api/agent-wallet-skill-pack",
                    "/.well-known/apexscout-agent-wallet-skill.json",
                    "/apexscout-agent-wallet-skill.md",
                    "/.well-known/apexscout-agent-wallet-skill.md",
                    "/apify-x402-upstream-readiness",
                    "/api/apify-x402-upstream-readiness",
                    "/.well-known/apexscout-apify-x402-upstream.json",
                    "/cloudflare-monetization-gateway-rules",
                    "/api/cloudflare-monetization-gateway-rules",
                    "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                    "/agent-receipt-contract",
                    "/api/agent-receipt-contract",
                    "/.well-known/apexscout-agent-receipt-contract.json",
                    "/api/cloudflare-billing-rules",
                    "/.well-known/apexscout-cloudflare-billing-rules.json",
                    "/api/cloudflare-x402-worker-config",
                    "/.well-known/apexscout-cloudflare-x402-worker.json"
                  ],
                  "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                  "paidRetryRequired": false
                },
                {
                  "id": "apexscout-free-proof-and-preflight",
                  "type": "allow_free",
                  "patterns": [
                    "/x402-proof",
                    "/api/x402-proof",
                    "/chat-tiny-payment-flow",
                    "/api/chat-tiny-payment-flow",
                    "/api/agent-revenue-audit-builder/action-pack",
                    "/api/buyer-payment-scope-check",
                    "/api/buyer-agent-payment-safety",
                    "/api/x402-security-readiness"
                  ],
                  "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                  "paidRetryRequired": false
                }
              ],
              "blockRules": [
                {
                  "id": "apexscout-private-operator-surfaces",
                  "type": "block_public_access",
                  "patterns": [
                    "/admin/*",
                    "/api/admin/*"
                  ],
                  "reason": "Private operator surfaces are not public buyer-agent resources.",
                  "paidRetryAvailable": false
                }
              ],
              "workerConfig": {
                "available": true,
                "mode": "cloudflare-x402-worker-config",
                "release": "v2.2.179-cloudflare-worker-origin-release-split",
                "apiPath": "/api/cloudflare-x402-worker-config",
                "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                "sourceDocs": {
                  "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
                },
                "wranglerConfig": {
                  "name": "apexscout-x402-billing-proxy",
                  "main": "src/index.ts",
                  "compatibility_date": "2026-07-01",
                  "compatibility_flags": [
                    "nodejs_compat"
                  ],
                  "vars": {
                    "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                    "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                    "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                    "NETWORK": "eip155:8453",
                    "CLOUDFLARE_NETWORK_ALIAS": "base",
                    "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                    "PROTECTED_PATTERNS": [
                      {
                        "pattern": "/api/opportunity-check",
                        "method": "GET",
                        "price": "$0.01",
                        "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                        "edgeSettlement": true,
                        "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                        "sourceTag": "agent-execution-command-copy"
                      },
                      {
                        "pattern": "/api/agent-revenue-audit",
                        "method": "POST",
                        "price": "$5.00",
                        "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                        "edgeSettlement": false,
                        "liveRuleMode": "origin-authoritative-until-prevalidation"
                      }
                    ]
                  }
                },
                "protectedPatterns": [
                  {
                    "id": "apexscout-one-cent-proof",
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "amountAtomicUsdc": "10000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlementEligible": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "originStillEnforcesX402": false
                  },
                  {
                    "id": "apexscout-agent-revenue-audit",
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "amountAtomicUsdc": "5000000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlementEligible": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation",
                    "originStillEnforcesX402": true
                  }
                ],
                "envRequiredBeforeDeploy": [
                  "CLOUDFLARE_API_TOKEN",
                  "CLOUDFLARE_ACCOUNT_ID",
                  "CLOUDFLARE_ZONE_ID",
                  "APEXSCOUT_X402_PAY_TO",
                  "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "CDP facilitator key id",
                  "CDP facilitator key secret"
                ],
                "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
                "noSpendBoundary": {
                  "configIsFree": true,
                  "cloudflareApiCalledByApexScout": false,
                  "cloudflareWorkerDeployedByApexScout": false,
                  "dnsChangedByApexScout": false,
                  "paymentAttemptedByConfig": false,
                  "paidRouteCalledByConfig": false,
                  "paidUpstreamCalls": false,
                  "fakeTrafficCreated": false,
                  "priceChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "edgeSettlementBridge": {
                  "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                  "publicUrl": "https://apexscout.ai",
                  "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "signedOriginBridgePrepared": true,
                  "edgeSettlementEligibleRuleCount": 1,
                  "originAuthoritativeRuleCount": 1,
                  "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "doubleChargeGuardPrepared": true,
                  "postBodyChargeRiskAvoided": true
                }
              },
              "operatorApplyPlan": [
                "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
                "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
                "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
                "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
                "Keep Worker changes inside explicit Cloudflare deployment windows.",
                "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
                "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
              ],
              "blockedUntil": [
                "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
                "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
              ],
              "safeDryRunCommands": [
                "npm run cloudflare:billing-rules:print",
                "npm run cloudflare:x402-proxy:smoke",
                "npm run cloudflare:x402-proxy:typecheck"
              ],
              "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
              "postIntegrationVerificationPlan": [
                "GET /status and confirm the current ApexScout release.",
                "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
                "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
                "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
                "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
              ],
              "noSpendBoundary": {
                "packIsFree": true,
                "paymentAttemptedByPack": false,
                "paidRouteCalledByPack": false,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareGatewayRuleCreated": true,
                "officialCloudflareGatewayRuleCreated": false,
                "cloudflareWorkerDeployedByApexScout": true,
                "dnsChangedByApexScout": true,
                "packReadChangesCloudflare": false,
                "packReadChangesDns": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false,
                "cloudflareVisitorDataPublished": false
              },
              "safetyClaims": {
                "cloudflareEndorsementClaimed": false,
                "marketplaceEndorsementClaimed": false,
                "guaranteedRevenueClaimed": false,
                "tradingOrInvestmentAdvice": false,
                "buyerPaymentDelegatedToApexScout": false
              }
            },
            "cloudflareX402WorkerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "waitlistOrEarlyAccessRequired": false,
            "noDnsChangeMade": false,
            "dnsChangedByLiveCutover": true,
            "noCloudflareApiCallMade": false,
            "noCloudflareApiCallMadeByRead": true,
            "noPaymentRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "noPaidRouteChanged": true,
            "noPriceChanged": true,
            "noSellerWalletChanged": true,
            "noPaymentRailChanged": true,
            "apexScoutRemainsSourceOfTruth": true,
            "candidateRules": [
              {
                "id": "apexscout-one-cent-proof",
                "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
                "method": "GET",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "amountAtomicUsdc": "10000",
                "priceUsd": "0.01",
                "displayPrice": "$0.01",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerApprovalRequired": true,
                "currentOriginStillEnforcesX402": true,
                "gatewayCanMirrorButNotOverrideOrigin": true
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "purpose": "Higher-value builder monetization audit route.",
                "method": "POST",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "amountAtomicUsdc": "5000000",
                "priceUsd": "5.00",
                "displayPrice": "$5.00",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerApprovalRequired": true,
                "currentOriginStillEnforcesX402": true,
                "gatewayCanMirrorButNotOverrideOrigin": true
              }
            ],
            "migrationPlan": [
              "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
              "Use these candidate rules as the review checklist before any future official managed-gateway change.",
              "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
              "Keep ApexScout aggregate metrics as the public conversion truth source.",
              "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
            ],
            "operatorChecklist": {
              "dnsChangeApproved": true,
              "cloudflareApiTokenApproved": true,
              "gatewayRuleCreationApproved": true,
              "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
              "originFallbackRequired": true,
              "compareGatewayRulesToCandidateRules": true
            },
            "noSpendBoundary": {
              "readinessPacketIsFree": true,
              "paymentAttemptedByReadinessPacket": false,
              "paidRouteCalledByReadinessPacket": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerRouteCreated": true,
              "cloudflareApiCalled": false,
              "dnsChanged": false,
              "dnsAlreadyProxiedThroughCloudflare": true,
              "workerAlreadyDeployed": true,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "revenueOutcomeClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            },
            "telemetryInterpretation": {
              "readinessUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
            }
          },
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "retryDecision": {
            "recommendedOnlyForX402CapableClients": true,
            "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
            "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
          },
          "approvalChecklist": [
            "Buyer approves GET /api/opportunity-check as the route.",
            "Buyer approves the $0.01 maximum spend.",
            "Buyer approves Base mainnet x402 on eip155:8453.",
            "Buyer controls the wallet and chooses whether to retry.",
            "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
          ],
          "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
          "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "confidencePacketIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByConfidencePacket": false,
            "walletConnectionRequiredForConfidencePacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "http402ReadinessReceiptAvailable": true,
        "http402ReadinessReceipt": {
          "available": true,
          "mode": "no-spend-http-402-readiness-receipt",
          "title": "HTTP 402 Readiness Receipt",
          "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
          "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
          "agentDecision": {
            "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
            "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
          },
          "readinessChecks": [
            "Route scoped to GET /api/opportunity-check.",
            "Amount scoped to $0.01 / 10000 atomic USDC.",
            "Network scoped to Base mainnet eip155:8453.",
            "HTTP 402 is expected before payment.",
            "HTTP 200 is required before paid completion is counted.",
            "No request body, cookies, session, or wallet connection is required to read this receipt.",
            "No buyer-level data is exposed by this receipt.",
            "No automatic payment or paid retry is performed by ApexScout."
          ],
          "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
          "notClaims": {
            "signedReceiptCreated": false,
            "ap2ProofCreated": false,
            "legalMandateCreated": false,
            "paymentReceiptCreated": false,
            "walletApprovalCreated": false,
            "officialEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false
          },
          "noSpendBoundary": {
            "receiptIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByReceipt": false,
            "paidRouteCalledByReceipt": false,
            "paidUpstreamCalls": false,
            "walletConnectionRequiredForReceipt": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "receiptUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
        },
        "proofRetryDecisionStripAvailable": true,
        "proofRetryDecisionStrip": {
          "available": true,
          "mode": "buyer-controlled-proof-retry-decision-strip",
          "title": "Buyer-controlled proof retry gate",
          "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
          "continueIf": [
            "Buyer explicitly approves this exact $0.01 proof.",
            "Client can attach x402 payment on Base mainnet eip155:8453.",
            "Route is exactly GET /api/opportunity-check.",
            "Max amount is exactly 10000 atomic USDC.",
            "Buyer understands only HTTP 200 counts as a paid proof completion."
          ],
          "stopIf": [
            "Buyer has not approved spend.",
            "Client is a normal browser without x402 payment support.",
            "Route, amount, or network differs from the receipt.",
            "The buyer is treating unpaid HTTP 402 as revenue or completion.",
            "The output will not change the buyer's next action."
          ],
          "primaryAction": {
            "label": "Request unpaid proof challenge",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
            "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
            "noPaymentOnClick": true,
            "paidRetryRequiresBuyerWallet": true
          },
          "fallbackNoSpendActions": [
            "/x402-proof",
            "/api/agent-revenue-audit-builder/action-pack",
            "/buyer-payment-scope-check",
            "/chat-tiny-payment-flow"
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "decisionStripUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "decisionStripIsFree": true,
            "paymentAttemptedByDecisionStrip": false,
            "paidRouteCalledByDecisionStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofCtaAvailable": true,
        "agentExecutionProofCta": {
          "available": true,
          "mode": "promoted-buyer-executable-proof-cta",
          "title": "Buyer-run proof packet",
          "label": "Run with buyer-approved x402 wallet",
          "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "method": "GET",
          "route": "/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
          "successMetric": "opportunityCheckGetProofCompletions",
          "unpaidSourceBucket": "agentExecutionProofPacket",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "buyerDecision": {
            "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
            "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
          },
          "noSpendBoundary": {
            "ctaIsFreeToRead": true,
            "normalBrowserGetsUnpaid402": true,
            "paymentAttemptedByCta": false,
            "paidRouteCalledByApexScout": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "walletReadinessStripAvailable": true,
        "walletReadinessStrip": {
          "available": true,
          "mode": "buyer-wallet-readiness-strip",
          "title": "Before you run the command",
          "checklist": [
            "Your x402 wallet/client is authenticated.",
            "Your wallet has at least $0.01 USDC available on Base.",
            "You approve the route: GET /api/opportunity-check.",
            "You approve the max amount: 10000 atomic USDC.",
            "You understand unpaid HTTP 402 is not revenue.",
            "You understand paid proof means HTTP 200 after your own wallet retry."
          ],
          "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "amountAtomicUsdc": "10000",
          "priceUsd": "0.01",
          "network": "eip155:8453",
          "noFundingAdvice": true,
          "noTradingAdvice": true,
          "noPrivateKeyAdvice": true,
          "noOnrampAdvice": true,
          "noSpendBoundary": {
            "stripIsFree": true,
            "paymentAttemptedByStrip": false,
            "paidRouteCalledByStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "buyerAgentCommandCopyAvailable": true,
        "buyerAgentCommandCopy": {
          "available": true,
          "mode": "buyer-agent-command-copy",
          "title": "Wallet-ready? Copy this command",
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "requestBodyRequired": false,
          "walletMustBeAuthenticated": true,
          "walletNeedsSufficientUsdc": true,
          "apexScoutRunsCommand": false,
          "copyingIsPayment": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "sourceBucketCompatibility": {
            "oldPacketSourceStillSupported": "agent-execution-proof-packet",
            "newCommandCopySource": "agent-execution-command-copy",
            "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
          },
          "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
          "prerequisites": [
            "Authenticated x402 wallet/client.",
            "At least $0.01 USDC on Base."
          ],
          "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
          "copyingIsNotPaymentCopy": "Copying this command is not payment.",
          "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
          "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
          "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
          "placement": {
            "x402Proof": "above-proof-detail-sections",
            "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
            "primaryForWalletCapableAgents": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "buttons": [
            {
              "label": "Copy command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy route only",
              "copies": "route",
              "value": "/api/opportunity-check?src=agent-execution-command-copy",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetry": {
            "commandCopyTelemetryAdded": false,
            "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
            "copyIsRevenue": false,
            "copyIsPayment": false,
            "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
          },
          "noSpendBoundary": {
            "copyPanelIsFree": true,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "paidRouteCalledByCopyPanel": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false
          }
        },
        "agentReceiptCloseStripAvailable": true,
        "agentReceiptCloseStrip": {
          "available": true,
          "mode": "agent-receipt-close-strip",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Receipt rule accepted? Copy the proof command",
          "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
          "sourceTag": "agent-receipt-contract",
          "sourceBucket": "agentReceiptContract",
          "method": "GET",
          "route": "/api/opportunity-check",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "firstScreenPlacement": {
            "x402Proof": "before-wallet-command-copy",
            "chatTinyPaymentFlow": "before-wallet-command-copy",
            "makeReceiptRuleVisibleBeforePaymentCommand": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "receiptRule": {
            "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
            "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
            "unpaid402IsNotRevenue": true,
            "paidProofRequiresHttp200": true,
            "buyerControlsWalletAndRetry": true,
            "stopAfterOneSuccessfulPaidResponse": true
          },
          "visibleBuyerCopy": [
            "Accept the receipt rule before copying the command.",
            "HTTP 402 is only the unpaid challenge.",
            "HTTP 200 after your buyer-controlled retry is the paid proof.",
            "ApexScout does not run this command and does not control the wallet."
          ],
          "buttons": [
            {
              "label": "Copy receipt-bound command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy receipt route",
              "copies": "route",
              "value": "/api/opportunity-check?src=agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentReceiptContract",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
          },
          "noSpendBoundary": {
            "closeStripIsFree": true,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "paymentAttemptedByCloseStrip": false,
            "paidRouteCalledByCloseStrip": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false
          }
        },
        "buyerWalletCloseAvailable": true,
        "buyerWalletClose": {
          "available": true,
          "mode": "buyer-wallet-close",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Can your wallet pay now?",
          "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
          "route": "/api/buyer-wallet-close-intent",
          "method": "GET",
          "routeIsFree": true,
          "sourceTags": {
            "walletReady": "agent-receipt-contract",
            "cannotPayYet": "agent-wallet-skill-pack",
            "copyPaidProofCommand": "agent-execution-command-copy",
            "copyReceiptBoundCommand": "agent-receipt-contract",
            "copyWalletSetupCommand": "agent-wallet-skill-pack"
          },
          "actions": {
            "walletReady": {
              "action": "wallet_ready",
              "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
              "method": "GET",
              "sourceTag": "agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "cannotPayYet": {
              "action": "cannot_pay_yet",
              "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
              "method": "GET",
              "sourceTag": "agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "copyPaidProofCommand": {
              "action": "copy_paid_proof_command",
              "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
              "method": "GET",
              "sourceTag": "agent-execution-command-copy",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "copyReceiptBoundCommand": {
              "action": "copy_receipt_bound_command",
              "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
              "method": "GET",
              "sourceTag": "agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "copyWalletSetupCommand": {
              "action": "copy_wallet_setup_command",
              "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
              "method": "GET",
              "sourceTag": "agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          },
          "visibleBuyerCopy": [
            "Choose the wallet state before copying a command.",
            "This signal is a free GET request and does not open the paid route.",
            "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
            "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
          ],
          "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
          "buttons": [
            {
              "label": "I can pay now",
              "action": "wallet_ready",
              "copies": null,
              "value": null,
              "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "I can't pay yet",
              "action": "cannot_pay_yet",
              "copies": null,
              "value": null,
              "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy paid proof command",
              "action": "copy_paid_proof_command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy receipt-bound command",
              "action": "copy_receipt_bound_command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "action": "copy_wallet_setup_command",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "mode": "aggregate-only-buyer-wallet-close-intent",
            "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
            "intentIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "firstScreenPlacement": {
            "x402Proof": "before-receipt-and-command-copy",
            "chatTinyPaymentFlow": "before-receipt-and-command-copy",
            "walletStateVisibleBeforePaymentCommand": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "noSpendBoundary": {
            "panelIsFree": true,
            "intentRouteIsFree": true,
            "intentRouteMethod": "GET",
            "copyingExecutesPayment": false,
            "clickingStateExecutesPayment": false,
            "clickingStateOpensPaidRoute": false,
            "paidRouteCalledByPanel": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false
          }
        },
        "http402ClosePacketAvailable": true,
        "http402ClosePacket": {
          "available": true,
          "mode": "buyer-agent-402-close-packet",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "402 close packet",
          "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
          "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
          "whatHttp200Proves": [
            "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
            "The paid route returned structured JSON after payment verification.",
            "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
          ],
          "notProofOf": [
            "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
            "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
            "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
          ],
          "continueIf": [
            "The buyer explicitly approved this one-cent proof.",
            "The client can attach an x402 payment authorization.",
            "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
            "The max amount is exactly 10000 atomic USDC.",
            "The network is exactly eip155:8453."
          ],
          "stopIf": [
            "The wallet is not authenticated.",
            "The wallet has insufficient USDC on Base.",
            "The client cannot attach x402 payment.",
            "The max amount is lower than 10000 atomic USDC.",
            "The network is not eip155:8453.",
            "The buyer did not approve this exact spend.",
            "The agent plans to retry more than once just to clear a metric."
          ],
          "failureBranches": {
            "walletNotAuthenticated": {
              "bucket": "wallet_not_authenticated",
              "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
              "apexScoutAction": "Do nothing automatically."
            },
            "insufficientBaseUsdc": {
              "bucket": "insufficient_base_usdc",
              "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
              "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
            },
            "maxAmountTooLow": {
              "bucket": "max_amount_too_low",
              "buyerAction": "Use max amount 10000 atomic USDC or stop.",
              "apexScoutAction": "Do not lower route price or change payment requirements."
            },
            "wrongNetwork": {
              "bucket": "wrong_network",
              "buyerAction": "Use eip155:8453 Base mainnet or stop.",
              "apexScoutAction": "Do not switch rails."
            },
            "paymentDeclined": {
              "bucket": "payment_declined",
              "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
              "apexScoutAction": "Do not retry payment for the buyer."
            }
          },
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-command-copy",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionCommandCopy",
            "closePacketUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "closePacketIsFree": true,
            "closePacketExecutesPayment": false,
            "paymentAttemptedByClosePacket": false,
            "paidRouteCalledByClosePacket": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "secretSigningMaterialRequested": false
          }
        },
        "buyerProofExecutionCloseoutAvailable": true,
        "buyerProofExecutionCloseout": {
          "available": true,
          "mode": "buyer-proof-execution-closeout",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Copied? Finish with one buyer-run proof retry",
          "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "primarySourceTag": "agent-receipt-contract",
          "primarySourceBucket": "agentReceiptContract",
          "commandCopySourceTag": "agent-execution-command-copy",
          "commandCopySourceBucket": "agentExecutionCommandCopy",
          "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "firstScreenPlacement": {
            "x402Proof": "after-wallet-close-before-receipt-command",
            "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
            "closeoutVisibleBeforeCommandCopy": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "closeoutRule": {
            "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
            "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
            "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
            "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
            "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
            "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
          },
          "buyerAgentChecklist": [
            "Wallet is authenticated by the buyer, not ApexScout.",
            "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
            "Maximum spend is exactly 10000 atomic USDC.",
            "Network is exactly eip155:8453 Base mainnet.",
            "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
          ],
          "copyReadyCommands": {
            "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
          },
          "safeReadouts": {
            "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
            "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
            "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
            "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
            "noPaymentAttemptedByRead": true,
            "buyerLevelDataExposed": false,
            "rawPaymentPayloadExposed": false,
            "privateKeysRequested": false
          },
          "buttons": [
            {
              "label": "Copy receipt-bound proof command",
              "copies": "receipt_bound_command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy edge failure readout",
              "copies": "edge_failure_read_command",
              "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "failureReadoutIsRevenue": false,
            "copyIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "newCounterAdded": false,
            "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
          },
          "noSpendBoundary": {
            "closeoutIsFree": true,
            "closeoutExecutesPayment": false,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "failureReadoutExecutesPayment": false,
            "failureReadoutCallsPaidRoute": false,
            "paymentAttemptedByCloseout": false,
            "paidRouteCalledByCloseout": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "productionPostCreated": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cloudflareMutationCreated": false,
            "apifyActorRunCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "rawPaymentPayloadExposed": false
          },
          "safetyClaims": {
            "guaranteedRevenueClaimed": false,
            "officialEndorsementClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareMonetizationGatewayReadinessAvailable": true,
        "cloudflareMonetizationGatewayReadiness": {
          "available": true,
          "mode": "cloudflare-monetization-gateway-readiness",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare live edge status",
          "releaseReportingMode": "worker-and-origin-split",
          "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originReleasePath": "/status",
          "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "workerSourceVersion": "2.2.179",
          "workerHealthReleaseContract": {
            "healthPath": "/__apexscout/cloudflare-x402/health",
            "releaseFieldMeans": "workerRelease",
            "workerReleaseField": "workerRelease",
            "originReleaseField": "originRelease",
            "originReleasePath": "/status",
            "originReleaseReadIsNoSpend": true,
            "mismatchIsActionableOnlyWhenWorkerHealthFails": true
          },
          "sourceSignal": {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
          },
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "officialCloudflareMonetizationGatewayClaimed": false,
          "officialCloudflareEndorsementClaimed": false,
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
          "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
          "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "waitlistOrEarlyAccessRequired": false,
          "noDnsChangeMade": false,
          "dnsChangedByLiveCutover": true,
          "noCloudflareApiCallMade": false,
          "noCloudflareApiCallMadeByRead": true,
          "noPaymentRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "noPaidRouteChanged": true,
          "noPriceChanged": true,
          "noSellerWalletChanged": true,
          "noPaymentRailChanged": true,
          "apexScoutRemainsSourceOfTruth": true,
          "candidateRules": [
            {
              "id": "apexscout-one-cent-proof",
              "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
              "method": "GET",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "amountAtomicUsdc": "10000",
              "priceUsd": "0.01",
              "displayPrice": "$0.01",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "purpose": "Higher-value builder monetization audit route.",
              "method": "POST",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "amountAtomicUsdc": "5000000",
              "priceUsd": "5.00",
              "displayPrice": "$5.00",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            }
          ],
          "migrationPlan": [
            "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
            "Use these candidate rules as the review checklist before any future official managed-gateway change.",
            "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
            "Keep ApexScout aggregate metrics as the public conversion truth source.",
            "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
          ],
          "operatorChecklist": {
            "dnsChangeApproved": true,
            "cloudflareApiTokenApproved": true,
            "gatewayRuleCreationApproved": true,
            "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
            "originFallbackRequired": true,
            "compareGatewayRulesToCandidateRules": true
          },
          "noSpendBoundary": {
            "readinessPacketIsFree": true,
            "paymentAttemptedByReadinessPacket": false,
            "paidRouteCalledByReadinessPacket": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "cloudflareApiCalled": false,
            "dnsChanged": false,
            "dnsAlreadyProxiedThroughCloudflare": true,
            "workerAlreadyDeployed": true,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "revenueOutcomeClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          },
          "telemetryInterpretation": {
            "readinessUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
          }
        },
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "label": "x402-capable agent?",
        "linkText": "Request GET /api/opportunity-check",
        "copy": "Request the one-cent paid proof directly. It returns HTTP 402 until your own approved x402 wallet retries payment.",
        "microcopy": "Opening this without a wallet returns an unpaid 402 challenge. Unpaid 402 is not revenue."
      },
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false
    },
    {
      "intent": "audit",
      "href": "/action-pack/go/audit",
      "url": "https://apexscout.ai/action-pack/go/audit",
      "label": "Check my $5 audit request for free",
      "copy": "Use this when you want ApexScout to check whether your Agent Revenue Audit request is ready before payment.",
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "recordsAggregateIntentOnClick": true,
      "redirectsToNoSpendTarget": true,
      "noSpendTarget": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "nextActionLabel": "Check my audit request for free",
      "noAutoPrepare": true,
      "noPaymentExecution": true,
      "noPrepareExecutionFromRail": true,
      "buyerLevelDataExposed": false,
      "optionalX402ProofCta": null,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false
    },
    {
      "intent": "agentic-trading",
      "href": "/action-pack/go/agentic-trading",
      "url": "https://apexscout.ai/action-pack/go/agentic-trading",
      "label": "Check payment readiness for an agentic trading or DeFi tool",
      "copy": "Use this for wallet-enabled agent tools, DeFi workflows, market-data products, or trading automation payment boundaries. ApexScout does not give trading or investment advice.",
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "recordsAggregateIntentOnClick": true,
      "redirectsToNoSpendTarget": true,
      "noSpendTarget": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "nextActionLabel": "Check payment readiness for free",
      "noAutoPrepare": true,
      "noPaymentExecution": true,
      "noPrepareExecutionFromRail": true,
      "buyerLevelDataExposed": false,
      "optionalX402ProofCta": null,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false,
      "agenticTradingPaymentReadinessDisclaimer": "This is payment-readiness only. ApexScout does not give trading, investment, tax, legal, lending, or compliance advice.",
      "advice": "Payment-readiness only. Not trading or investment advice.",
      "noTradingAdvice": true
    },
    {
      "intent": "scope",
      "href": "/action-pack/go/scope",
      "url": "https://apexscout.ai/action-pack/go/scope",
      "label": "Check buyer payment scope",
      "copy": "Use this after ready_to_pay before a buyer-controlled x402 wallet retries payment.",
      "noSpend": true,
      "paymentExecuted": false,
      "prepareExecuted": false,
      "recordsAggregateIntentOnClick": true,
      "redirectsToNoSpendTarget": true,
      "noSpendTarget": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "destinationHandoffRouteUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "nextActionLabel": "Run free scope check",
      "noAutoPrepare": true,
      "noPaymentExecution": true,
      "noPrepareExecutionFromRail": true,
      "buyerLevelDataExposed": false,
      "optionalX402ProofCta": null,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false
    }
  ],
  "recommendedFirstAction": {
    "label": "Get my free readiness result",
    "templateSlug": "search-checkout",
    "sourceTag": "audit-builder-action-compression"
  },
  "prepare": {
    "method": "POST",
    "endpoint": "/api/agent-revenue-audit-builder/prepare",
    "url": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
    "contentType": "application/json",
    "body": {
      "serviceName": "Example Search-Visible Agent Tool",
      "currentOffer": "Agent tool visible in discovery/search but not converting",
      "targetBuyer": "Buyer agents searching for paid tools",
      "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action.",
      "walletPerRequestCapUsd": "5.00",
      "maxBudgetUsd": "5.00",
      "currentPaymentRail": "base-x402",
      "riskTolerance": "medium",
      "templateSlug": "search-checkout",
      "prepareMode": "one-click-template",
      "source": "audit-builder-action-compression"
    },
    "curl": "curl -sS -X POST 'https://apexscout.ai/api/agent-revenue-audit-builder/prepare' -H 'content-type: application/json' --data '{\"serviceName\":\"Example Search-Visible Agent Tool\",\"currentOffer\":\"Agent tool visible in discovery/search but not converting\",\"targetBuyer\":\"Buyer agents searching for paid tools\",\"currentProblem\":\"The product is visible in discovery, but users are not moving from search result to checkout action.\",\"walletPerRequestCapUsd\":\"5.00\",\"maxBudgetUsd\":\"5.00\",\"currentPaymentRail\":\"base-x402\",\"riskTolerance\":\"medium\",\"templateSlug\":\"search-checkout\",\"prepareMode\":\"one-click-template\",\"source\":\"audit-builder-action-compression\"}'"
  },
  "builderPrepareExecutionPacketAvailable": true,
  "builderPrepareExecutionPacket": {
    "available": true,
    "mode": "free-no-spend-builder-prepare-execution-packet",
    "release": "v2.2.179-cloudflare-worker-origin-release-split",
    "title": "Run the free Builder prepare packet",
    "purpose": "Turn an action-pack read into the first real no-spend prepare result without touching the paid route.",
    "runWhen": "Use only after a real buyer asks to continue from the action pack, audit intent, or agentic-trading handoff.",
    "method": "POST",
    "endpoint": "/api/agent-revenue-audit-builder/prepare",
    "url": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
    "contentType": "application/json",
    "sourceTag": "builder-prepare-execution-packet",
    "body": {
      "serviceName": "Example Search-Visible Agent Tool",
      "currentOffer": "Agent tool visible in discovery/search but not converting",
      "targetBuyer": "Buyer agents searching for paid tools",
      "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action.",
      "walletPerRequestCapUsd": "5.00",
      "maxBudgetUsd": "5.00",
      "currentPaymentRail": "base-x402",
      "riskTolerance": "medium",
      "templateSlug": "search-checkout",
      "prepareMode": "one-click-template",
      "source": "builder-prepare-execution-packet"
    },
    "curl": "curl -sS -X POST 'https://apexscout.ai/api/agent-revenue-audit-builder/prepare' \\\n  -H 'content-type: application/json' \\\n  --data '{\"serviceName\":\"Example Search-Visible Agent Tool\",\"currentOffer\":\"Agent tool visible in discovery/search but not converting\",\"targetBuyer\":\"Buyer agents searching for paid tools\",\"currentProblem\":\"The product is visible in discovery, but users are not moving from search result to checkout action.\",\"walletPerRequestCapUsd\":\"5.00\",\"maxBudgetUsd\":\"5.00\",\"currentPaymentRail\":\"base-x402\",\"riskTolerance\":\"medium\",\"templateSlug\":\"search-checkout\",\"prepareMode\":\"one-click-template\",\"source\":\"builder-prepare-execution-packet\"}'",
    "expectedStatuses": [
      "ready_to_pay",
      "fix_required_fields",
      "fix_budget_cap",
      "stop"
    ],
    "preferredSuccessStatus": "ready_to_pay",
    "successMeaning": "ready_to_pay means the Builder request is valid enough for the next free Scope Check. It is still not payment.",
    "nextFreeStep": {
      "label": "Run the free Scope Check packet",
      "endpoint": "/api/buyer-payment-scope-check/check",
      "payment": false,
      "paidRouteCalled": false
    },
    "noSpendBoundary": {
      "packetIsFree": true,
      "readingPacketCreatesPrepareRequest": false,
      "prepareRequestCreatedOnlyWhenBuyerRunsPost": true,
      "readyToPayIsPayment": false,
      "paidRouteCalledByPacket": false,
      "paymentExecutedByPacket": false,
      "walletConnectionRequiredByPacket": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "buyerLevelDataExposed": false
    },
    "privacy": {
      "aggregateOnly": true,
      "rawBuyerInputStoredPublicly": false,
      "generatedPayloadStoredPublicly": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "buyerLevelDataExposed": false
    }
  },
  "scopeCheckExecutionPacketAvailable": true,
  "scopeCheckExecutionPacket": {
    "available": true,
    "mode": "free-no-spend-scope-check-execution-packet",
    "release": "v2.2.179-cloudflare-worker-origin-release-split",
    "title": "Run the free Scope Check packet",
    "purpose": "Turn a ready_to_pay Builder result into an explicit no-spend scope decision before any buyer-controlled x402 retry.",
    "runWhen": "Use after the Builder returns ready_to_pay and before any wallet, Base MCP-style buyer flow, or x402 client retries the paid route.",
    "method": "POST",
    "endpoint": "/api/buyer-payment-scope-check/check",
    "url": "https://apexscout.ai/api/buyer-payment-scope-check/check",
    "contentType": "application/json",
    "sourceTag": "scope-check-execution-packet",
    "body": {
      "route": "/api/agent-revenue-audit",
      "maxSpendUsd": "5.00",
      "buyerWalletCapUsd": "5.00",
      "reason": "I want to verify the $5 Agent Revenue Audit payment scope before any buyer-controlled x402 retry.",
      "expectedOutput": "Agent Revenue Audit JSON after buyer-controlled paid retry",
      "operatorApproval": "approved",
      "source": "scope-check-execution-packet"
    },
    "curl": "curl -sS -X POST 'https://apexscout.ai/api/buyer-payment-scope-check/check' \\\n  -H 'content-type: application/json' \\\n  --data '{\"route\":\"/api/agent-revenue-audit\",\"maxSpendUsd\":\"5.00\",\"buyerWalletCapUsd\":\"5.00\",\"reason\":\"I want to verify the $5 Agent Revenue Audit payment scope before any buyer-controlled x402 retry.\",\"expectedOutput\":\"Agent Revenue Audit JSON after buyer-controlled paid retry\",\"operatorApproval\":\"approved\",\"source\":\"scope-check-execution-packet\"}'",
    "expectedStatuses": [
      "approved_to_retry",
      "needs_operator_approval",
      "fix_budget_cap",
      "fix_required_fields",
      "stop"
    ],
    "preferredSuccessStatus": "approved_to_retry",
    "successMeaning": "approved_to_retry means the buyer-approved payment scope is compatible with the planned retry. It is still not payment.",
    "noSpendBoundary": {
      "packetIsFree": true,
      "readingPacketCreatesScopeCheck": false,
      "scopeCheckCreatedOnlyWhenBuyerRunsPost": true,
      "approvedToRetryIsPayment": false,
      "paidRouteCalledByPacket": false,
      "paymentExecutedByPacket": false,
      "walletConnectionRequiredByPacket": false,
      "receiptCreatedByPacket": false,
      "paymentResponseCreatedByPacket": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "buyerLevelDataExposed": false
    },
    "privacy": {
      "aggregateOnly": true,
      "rawBuyerInputStoredPublicly": false,
      "generatedPayloadStoredPublicly": false,
      "rawReceiptStored": false,
      "rawPaymentResponseStored": false,
      "walletDataExposed": false,
      "buyerLevelDataExposed": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false
    }
  },
  "nextStepAfterRead": {
    "mode": "read-to-free-prepare-bridge",
    "purpose": "Convert an action-pack read into the first buyer-approved no-spend prepare result without executing payment.",
    "instruction": "If the buyer asked you to continue after reading this action pack, submit the free prepare request below. If the buyer did not ask to continue, stop after summarizing the no-spend path.",
    "requiresExplicitBuyerApproval": true,
    "countsAsPrepareWhenRead": false,
    "countsAsActionIntentWhenRead": false,
    "countsAsRevenueWhenRead": false,
    "preferredNoSpendRequest": {
      "method": "POST",
      "endpoint": "/api/agent-revenue-audit-builder/prepare",
      "url": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
      "contentType": "application/json",
      "templateSlug": "search-checkout",
      "sourceTag": "audit-builder-action-compression",
      "body": {
        "serviceName": "Example Search-Visible Agent Tool",
        "currentOffer": "Agent tool visible in discovery/search but not converting",
        "targetBuyer": "Buyer agents searching for paid tools",
        "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action.",
        "walletPerRequestCapUsd": "5.00",
        "maxBudgetUsd": "5.00",
        "currentPaymentRail": "base-x402",
        "riskTolerance": "medium",
        "templateSlug": "search-checkout",
        "prepareMode": "one-click-template",
        "source": "audit-builder-action-compression"
      },
      "curl": "curl -sS -X POST 'https://apexscout.ai/api/agent-revenue-audit-builder/prepare' -H 'content-type: application/json' --data '{\"serviceName\":\"Example Search-Visible Agent Tool\",\"currentOffer\":\"Agent tool visible in discovery/search but not converting\",\"targetBuyer\":\"Buyer agents searching for paid tools\",\"currentProblem\":\"The product is visible in discovery, but users are not moving from search result to checkout action.\",\"walletPerRequestCapUsd\":\"5.00\",\"maxBudgetUsd\":\"5.00\",\"currentPaymentRail\":\"base-x402\",\"riskTolerance\":\"medium\",\"templateSlug\":\"search-checkout\",\"prepareMode\":\"one-click-template\",\"source\":\"audit-builder-action-compression\"}'",
      "payment": false,
      "paidRouteCalled": false,
      "paymentExecuted": false
    },
    "builderPrepareExecutionPacketAvailable": true,
    "builderPrepareExecutionPacket": {
      "available": true,
      "mode": "free-no-spend-builder-prepare-execution-packet",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Run the free Builder prepare packet",
      "purpose": "Turn an action-pack read into the first real no-spend prepare result without touching the paid route.",
      "runWhen": "Use only after a real buyer asks to continue from the action pack, audit intent, or agentic-trading handoff.",
      "method": "POST",
      "endpoint": "/api/agent-revenue-audit-builder/prepare",
      "url": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
      "contentType": "application/json",
      "sourceTag": "builder-prepare-execution-packet",
      "body": {
        "serviceName": "Example Search-Visible Agent Tool",
        "currentOffer": "Agent tool visible in discovery/search but not converting",
        "targetBuyer": "Buyer agents searching for paid tools",
        "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action.",
        "walletPerRequestCapUsd": "5.00",
        "maxBudgetUsd": "5.00",
        "currentPaymentRail": "base-x402",
        "riskTolerance": "medium",
        "templateSlug": "search-checkout",
        "prepareMode": "one-click-template",
        "source": "builder-prepare-execution-packet"
      },
      "curl": "curl -sS -X POST 'https://apexscout.ai/api/agent-revenue-audit-builder/prepare' \\\n  -H 'content-type: application/json' \\\n  --data '{\"serviceName\":\"Example Search-Visible Agent Tool\",\"currentOffer\":\"Agent tool visible in discovery/search but not converting\",\"targetBuyer\":\"Buyer agents searching for paid tools\",\"currentProblem\":\"The product is visible in discovery, but users are not moving from search result to checkout action.\",\"walletPerRequestCapUsd\":\"5.00\",\"maxBudgetUsd\":\"5.00\",\"currentPaymentRail\":\"base-x402\",\"riskTolerance\":\"medium\",\"templateSlug\":\"search-checkout\",\"prepareMode\":\"one-click-template\",\"source\":\"builder-prepare-execution-packet\"}'",
      "expectedStatuses": [
        "ready_to_pay",
        "fix_required_fields",
        "fix_budget_cap",
        "stop"
      ],
      "preferredSuccessStatus": "ready_to_pay",
      "successMeaning": "ready_to_pay means the Builder request is valid enough for the next free Scope Check. It is still not payment.",
      "nextFreeStep": {
        "label": "Run the free Scope Check packet",
        "endpoint": "/api/buyer-payment-scope-check/check",
        "payment": false,
        "paidRouteCalled": false
      },
      "noSpendBoundary": {
        "packetIsFree": true,
        "readingPacketCreatesPrepareRequest": false,
        "prepareRequestCreatedOnlyWhenBuyerRunsPost": true,
        "readyToPayIsPayment": false,
        "paidRouteCalledByPacket": false,
        "paymentExecutedByPacket": false,
        "walletConnectionRequiredByPacket": false,
        "fakeTrafficCreated": false,
        "outreachPerformed": false,
        "scrapingPerformed": false,
        "buyerLevelDataExposed": false
      },
      "privacy": {
        "aggregateOnly": true,
        "rawBuyerInputStoredPublicly": false,
        "generatedPayloadStoredPublicly": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false,
        "buyerLevelDataExposed": false
      }
    },
    "thenShowUnpaidCashRegisterPreview": {
      "mode": "unpaid-agent-revenue-audit-cash-register-preview",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "purpose": "Put the $5 paid-route preview next to the no-spend doorway without attempting payment.",
      "doorway": {
        "firstRead": "/api/agent-revenue-audit-builder/action-pack",
        "firstReadUrl": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack",
        "freePrepare": "/api/agent-revenue-audit-builder/prepare",
        "freePrepareUrl": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
        "buyerPaymentScopeCheck": "/buyer-payment-scope-check",
        "buyerPaymentScopeCheckUrl": "https://apexscout.ai/buyer-payment-scope-check",
        "cashRegister": "/api/cash-register",
        "cashRegisterUrl": "https://apexscout.ai/api/cash-register"
      },
      "paidRoutePreview": {
        "route": "/api/agent-revenue-audit",
        "routeUrl": "https://apexscout.ai/api/agent-revenue-audit",
        "price": "$5.00",
        "amountAtomicUnits": "5000000",
        "network": "eip155:8453",
        "rail": "Base mainnet",
        "paymentIntent": "/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
        "paymentIntentUrl": "https://apexscout.ai/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
        "paymentIntentApi": "/api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
        "paymentIntentApiUrl": "https://apexscout.ai/api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
        "whatBuyerGets": "A structured Agent Revenue Audit response after a buyer-controlled x402 paid retry succeeds.",
        "expectedPaidCompletionSignal": "paidCompletions increases only after the paid route returns HTTP 200.",
        "previewIsFree": true,
        "paymentAttemptedByPreview": false,
        "walletConnectionRequiredForPreview": false
      },
      "buyerApprovalGates": [
        "Buyer explicitly asks to continue after the action-pack read.",
        "Free prepare returns ready_to_pay.",
        "Buyer confirms route /api/agent-revenue-audit.",
        "Buyer confirms price $5.00 and max amount 5000000 atomic USDC.",
        "Buyer confirms Base mainnet x402 retry through their own wallet/client."
      ],
      "noSpendSequence": [
        "GET /api/agent-revenue-audit-builder/action-pack",
        "POST /api/agent-revenue-audit-builder/prepare only after explicit buyer approval",
        "GET /api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
        "POST /api/buyer-payment-scope-check/check only if the buyer is ready to validate payment scope",
        "Buyer-controlled x402 retry only after approval"
      ],
      "watchSignals": [
        "auditBuilderActionPackBuyerLikeReads",
        "actionIntentCopyNoSpendActionPack",
        "auditBuilderOneClickPrepareRequests",
        "auditBuilderOrganicReadyToPay",
        "buyerPaymentScopeCheck.scopeChecks",
        "paidCompletions"
      ],
      "noSpendBoundary": {
        "readingPreviewCreatesPrepareRequest": false,
        "readingPreviewCreatesActionIntent": false,
        "readingPreviewCallsPaidRoute": false,
        "paymentExecutedByPreview": false,
        "paidUpstreamCallsMade": false,
        "walletConnectionRequiredForPreview": false,
        "fakeTrafficCreated": false,
        "outreachPerformed": false,
        "scrapingPerformed": false,
        "buyerLevelDataExposed": false
      },
      "privacy": {
        "aggregateOnly": true,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "walletDataExposed": false,
        "paidResponseBodiesExposed": false,
        "buyerLevelDataExposed": false
      }
    },
    "thenRunWalletLimitReceiptPreflight": {
      "walletLimitReceiptPreflight": true,
      "mode": "free-no-spend-wallet-limit-receipt-preflight",
      "route": "/api/agent-revenue-audit",
      "priceUsd": "5.00",
      "requiredMaxPerCallUsd": "5.00",
      "requiredSessionBudgetUsd": "5.00",
      "requiredAmountAtomicUnits": "5000000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "walletLimitReceiptPreflightNextStep": "Run free Scope Check",
      "scopeCheckQuickFillAvailable": true,
      "scopeCheckExecutionPacketAvailable": true,
      "receiptEvidenceChecklistAvailable": true,
      "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200",
      "checks": [
        "maxPerCallUsd >= 5.00",
        "sessionBudgetUsd >= 5.00",
        "network === eip155:8453",
        "amountAtomicUnits === 5000000",
        "buyer approves the route, payload, budget, and x402 retry",
        "paid conversion requires buyer-controlled HTTP 200 plus payment response or receipt evidence when supported"
      ],
      "noSpendBoundary": {
        "noWalletConnection": true,
        "noPaymentExecution": true,
        "noPaidRouteCall": true,
        "noAutoRetry": true,
        "noReceiptCreatedByPreflight": true,
        "noPaymentResponseCreatedByPreflight": true,
        "approvedToRetryIsPayment": false,
        "approvedToRetryIsReceipt": false,
        "freeScopeCheckCreatesReceipt": false,
        "quickFillExecutesPayment": false
      },
      "receiptExpectation": {
        "createdOnlyAfterPaidRetry": true,
        "paidConversionRequiresHttp200": true,
        "expectedPaymentResponseHeader": "PAYMENT-RESPONSE",
        "alternatePaymentResponseHeader": "X-PAYMENT-RESPONSE",
        "receiptOrPaymentResponseIsPostPaymentEvidence": true,
        "scopeCheckCreatesReceipt": false,
        "quickFillCreatesReceipt": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerWalletAddressStored": false,
        "rawPaymentPayloadStored": false,
        "rawReceiptStored": false,
        "rawPaymentResponseStored": false,
        "buyerLevelDataExposed": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false
      }
    },
    "thenRunScopeCheckExecutionPacket": {
      "available": true,
      "mode": "free-no-spend-scope-check-execution-packet",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Run the free Scope Check packet",
      "purpose": "Turn a ready_to_pay Builder result into an explicit no-spend scope decision before any buyer-controlled x402 retry.",
      "runWhen": "Use after the Builder returns ready_to_pay and before any wallet, Base MCP-style buyer flow, or x402 client retries the paid route.",
      "method": "POST",
      "endpoint": "/api/buyer-payment-scope-check/check",
      "url": "https://apexscout.ai/api/buyer-payment-scope-check/check",
      "contentType": "application/json",
      "sourceTag": "scope-check-execution-packet",
      "body": {
        "route": "/api/agent-revenue-audit",
        "maxSpendUsd": "5.00",
        "buyerWalletCapUsd": "5.00",
        "reason": "I want to verify the $5 Agent Revenue Audit payment scope before any buyer-controlled x402 retry.",
        "expectedOutput": "Agent Revenue Audit JSON after buyer-controlled paid retry",
        "operatorApproval": "approved",
        "source": "scope-check-execution-packet"
      },
      "curl": "curl -sS -X POST 'https://apexscout.ai/api/buyer-payment-scope-check/check' \\\n  -H 'content-type: application/json' \\\n  --data '{\"route\":\"/api/agent-revenue-audit\",\"maxSpendUsd\":\"5.00\",\"buyerWalletCapUsd\":\"5.00\",\"reason\":\"I want to verify the $5 Agent Revenue Audit payment scope before any buyer-controlled x402 retry.\",\"expectedOutput\":\"Agent Revenue Audit JSON after buyer-controlled paid retry\",\"operatorApproval\":\"approved\",\"source\":\"scope-check-execution-packet\"}'",
      "expectedStatuses": [
        "approved_to_retry",
        "needs_operator_approval",
        "fix_budget_cap",
        "fix_required_fields",
        "stop"
      ],
      "preferredSuccessStatus": "approved_to_retry",
      "successMeaning": "approved_to_retry means the buyer-approved payment scope is compatible with the planned retry. It is still not payment.",
      "noSpendBoundary": {
        "packetIsFree": true,
        "readingPacketCreatesScopeCheck": false,
        "scopeCheckCreatedOnlyWhenBuyerRunsPost": true,
        "approvedToRetryIsPayment": false,
        "paidRouteCalledByPacket": false,
        "paymentExecutedByPacket": false,
        "walletConnectionRequiredByPacket": false,
        "receiptCreatedByPacket": false,
        "paymentResponseCreatedByPacket": false,
        "fakeTrafficCreated": false,
        "outreachPerformed": false,
        "scrapingPerformed": false,
        "buyerLevelDataExposed": false
      },
      "privacy": {
        "aggregateOnly": true,
        "rawBuyerInputStoredPublicly": false,
        "generatedPayloadStoredPublicly": false,
        "rawReceiptStored": false,
        "rawPaymentResponseStored": false,
        "walletDataExposed": false,
        "buyerLevelDataExposed": false,
        "cookiesAdded": false,
        "sessionTrackingAdded": false
      }
    },
    "scopeCheckExecutionPacketAvailable": true,
    "thenShowPaymentMandatePreview": {
      "paymentMandatePreview": true,
      "mode": "free-no-spend-payment-mandate-preview",
      "releaseGoal": "v2.2.151-payment-mandate-preview",
      "title": "Payment Mandate Preview",
      "copy": "Preview the buyer-approved route, price, budget, retry limit, network, and evidence before any buyer-controlled x402 retry.",
      "route": "/api/agent-revenue-audit",
      "routeLabel": "Agent Revenue Audit",
      "priceUsd": "5.00",
      "maxBudgetUsd": "5.00",
      "walletPerRequestCapUsd": "5.00",
      "amountAtomicUnits": "5000000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "allowedRetryCount": 1,
      "expectedPaidSuccessCondition": "buyer-controlled x402 paid retry returns HTTP 200",
      "buyerApprovedMandateFields": {
        "buyerApprovedRoute": "/api/agent-revenue-audit",
        "routeLabel": "Agent Revenue Audit",
        "priceUsd": "5.00",
        "maxBudgetUsd": "5.00",
        "walletPerRequestCapUsd": "5.00",
        "maxAmountAtomicUsdc": "5000000",
        "allowedRetryCount": 1,
        "network": "eip155:8453",
        "expectedOutput": "Agent Revenue Audit JSON after buyer-controlled paid retry",
        "expectedPaidSuccessCondition": "HTTP 200 from the paid route after the buyer-approved retry"
      },
      "requiredBuyerApproval": [
        "Buyer approves the paid route.",
        "Buyer approves the exact payload or prepared request.",
        "Buyer approves a $5.00 max budget and wallet per-request cap.",
        "Buyer approves one x402 retry on Base mainnet.",
        "Buyer understands the expected post-payment response evidence."
      ],
      "prePaymentEvidence": [
        "Action-pack read or intent is pre-revenue.",
        "Free Builder prepare can create ready_to_pay, but ready_to_pay is not payment.",
        "Free Scope Check can return approved_to_retry, but approved_to_retry is not payment.",
        "Cash Register preview can show the route and price, but preview is not payment."
      ],
      "postPaymentEvidence": [
        "Buyer-controlled x402 paid retry returns HTTP 200.",
        "Payment response evidence appears after the paid retry when the client exposes it.",
        "The paid route JSON is available only after the buyer-approved retry succeeds."
      ],
      "noSpendBoundary": {
        "previewIsFree": true,
        "paymentAttemptedByPreview": false,
        "walletConnectionRequiredForPreview": false,
        "signedMandateCreated": false,
        "signedReceiptCreated": false,
        "receiptCreated": false,
        "paidRouteCalled": false,
        "paidUpstreamCallsMade": false,
        "paymentExecuted": false,
        "prepareRequestCreated": false,
        "actionIntentCreated": false,
        "approvedToRetryIsPayment": false,
        "readyToPayIsPayment": false,
        "fakeTrafficCreated": false,
        "outreachPerformed": false,
        "scrapingPerformed": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "walletDataExposed": false,
        "paidResponseBodyExposed": false
      },
      "buyerControlledNextStep": "Run the free Scope Check, then retry the paid route only if the buyer explicitly approves the route, payload, budget, wallet cap, network, and x402 retry.",
      "notPaymentCopy": "This is not a signed mandate, receipt, payment, wallet approval, paid route call, or x402 retry.",
      "links": {
        "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=payment-mandate-preview",
        "paymentIntentPreview": "https://apexscout.ai/api/payment-intent?route=agent-revenue-audit&src=payment-mandate-preview",
        "paidRoute": "https://apexscout.ai/api/agent-revenue-audit"
      }
    },
    "thenShowUnsignedMandatePacket": {
      "unsignedMandatePacket": true,
      "unsignedMandatePacketAvailable": true,
      "unsignedMandatePacketIsSigned": false,
      "ap2ProofCreated": false,
      "walletApprovalCreated": false,
      "paymentExecutedByPacket": false,
      "receiptCreatedByPacket": false,
      "inlineNoSpendActionRemainsPrimary": true,
      "noAutoSubmit": true,
      "noPaymentExecution": true,
      "noPaidRouteCall": true,
      "countersRemainActionOnly": true,
      "buyerLevelDataExposed": false,
      "mode": "free-no-spend-unsigned-buyer-mandate-packet",
      "releaseGoal": "v2.2.153-unsigned-mandate-action-placement",
      "title": "Unsigned Buyer Mandate Packet",
      "copy": "Review the exact buyer authorization facts before Scope Check or any buyer-controlled x402 retry.",
      "purpose": "Compress action-pack intent into a clear no-spend approval packet: what route, price, budget, network, retry count, and evidence the buyer would authorize later.",
      "route": "/api/agent-revenue-audit",
      "routeLabel": "Agent Revenue Audit",
      "priceUsd": "5.00",
      "maxBudgetUsd": "5.00",
      "walletPerRequestCapUsd": "5.00",
      "amountAtomicUnits": "5000000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "allowedRetryCount": 1,
      "expectedPaidSuccessCondition": "buyer-controlled x402 paid retry returns HTTP 200",
      "expectedPostPaymentEvidence": [
        "HTTP 200 from the paid route.",
        "Payment response evidence when the buyer client exposes it.",
        "Agent Revenue Audit JSON returned only after the buyer-approved paid retry succeeds."
      ],
      "buyerAuthorizationFacts": {
        "buyerApprovesRoute": "/api/agent-revenue-audit",
        "buyerApprovesPayloadOrPreparedRequest": "required before any paid retry",
        "buyerApprovesMaxBudgetUsd": "5.00",
        "buyerApprovesWalletPerRequestCapUsd": "5.00",
        "buyerApprovesMaxAmountAtomicUsdc": "5000000",
        "buyerApprovesNetwork": "eip155:8453",
        "buyerApprovesAllowedRetryCount": 1,
        "buyerApprovesExpectedOutput": "Agent Revenue Audit JSON with route ladder, pricing logic, and buyer-agent payment handoff guidance.",
        "buyerApprovesPostPaymentEvidence": "HTTP 200 plus payment response or receipt evidence when supported by the buyer client."
      },
      "buyerApprovalChecklist": [
        "I approve the paid route: /api/agent-revenue-audit.",
        "I approve the exact prepared payload before payment.",
        "I approve a $5.00 maximum budget and $5.00 wallet per-request cap.",
        "I approve one buyer-controlled x402 retry on Base mainnet.",
        "I understand that HTTP 200 from the paid route is the conversion proof.",
        "I understand this packet is unsigned and does not move money."
      ],
      "scopeCheckBridge": {
        "nextStep": "Run free Scope Check",
        "href": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=unsigned-mandate-packet",
        "scopeCheckIsFree": true,
        "scopeCheckCreatesPayment": false,
        "approvedToRetryIsPayment": false,
        "buyerControlledRetryStillRequired": true
      },
      "protocolPositioning": {
        "inspiredByAgentPaymentControlPatterns": true,
        "ap2CompatibleClaimed": false,
        "officialAp2MandateClaimed": false,
        "officialVisaMastercardCoinbaseStripeGoogleAwsEndorsementClaimed": false,
        "signedVerifiableCredentialCreated": false,
        "cryptographicSignatureCreated": false,
        "legalMandateCreated": false,
        "tradingInvestmentTaxLegalLendingComplianceAdvice": false
      },
      "noSpendBoundary": {
        "packetIsFree": true,
        "signedMandateCreated": false,
        "walletApprovalCreated": false,
        "walletConnectionRequiredForPacket": false,
        "paymentAttemptedByPacket": false,
        "paidRouteCalled": false,
        "paidUpstreamCallsMade": false,
        "paymentExecuted": false,
        "prepareRequestCreated": false,
        "scopeCheckCreatedByRead": false,
        "actionIntentCreatedByRead": false,
        "readyToPayIsPayment": false,
        "approvedToRetryIsPayment": false,
        "receiptCreated": false,
        "paymentResponseCreated": false,
        "fakeTrafficCreated": false,
        "outreachPerformed": false,
        "scrapingPerformed": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "walletDataExposed": false,
        "paidResponseBodyExposed": false
      },
      "publicSafetyCopy": "Unsigned packet only. Not a signed mandate, not AP2 proof, not a receipt, not wallet approval, not payment, and not a platform approval claim.",
      "noSpendApprovalReviewCopy": "This is a no-spend approval review packet. Payment only happens later if a buyer-controlled x402 wallet retries the paid route after explicit buyer approval.",
      "buyerControlledNextStep": "Run the free Scope Check, then retry the paid route only if the buyer explicitly approves the route, payload, budget, wallet cap, network, and x402 retry.",
      "links": {
        "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=unsigned-mandate-packet",
        "paymentIntentPreview": "https://apexscout.ai/api/payment-intent?route=agent-revenue-audit&src=unsigned-mandate-packet",
        "paidRoute": "https://apexscout.ai/api/agent-revenue-audit"
      }
    },
    "thenShowTinyPaidProofAction": {
      "name": "ApexScout link-native tiny paid proof",
      "mode": "link-native-tiny-paid-proof",
      "method": "GET",
      "route": "/api/opportunity-check",
      "path": "/api/opportunity-check",
      "href": "/api/opportunity-check?src=machine-readable-x402-proof",
      "url": "https://apexscout.ai/api/opportunity-check",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
      "price": "$0.01",
      "priceUsd": "0.01",
      "amountAtomicUsdc": "10000",
      "maxAmountAtomicUnits": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "getProofUnpaidChallengeTelemetryAvailable": true,
      "getProofUnpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
      "getProofCompletionCounter": "opportunityCheckGetProofCompletions",
      "proofRetryConfidenceAvailable": true,
      "proofRetryConfidence": {
        "available": true,
        "mode": "no-spend-proof-retry-confidence",
        "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "url": "https://apexscout.ai/api/opportunity-check",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
        "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
        "http402ReadinessReceiptAvailable": true,
        "http402ReadinessReceipt": {
          "available": true,
          "mode": "no-spend-http-402-readiness-receipt",
          "title": "HTTP 402 Readiness Receipt",
          "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
          "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
          "agentDecision": {
            "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
            "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
          },
          "readinessChecks": [
            "Route scoped to GET /api/opportunity-check.",
            "Amount scoped to $0.01 / 10000 atomic USDC.",
            "Network scoped to Base mainnet eip155:8453.",
            "HTTP 402 is expected before payment.",
            "HTTP 200 is required before paid completion is counted.",
            "No request body, cookies, session, or wallet connection is required to read this receipt.",
            "No buyer-level data is exposed by this receipt.",
            "No automatic payment or paid retry is performed by ApexScout."
          ],
          "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
          "notClaims": {
            "signedReceiptCreated": false,
            "ap2ProofCreated": false,
            "legalMandateCreated": false,
            "paymentReceiptCreated": false,
            "walletApprovalCreated": false,
            "officialEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false
          },
          "noSpendBoundary": {
            "receiptIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByReceipt": false,
            "paidRouteCalledByReceipt": false,
            "paidUpstreamCalls": false,
            "walletConnectionRequiredForReceipt": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "receiptUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
        },
        "proofRetryDecisionStripAvailable": true,
        "proofRetryDecisionStrip": {
          "available": true,
          "mode": "buyer-controlled-proof-retry-decision-strip",
          "title": "Buyer-controlled proof retry gate",
          "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
          "continueIf": [
            "Buyer explicitly approves this exact $0.01 proof.",
            "Client can attach x402 payment on Base mainnet eip155:8453.",
            "Route is exactly GET /api/opportunity-check.",
            "Max amount is exactly 10000 atomic USDC.",
            "Buyer understands only HTTP 200 counts as a paid proof completion."
          ],
          "stopIf": [
            "Buyer has not approved spend.",
            "Client is a normal browser without x402 payment support.",
            "Route, amount, or network differs from the receipt.",
            "The buyer is treating unpaid HTTP 402 as revenue or completion.",
            "The output will not change the buyer's next action."
          ],
          "primaryAction": {
            "label": "Request unpaid proof challenge",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
            "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
            "noPaymentOnClick": true,
            "paidRetryRequiresBuyerWallet": true
          },
          "fallbackNoSpendActions": [
            "/x402-proof",
            "/api/agent-revenue-audit-builder/action-pack",
            "/buyer-payment-scope-check",
            "/chat-tiny-payment-flow"
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "decisionStripUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "decisionStripIsFree": true,
            "paymentAttemptedByDecisionStrip": false,
            "paidRouteCalledByDecisionStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "http402ClosePacketAvailable": true,
        "http402ClosePacket": {
          "available": true,
          "mode": "buyer-agent-402-close-packet",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "402 close packet",
          "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
          "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
          "whatHttp200Proves": [
            "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
            "The paid route returned structured JSON after payment verification.",
            "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
          ],
          "notProofOf": [
            "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
            "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
            "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
          ],
          "continueIf": [
            "The buyer explicitly approved this one-cent proof.",
            "The client can attach an x402 payment authorization.",
            "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
            "The max amount is exactly 10000 atomic USDC.",
            "The network is exactly eip155:8453."
          ],
          "stopIf": [
            "The wallet is not authenticated.",
            "The wallet has insufficient USDC on Base.",
            "The client cannot attach x402 payment.",
            "The max amount is lower than 10000 atomic USDC.",
            "The network is not eip155:8453.",
            "The buyer did not approve this exact spend.",
            "The agent plans to retry more than once just to clear a metric."
          ],
          "failureBranches": {
            "walletNotAuthenticated": {
              "bucket": "wallet_not_authenticated",
              "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
              "apexScoutAction": "Do nothing automatically."
            },
            "insufficientBaseUsdc": {
              "bucket": "insufficient_base_usdc",
              "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
              "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
            },
            "maxAmountTooLow": {
              "bucket": "max_amount_too_low",
              "buyerAction": "Use max amount 10000 atomic USDC or stop.",
              "apexScoutAction": "Do not lower route price or change payment requirements."
            },
            "wrongNetwork": {
              "bucket": "wrong_network",
              "buyerAction": "Use eip155:8453 Base mainnet or stop.",
              "apexScoutAction": "Do not switch rails."
            },
            "paymentDeclined": {
              "bucket": "payment_declined",
              "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
              "apexScoutAction": "Do not retry payment for the buyer."
            }
          },
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-command-copy",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionCommandCopy",
            "closePacketUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "closePacketIsFree": true,
            "closePacketExecutesPayment": false,
            "paymentAttemptedByClosePacket": false,
            "paidRouteCalledByClosePacket": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "secretSigningMaterialRequested": false
          }
        },
        "buyerProofExecutionCloseoutAvailable": true,
        "buyerProofExecutionCloseout": {
          "available": true,
          "mode": "buyer-proof-execution-closeout",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Copied? Finish with one buyer-run proof retry",
          "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "primarySourceTag": "agent-receipt-contract",
          "primarySourceBucket": "agentReceiptContract",
          "commandCopySourceTag": "agent-execution-command-copy",
          "commandCopySourceBucket": "agentExecutionCommandCopy",
          "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "firstScreenPlacement": {
            "x402Proof": "after-wallet-close-before-receipt-command",
            "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
            "closeoutVisibleBeforeCommandCopy": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "closeoutRule": {
            "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
            "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
            "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
            "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
            "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
            "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
          },
          "buyerAgentChecklist": [
            "Wallet is authenticated by the buyer, not ApexScout.",
            "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
            "Maximum spend is exactly 10000 atomic USDC.",
            "Network is exactly eip155:8453 Base mainnet.",
            "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
          ],
          "copyReadyCommands": {
            "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
          },
          "safeReadouts": {
            "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
            "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
            "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
            "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
            "noPaymentAttemptedByRead": true,
            "buyerLevelDataExposed": false,
            "rawPaymentPayloadExposed": false,
            "privateKeysRequested": false
          },
          "buttons": [
            {
              "label": "Copy receipt-bound proof command",
              "copies": "receipt_bound_command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy edge failure readout",
              "copies": "edge_failure_read_command",
              "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "failureReadoutIsRevenue": false,
            "copyIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "newCounterAdded": false,
            "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
          },
          "noSpendBoundary": {
            "closeoutIsFree": true,
            "closeoutExecutesPayment": false,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "failureReadoutExecutesPayment": false,
            "failureReadoutCallsPaidRoute": false,
            "paymentAttemptedByCloseout": false,
            "paidRouteCalledByCloseout": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "productionPostCreated": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cloudflareMutationCreated": false,
            "apifyActorRunCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "rawPaymentPayloadExposed": false
          },
          "safetyClaims": {
            "guaranteedRevenueClaimed": false,
            "officialEndorsementClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareMonetizationGatewayReadinessAvailable": true,
        "cloudflareMonetizationGatewayReadiness": {
          "available": true,
          "mode": "cloudflare-monetization-gateway-readiness",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare live edge status",
          "releaseReportingMode": "worker-and-origin-split",
          "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originReleasePath": "/status",
          "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "workerSourceVersion": "2.2.179",
          "workerHealthReleaseContract": {
            "healthPath": "/__apexscout/cloudflare-x402/health",
            "releaseFieldMeans": "workerRelease",
            "workerReleaseField": "workerRelease",
            "originReleaseField": "originRelease",
            "originReleasePath": "/status",
            "originReleaseReadIsNoSpend": true,
            "mismatchIsActionableOnlyWhenWorkerHealthFails": true
          },
          "sourceSignal": {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
          },
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "officialCloudflareMonetizationGatewayClaimed": false,
          "officialCloudflareEndorsementClaimed": false,
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
          "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
          "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "waitlistOrEarlyAccessRequired": false,
          "noDnsChangeMade": false,
          "dnsChangedByLiveCutover": true,
          "noCloudflareApiCallMade": false,
          "noCloudflareApiCallMadeByRead": true,
          "noPaymentRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "noPaidRouteChanged": true,
          "noPriceChanged": true,
          "noSellerWalletChanged": true,
          "noPaymentRailChanged": true,
          "apexScoutRemainsSourceOfTruth": true,
          "candidateRules": [
            {
              "id": "apexscout-one-cent-proof",
              "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
              "method": "GET",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "amountAtomicUsdc": "10000",
              "priceUsd": "0.01",
              "displayPrice": "$0.01",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "purpose": "Higher-value builder monetization audit route.",
              "method": "POST",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "amountAtomicUsdc": "5000000",
              "priceUsd": "5.00",
              "displayPrice": "$5.00",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            }
          ],
          "migrationPlan": [
            "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
            "Use these candidate rules as the review checklist before any future official managed-gateway change.",
            "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
            "Keep ApexScout aggregate metrics as the public conversion truth source.",
            "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
          ],
          "operatorChecklist": {
            "dnsChangeApproved": true,
            "cloudflareApiTokenApproved": true,
            "gatewayRuleCreationApproved": true,
            "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
            "originFallbackRequired": true,
            "compareGatewayRulesToCandidateRules": true
          },
          "noSpendBoundary": {
            "readinessPacketIsFree": true,
            "paymentAttemptedByReadinessPacket": false,
            "paidRouteCalledByReadinessPacket": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "cloudflareApiCalled": false,
            "dnsChanged": false,
            "dnsAlreadyProxiedThroughCloudflare": true,
            "workerAlreadyDeployed": true,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "revenueOutcomeClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          },
          "telemetryInterpretation": {
            "readinessUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
          }
        },
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "retryDecision": {
          "recommendedOnlyForX402CapableClients": true,
          "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
          "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
        },
        "approvalChecklist": [
          "Buyer approves GET /api/opportunity-check as the route.",
          "Buyer approves the $0.01 maximum spend.",
          "Buyer approves Base mainnet x402 on eip155:8453.",
          "Buyer controls the wallet and chooses whether to retry.",
          "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
        ],
        "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
        "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "confidencePacketIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByConfidencePacket": false,
          "walletConnectionRequiredForConfidencePacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "http402ReadinessReceiptAvailable": true,
      "http402ReadinessReceipt": {
        "available": true,
        "mode": "no-spend-http-402-readiness-receipt",
        "title": "HTTP 402 Readiness Receipt",
        "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
        "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
        "agentDecision": {
          "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
          "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
        },
        "readinessChecks": [
          "Route scoped to GET /api/opportunity-check.",
          "Amount scoped to $0.01 / 10000 atomic USDC.",
          "Network scoped to Base mainnet eip155:8453.",
          "HTTP 402 is expected before payment.",
          "HTTP 200 is required before paid completion is counted.",
          "No request body, cookies, session, or wallet connection is required to read this receipt.",
          "No buyer-level data is exposed by this receipt.",
          "No automatic payment or paid retry is performed by ApexScout."
        ],
        "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
        "notClaims": {
          "signedReceiptCreated": false,
          "ap2ProofCreated": false,
          "legalMandateCreated": false,
          "paymentReceiptCreated": false,
          "walletApprovalCreated": false,
          "officialEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false
        },
        "noSpendBoundary": {
          "receiptIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByReceipt": false,
          "paidRouteCalledByReceipt": false,
          "paidUpstreamCalls": false,
          "walletConnectionRequiredForReceipt": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "receiptUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
      },
      "proofRetryDecisionStripAvailable": true,
      "proofRetryDecisionStrip": {
        "available": true,
        "mode": "buyer-controlled-proof-retry-decision-strip",
        "title": "Buyer-controlled proof retry gate",
        "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
        "continueIf": [
          "Buyer explicitly approves this exact $0.01 proof.",
          "Client can attach x402 payment on Base mainnet eip155:8453.",
          "Route is exactly GET /api/opportunity-check.",
          "Max amount is exactly 10000 atomic USDC.",
          "Buyer understands only HTTP 200 counts as a paid proof completion."
        ],
        "stopIf": [
          "Buyer has not approved spend.",
          "Client is a normal browser without x402 payment support.",
          "Route, amount, or network differs from the receipt.",
          "The buyer is treating unpaid HTTP 402 as revenue or completion.",
          "The output will not change the buyer's next action."
        ],
        "primaryAction": {
          "label": "Request unpaid proof challenge",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
          "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
          "noPaymentOnClick": true,
          "paidRetryRequiresBuyerWallet": true
        },
        "fallbackNoSpendActions": [
          "/x402-proof",
          "/api/agent-revenue-audit-builder/action-pack",
          "/buyer-payment-scope-check",
          "/chat-tiny-payment-flow"
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "decisionStripUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "decisionStripIsFree": true,
          "paymentAttemptedByDecisionStrip": false,
          "paidRouteCalledByDecisionStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofPacketAvailable": true,
      "agentExecutionProofPacket": {
        "available": true,
        "mode": "buyer-controlled-agent-execution-proof-packet",
        "title": "Agent execution packet",
        "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "executionContract": {
          "buyerApprovalRequired": true,
          "x402CapableClientRequired": true,
          "routeMustMatch": "/api/opportunity-check",
          "methodMustMatch": "GET",
          "maxAmountMustMatchAtomicUsdc": "10000",
          "networkMustMatch": "eip155:8453",
          "stopAfterOnePaidResponse": true,
          "successOnlyWhenHttp200": true,
          "automaticSpendingByApexScout": false
        },
        "successCriteria": [
          "Buyer-controlled x402 retry returns HTTP 200.",
          "Response is JSON from GET /api/opportunity-check.",
          "The paid proof counter increments only after the paid retry succeeds."
        ],
        "abortIf": [
          "Buyer approval is missing.",
          "The client cannot attach x402 payment.",
          "Route, method, amount, or network differs.",
          "The unpaid HTTP 402 challenge is being treated as revenue."
        ],
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-proof-packet",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionProofPacket",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "packetIsFree": true,
          "packetExecutesPayment": false,
          "paidRouteCalledByPacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofCtaAvailable": true,
      "agentExecutionProofCta": {
        "available": true,
        "mode": "promoted-buyer-executable-proof-cta",
        "title": "Buyer-run proof packet",
        "label": "Run with buyer-approved x402 wallet",
        "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "method": "GET",
        "route": "/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
        "successMetric": "opportunityCheckGetProofCompletions",
        "unpaidSourceBucket": "agentExecutionProofPacket",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "buyerDecision": {
          "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
          "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
        },
        "noSpendBoundary": {
          "ctaIsFreeToRead": true,
          "normalBrowserGetsUnpaid402": true,
          "paymentAttemptedByCta": false,
          "paidRouteCalledByApexScout": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "walletReadinessStripAvailable": true,
      "walletReadinessStrip": {
        "available": true,
        "mode": "buyer-wallet-readiness-strip",
        "title": "Before you run the command",
        "checklist": [
          "Your x402 wallet/client is authenticated.",
          "Your wallet has at least $0.01 USDC available on Base.",
          "You approve the route: GET /api/opportunity-check.",
          "You approve the max amount: 10000 atomic USDC.",
          "You understand unpaid HTTP 402 is not revenue.",
          "You understand paid proof means HTTP 200 after your own wallet retry."
        ],
        "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "amountAtomicUsdc": "10000",
        "priceUsd": "0.01",
        "network": "eip155:8453",
        "noFundingAdvice": true,
        "noTradingAdvice": true,
        "noPrivateKeyAdvice": true,
        "noOnrampAdvice": true,
        "noSpendBoundary": {
          "stripIsFree": true,
          "paymentAttemptedByStrip": false,
          "paidRouteCalledByStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "buyerAgentCommandCopyAvailable": true,
      "buyerAgentCommandCopy": {
        "available": true,
        "mode": "buyer-agent-command-copy",
        "title": "Wallet-ready? Copy this command",
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "requestBodyRequired": false,
        "walletMustBeAuthenticated": true,
        "walletNeedsSufficientUsdc": true,
        "apexScoutRunsCommand": false,
        "copyingIsPayment": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "sourceBucketCompatibility": {
          "oldPacketSourceStillSupported": "agent-execution-proof-packet",
          "newCommandCopySource": "agent-execution-command-copy",
          "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
        },
        "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
        "prerequisites": [
          "Authenticated x402 wallet/client.",
          "At least $0.01 USDC on Base."
        ],
        "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
        "copyingIsNotPaymentCopy": "Copying this command is not payment.",
        "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
        "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
        "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
        "placement": {
          "x402Proof": "above-proof-detail-sections",
          "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
          "primaryForWalletCapableAgents": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "buttons": [
          {
            "label": "Copy command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy route only",
            "copies": "route",
            "value": "/api/opportunity-check?src=agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetry": {
          "commandCopyTelemetryAdded": false,
          "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
          "copyIsRevenue": false,
          "copyIsPayment": false,
          "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
        },
        "noSpendBoundary": {
          "copyPanelIsFree": true,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "paidRouteCalledByCopyPanel": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "agentReceiptCloseStripAvailable": true,
      "agentReceiptCloseStrip": {
        "available": true,
        "mode": "agent-receipt-close-strip",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Receipt rule accepted? Copy the proof command",
        "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
        "sourceTag": "agent-receipt-contract",
        "sourceBucket": "agentReceiptContract",
        "method": "GET",
        "route": "/api/opportunity-check",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "firstScreenPlacement": {
          "x402Proof": "before-wallet-command-copy",
          "chatTinyPaymentFlow": "before-wallet-command-copy",
          "makeReceiptRuleVisibleBeforePaymentCommand": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "receiptRule": {
          "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
          "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
          "unpaid402IsNotRevenue": true,
          "paidProofRequiresHttp200": true,
          "buyerControlsWalletAndRetry": true,
          "stopAfterOneSuccessfulPaidResponse": true
        },
        "visibleBuyerCopy": [
          "Accept the receipt rule before copying the command.",
          "HTTP 402 is only the unpaid challenge.",
          "HTTP 200 after your buyer-controlled retry is the paid proof.",
          "ApexScout does not run this command and does not control the wallet."
        ],
        "buttons": [
          {
            "label": "Copy receipt-bound command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy receipt route",
            "copies": "route",
            "value": "/api/opportunity-check?src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentReceiptContract",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
        },
        "noSpendBoundary": {
          "closeStripIsFree": true,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "paymentAttemptedByCloseStrip": false,
          "paidRouteCalledByCloseStrip": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "buyerWalletCloseAvailable": true,
      "buyerWalletClose": {
        "available": true,
        "mode": "buyer-wallet-close",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Can your wallet pay now?",
        "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
        "route": "/api/buyer-wallet-close-intent",
        "method": "GET",
        "routeIsFree": true,
        "sourceTags": {
          "walletReady": "agent-receipt-contract",
          "cannotPayYet": "agent-wallet-skill-pack",
          "copyPaidProofCommand": "agent-execution-command-copy",
          "copyReceiptBoundCommand": "agent-receipt-contract",
          "copyWalletSetupCommand": "agent-wallet-skill-pack"
        },
        "actions": {
          "walletReady": {
            "action": "wallet_ready",
            "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "method": "GET",
            "sourceTag": "agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "cannotPayYet": {
            "action": "cannot_pay_yet",
            "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "method": "GET",
            "sourceTag": "agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyPaidProofCommand": {
            "action": "copy_paid_proof_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "method": "GET",
            "sourceTag": "agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyReceiptBoundCommand": {
            "action": "copy_receipt_bound_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "method": "GET",
            "sourceTag": "agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyWalletSetupCommand": {
            "action": "copy_wallet_setup_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "method": "GET",
            "sourceTag": "agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        },
        "visibleBuyerCopy": [
          "Choose the wallet state before copying a command.",
          "This signal is a free GET request and does not open the paid route.",
          "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
          "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
        ],
        "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
        "buttons": [
          {
            "label": "I can pay now",
            "action": "wallet_ready",
            "copies": null,
            "value": null,
            "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "I can't pay yet",
            "action": "cannot_pay_yet",
            "copies": null,
            "value": null,
            "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy paid proof command",
            "action": "copy_paid_proof_command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy receipt-bound command",
            "action": "copy_receipt_bound_command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "action": "copy_wallet_setup_command",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "mode": "aggregate-only-buyer-wallet-close-intent",
          "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
          "intentIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "firstScreenPlacement": {
          "x402Proof": "before-receipt-and-command-copy",
          "chatTinyPaymentFlow": "before-receipt-and-command-copy",
          "walletStateVisibleBeforePaymentCommand": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "noSpendBoundary": {
          "panelIsFree": true,
          "intentRouteIsFree": true,
          "intentRouteMethod": "GET",
          "copyingExecutesPayment": false,
          "clickingStateExecutesPayment": false,
          "clickingStateOpensPaidRoute": false,
          "paidRouteCalledByPanel": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "http402ClosePacketAvailable": true,
      "http402ClosePacket": {
        "available": true,
        "mode": "buyer-agent-402-close-packet",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "402 close packet",
        "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "price": "$0.01",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
        "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
        "whatHttp200Proves": [
          "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
          "The paid route returned structured JSON after payment verification.",
          "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
        ],
        "notProofOf": [
          "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
          "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
          "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
        ],
        "continueIf": [
          "The buyer explicitly approved this one-cent proof.",
          "The client can attach an x402 payment authorization.",
          "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
          "The max amount is exactly 10000 atomic USDC.",
          "The network is exactly eip155:8453."
        ],
        "stopIf": [
          "The wallet is not authenticated.",
          "The wallet has insufficient USDC on Base.",
          "The client cannot attach x402 payment.",
          "The max amount is lower than 10000 atomic USDC.",
          "The network is not eip155:8453.",
          "The buyer did not approve this exact spend.",
          "The agent plans to retry more than once just to clear a metric."
        ],
        "failureBranches": {
          "walletNotAuthenticated": {
            "bucket": "wallet_not_authenticated",
            "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
            "apexScoutAction": "Do nothing automatically."
          },
          "insufficientBaseUsdc": {
            "bucket": "insufficient_base_usdc",
            "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
            "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
          },
          "maxAmountTooLow": {
            "bucket": "max_amount_too_low",
            "buyerAction": "Use max amount 10000 atomic USDC or stop.",
            "apexScoutAction": "Do not lower route price or change payment requirements."
          },
          "wrongNetwork": {
            "bucket": "wrong_network",
            "buyerAction": "Use eip155:8453 Base mainnet or stop.",
            "apexScoutAction": "Do not switch rails."
          },
          "paymentDeclined": {
            "bucket": "payment_declined",
            "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
            "apexScoutAction": "Do not retry payment for the buyer."
          }
        },
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-command-copy",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionCommandCopy",
          "closePacketUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "closePacketIsFree": true,
          "closePacketExecutesPayment": false,
          "paymentAttemptedByClosePacket": false,
          "paidRouteCalledByClosePacket": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "secretSigningMaterialRequested": false
        }
      },
      "buyerProofExecutionCloseoutAvailable": true,
      "buyerProofExecutionCloseout": {
        "available": true,
        "mode": "buyer-proof-execution-closeout",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Copied? Finish with one buyer-run proof retry",
        "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "primarySourceTag": "agent-receipt-contract",
        "primarySourceBucket": "agentReceiptContract",
        "commandCopySourceTag": "agent-execution-command-copy",
        "commandCopySourceBucket": "agentExecutionCommandCopy",
        "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "firstScreenPlacement": {
          "x402Proof": "after-wallet-close-before-receipt-command",
          "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
          "closeoutVisibleBeforeCommandCopy": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "closeoutRule": {
          "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
          "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
          "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
          "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
          "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
          "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
        },
        "buyerAgentChecklist": [
          "Wallet is authenticated by the buyer, not ApexScout.",
          "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
          "Maximum spend is exactly 10000 atomic USDC.",
          "Network is exactly eip155:8453 Base mainnet.",
          "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
        ],
        "copyReadyCommands": {
          "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
          "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
        },
        "safeReadouts": {
          "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
          "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
          "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
          "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
          "noPaymentAttemptedByRead": true,
          "buyerLevelDataExposed": false,
          "rawPaymentPayloadExposed": false,
          "privateKeysRequested": false
        },
        "buttons": [
          {
            "label": "Copy receipt-bound proof command",
            "copies": "receipt_bound_command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy edge failure readout",
            "copies": "edge_failure_read_command",
            "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "failureReadoutIsRevenue": false,
          "copyIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "newCounterAdded": false,
          "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
        },
        "noSpendBoundary": {
          "closeoutIsFree": true,
          "closeoutExecutesPayment": false,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "failureReadoutExecutesPayment": false,
          "failureReadoutCallsPaidRoute": false,
          "paymentAttemptedByCloseout": false,
          "paidRouteCalledByCloseout": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "productionPostCreated": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareMutationCreated": false,
          "apifyActorRunCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "rawPaymentPayloadExposed": false
        },
        "safetyClaims": {
          "guaranteedRevenueClaimed": false,
          "officialEndorsementClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareMonetizationGatewayReadinessAvailable": true,
      "cloudflareMonetizationGatewayReadiness": {
        "available": true,
        "mode": "cloudflare-monetization-gateway-readiness",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare live edge status",
        "releaseReportingMode": "worker-and-origin-split",
        "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originReleasePath": "/status",
        "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "workerSourceVersion": "2.2.179",
        "workerHealthReleaseContract": {
          "healthPath": "/__apexscout/cloudflare-x402/health",
          "releaseFieldMeans": "workerRelease",
          "workerReleaseField": "workerRelease",
          "originReleaseField": "originRelease",
          "originReleasePath": "/status",
          "originReleaseReadIsNoSpend": true,
          "mismatchIsActionableOnlyWhenWorkerHealthFails": true
        },
        "sourceSignal": {
          "name": "Cloudflare Monetization Gateway",
          "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
        },
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "officialCloudflareMonetizationGatewayClaimed": false,
        "officialCloudflareEndorsementClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "waitlistOrEarlyAccessRequired": false,
        "noDnsChangeMade": false,
        "dnsChangedByLiveCutover": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "apexScoutRemainsSourceOfTruth": true,
        "candidateRules": [
          {
            "id": "apexscout-one-cent-proof",
            "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "amountAtomicUsdc": "10000",
            "priceUsd": "0.01",
            "displayPrice": "$0.01",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "purpose": "Higher-value builder monetization audit route.",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "amountAtomicUsdc": "5000000",
            "priceUsd": "5.00",
            "displayPrice": "$5.00",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          }
        ],
        "migrationPlan": [
          "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
          "Use these candidate rules as the review checklist before any future official managed-gateway change.",
          "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
          "Keep ApexScout aggregate metrics as the public conversion truth source.",
          "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
        ],
        "operatorChecklist": {
          "dnsChangeApproved": true,
          "cloudflareApiTokenApproved": true,
          "gatewayRuleCreationApproved": true,
          "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
          "originFallbackRequired": true,
          "compareGatewayRulesToCandidateRules": true
        },
        "noSpendBoundary": {
          "readinessPacketIsFree": true,
          "paymentAttemptedByReadinessPacket": false,
          "paidRouteCalledByReadinessPacket": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "cloudflareApiCalled": false,
          "dnsChanged": false,
          "dnsAlreadyProxiedThroughCloudflare": true,
          "workerAlreadyDeployed": true,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "revenueOutcomeClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        },
        "telemetryInterpretation": {
          "readinessUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
        }
      },
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "agentMonetizationPolicyMatrixAvailable": true,
      "agentMonetizationPolicyMatrix": {
        "available": true,
        "mode": "agent-monetization-policy-matrix",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Agent monetization policy matrix",
        "purpose": "Give crawlers, buyer agents, edge gateways, and MCP clients one clear allow/charge/block map before they touch a paid route.",
        "sourceSignals": [
          {
            "name": "Cloudflare Pay Per Crawl",
            "sourceUrl": "https://blog.cloudflare.com/introducing-pay-per-crawl/",
            "interpretedAs": "Agents and crawlers need a simple policy choice: free access, charged access, or blocked access."
          },
          {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Paid APIs, datasets, pages, and MCP tools can be described as route-level payment rules before any buyer-controlled retry."
          }
        ],
        "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
        "apiPath": "/api/agent-monetization-policy",
        "wellKnownPath": "/.well-known/apexscout-monetization-policy.json",
        "paidMcpToolsManifest": "https://apexscout.ai/.well-known/apexscout-paid-tools.json",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareDnsProxied": true,
        "officialCloudflareEndorsementClaimed": false,
        "officialCloudflareMonetizationGatewayClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "cloudflarePayPerCrawlIntegrated": false,
        "noCrawlerBillingCreated": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "routePolicyCount": 8,
        "defaultPolicy": {
          "action": "allow_free_public_metadata",
          "appliesTo": "Public ApexScout-owned docs, manifests, readiness pages, and health surfaces.",
          "paidRetryRequired": false,
          "buyerLevelDataExposed": false
        },
        "routePolicies": [
          {
            "id": "public-docs-and-start-pages",
            "action": "allow_free",
            "routes": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/agent-capabilities.json",
              "/.well-known/agent.json",
              "/api/public-agent"
            ],
            "reason": "Agents need no-spend discovery and route selection before deciding whether to pay.",
            "crawlerPolicy": "allow_public_metadata_only",
            "paidRetryRequired": false
          },
          {
            "id": "machine-readable-policy-and-tools",
            "action": "allow_free",
            "routes": [
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json"
            ],
            "reason": "Payment-aware clients should inspect prices, routes, caps, and guardrails without spending.",
            "crawlerPolicy": "allow_agent_metadata",
            "paidRetryRequired": false
          },
          {
            "id": "proof-pages-and-payment-education",
            "action": "allow_free",
            "routes": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow"
            ],
            "reason": "These surfaces explain the one-cent proof and wallet-controlled retry; reading them is not payment.",
            "crawlerPolicy": "allow_public_payment_instructions",
            "paidRetryRequired": false
          },
          {
            "id": "one-cent-proof",
            "action": "charge_x402",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "crawlerPolicy": "charge_only_when_agent_chooses_paid_resource"
          },
          {
            "id": "agent-revenue-audit",
            "action": "charge_x402",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "crawlerPolicy": "charge_paid_builder_audit_only_after_buyer_approval"
          },
          {
            "id": "builder-and-scope-preflight",
            "action": "allow_free_preflight",
            "routes": [
              "/agent-revenue-audit-builder",
              "/api/agent-revenue-audit-builder",
              "/api/agent-revenue-audit-builder/action-pack",
              "/buyer-payment-scope-check",
              "/api/buyer-payment-scope-check",
              "/buyer-agent-payment-safety",
              "/api/buyer-agent-payment-safety"
            ],
            "reason": "Preflight and safety checks reduce accidental spend and do not execute payment.",
            "crawlerPolicy": "allow_no_spend_prep_surfaces",
            "paidRetryRequired": false
          },
          {
            "id": "admin-and-private-surfaces",
            "action": "block_public_access",
            "routes": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "crawlerPolicy": "block",
            "paidRetryAvailable": false
          },
          {
            "id": "third-party-outreach-and-catalog-crawl",
            "action": "not_performed_by_apexscout",
            "routes": [],
            "reason": "ApexScout does not scrape catalogs, contact third parties, create fake traffic, post, DM, email, or crawl competitors.",
            "crawlerPolicy": "blocked_by_operating_boundary",
            "paidRetryAvailable": false
          }
        ],
        "crawlerAndAgentRules": {
          "allow": [
            "Read public docs, manifests, policy files, OpenAPI, MCP metadata, proof pages, and no-spend preflight surfaces.",
            "Use unpaid HTTP 402 as a route-health/payment-requirements signal, not as revenue."
          ],
          "charge": [
            "Charge only the existing one-cent proof route or the existing $5 Agent Revenue Audit route.",
            "Require buyer-controlled x402 retry before any paid completion is counted."
          ],
          "block": [
            "Block admin/private surfaces from public policy.",
            "Do not provide a paid bypass for scraping, third-party discovery, fake traffic, outreach, or buyer-level data."
          ]
        },
        "edgeGatewayCandidate": {
          "readyToReview": true,
          "cloudflareRuleCreated": false,
          "firstRuleToMirror": "one-cent-proof",
          "secondRuleToMirror": "agent-revenue-audit",
          "rollbackRequirement": "Railway-origin x402 remains the fallback until each edge rule proves unpaid 402 and paid 200."
        },
        "noSpendBoundary": {
          "policyIsFree": true,
          "paymentAttemptedByPolicy": false,
          "paidRouteCalledByPolicy": false,
          "cloudflareApiCalled": false,
          "crawlerBillingCreated": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "paidMcpToolManifestAvailable": true,
      "paidMcpToolManifest": {
        "available": true,
        "mode": "paid-mcp-tool-manifest",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "ApexScout paid MCP tool manifest",
        "purpose": "Make ApexScout's payable resources obvious to MCP-style clients without opening a paid route or simulating payment.",
        "apiPath": "/api/paid-mcp-tools",
        "wellKnownPath": "/.well-known/apexscout-paid-tools.json",
        "policyPath": "/.well-known/apexscout-monetization-policy.json",
        "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "mcpToolPackPath": "/api/mcp-tool-pack",
        "mcpManifestPath": "/.well-known/mcp.json",
        "openApiPath": "/api/agentcore-openapi.json",
        "toolCount": 3,
        "paidToolCount": 3,
        "freeToolCount": 0,
        "tools": [
          {
            "name": "apexscout_link_native_tiny_paid_proof",
            "displayName": "One-cent x402 proof",
            "method": "GET",
            "path": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUnits": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": false,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "buyerControlledRetryOnly": true,
            "recommendedFor": "Fastest proof that the buyer agent can complete an x402 payment path."
          },
          {
            "name": "apexscout_opportunity_check",
            "displayName": "Opportunity Check",
            "method": "POST",
            "path": "/api/opportunity-check",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUnits": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": true,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerControlledRetryOnly": true,
            "inputSchemaSummary": {
              "subject": "string",
              "goal": "string",
              "buyerType": "optional string",
              "source": "optional string"
            },
            "recommendedFor": "Cheapest normal paid trust screen after a buyer chooses a subject and goal."
          },
          {
            "name": "apexscout_agent_revenue_audit",
            "displayName": "Agent Revenue Audit",
            "method": "POST",
            "path": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "maxAmountAtomicUnits": "5000000",
            "network": "eip155:8453",
            "requestBodyRequired": true,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerControlledRetryOnly": true,
            "preflightPath": "/api/agent-revenue-audit-builder/prepare",
            "previewPath": "/api/agent-revenue-audit-preview",
            "inputSchemaSummary": {
              "serviceName": "string",
              "currentOffer": "string",
              "targetBuyer": "string",
              "currentProblem": "string",
              "currentPaymentRail": "optional string",
              "riskTolerance": "optional string",
              "source": "optional string"
            },
            "recommendedFor": "Paid conversion audit for x402, MCP, and agent API builders."
          }
        ],
        "recommendedNoSpendBeforePayment": [
          "/docs.json",
          "/api/agent-monetization-policy",
          "/api/mcp-tool-pack",
          "/api/agentcore-openapi.json",
          "/api/cloudflare-billing-rules",
          "/api/cloudflare-x402-worker-config",
          "/api/x402-proof",
          "/api/chat-tiny-payment-flow",
          "/api/agent-revenue-audit-preview",
          "/api/agent-revenue-audit-builder/action-pack",
          "/api/buyer-payment-scope-check"
        ],
        "compatibility": {
          "mcpClientsCanDiscoverPaidTools": true,
          "x402RequiredForPaidCompletion": true,
          "http402ChallengeExpectedBeforePayment": true,
          "paymentCredentialIsBuyerControlled": true,
          "sellerManagedBuyerWallet": false,
          "apiKeysRequiredBeforePayment": false,
          "cloudflareGatewayRuleAlreadyCreated": false,
          "originStillEnforcesX402": true
        },
        "noSpendBoundary": {
          "manifestIsFree": true,
          "paymentAttemptedByManifest": false,
          "paidRouteCalledByManifest": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "notClaims": {
          "cloudflareEndorsementClaimed": false,
          "mcpMarketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "paymentExecutedByReadingManifest": false,
          "buyerWalletControlledByApexScout": false
        }
      },
      "sourcePreservingHandoffAvailable": true,
      "sourcePreservingHandoff": {
        "sourcePreservingHandoffAvailable": true,
        "mode": "aggregate-only-source-preserving-handoff",
        "purpose": "Preserve owner-approved launch source tags from public entry pages into no-spend proof, Builder, Scope, and paid-intent handoff links.",
        "activeSourceTag": null,
        "exampleSourceTag": "x-daily-post",
        "sourceQueryParam": "src",
        "supportedSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "destinationLinks": {
          "x402Proof": "/x402-proof?src=x-daily-post",
          "x402ProofApi": "/api/x402-proof?src=x-daily-post",
          "chatTinyPaymentFlow": "/chat-tiny-payment-flow?src=x-daily-post",
          "chatTinyPaymentFlowApi": "/api/chat-tiny-payment-flow?src=x-daily-post",
          "tinyPaidProof": "/api/opportunity-check?src=x-daily-post",
          "auditBuilderActionPack": "/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
          "auditBuilder": "/agent-revenue-audit-builder?src=x-daily-post",
          "scopeCheck": "/buyer-payment-scope-check?src=x-daily-post",
          "agentCommerceScenarios": "/agent-commerce-scenarios?src=x-daily-post",
          "paymentIntent": "/payment-intent?route=agent-revenue-audit&src=x-daily-post"
        },
        "destinationUrls": {
          "x402Proof": "https://apexscout.ai/x402-proof?src=x-daily-post",
          "x402ProofApi": "https://apexscout.ai/api/x402-proof?src=x-daily-post",
          "chatTinyPaymentFlow": "https://apexscout.ai/chat-tiny-payment-flow?src=x-daily-post",
          "chatTinyPaymentFlowApi": "https://apexscout.ai/api/chat-tiny-payment-flow?src=x-daily-post",
          "tinyPaidProof": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
          "auditBuilderActionPack": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
          "auditBuilder": "https://apexscout.ai/agent-revenue-audit-builder?src=x-daily-post",
          "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?src=x-daily-post",
          "agentCommerceScenarios": "https://apexscout.ai/agent-commerce-scenarios?src=x-daily-post",
          "paymentIntent": "https://apexscout.ai/payment-intent?route=agent-revenue-audit&src=x-daily-post"
        },
        "sourcePreservedOnPageLinks": true,
        "sourcePreservedOnCopyCommand": true,
        "preservesOnlySafeSourceTags": true,
        "unsupportedSourceTagsDropped": true,
        "sourcePreservationCreatesTraffic": false,
        "sourcePreservationCreatesActionIntent": false,
        "sourcePreservationCreatesPrepareRequest": false,
        "sourcePreservationCreatesScopeCheck": false,
        "sourcePreservationCallsPaidRoute": false,
        "sourcePreservationExecutesPayment": false,
        "noSpendBoundary": {
          "handoffIsFree": true,
          "linkRewriteOnly": true,
          "paidRouteCalledByHandoff": false,
          "productionPostCreated": false,
          "actionIntentCreatedByHandoff": false,
          "prepareRequestCreatedByHandoff": false,
          "scopeCheckCreatedByHandoff": false,
          "fakeTrafficCreated": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareRuleChanged": false,
          "dnsChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesRequired": false,
          "cookiesAddedForHandoff": false,
          "sessionTrackingRequired": false,
          "sessionTrackingAddedForHandoff": false,
          "fingerprintingAdded": false
        },
        "note": "A safe owner source tag can travel on same-site links and copied proof commands so aggregate proof/source buckets can connect the front door to the next buyer-controlled step. The handoff does not open links or execute payment."
      },
      "sourcePreservedHref": "/api/opportunity-check?src=x-daily-post",
      "sourcePreservedHrefUrl": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
      "sourceAttributionAvailable": true,
      "sourceTagsStored": "sanitized-aggregate-only",
      "supportedSourceTags": [
        "front-door-x402-proof-cta",
        "action-pack-x402-proof-cta",
        "chat-tiny-x402-proof-cta",
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch",
        "machine-readable-x402-proof",
        "agent-execution-proof-packet",
        "agent-execution-command-copy",
        "agent-wallet-skill-pack",
        "agent-receipt-contract"
      ],
      "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
      "unpaidTopSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags",
      "completionSourceBucketsCounter": "opportunityCheckGetProofCompletionSourceBuckets",
      "agentExecutionCommandCopySourceBucket": "agentExecutionCommandCopy",
      "agentReceiptContractSourceBucket": "agentReceiptContract",
      "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
      "buyerWalletCloseWalletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
      "buyerWalletCloseCannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
      "http402ClosePacketSourceBucket": "agentExecutionCommandCopy",
      "buyerProofExecutionCloseoutSourceBucket": "agentReceiptContract",
      "agentExecutionCommandCopyTelemetryAdded": false,
      "agentExecutionCommandCopyTelemetryReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
      "ownerLaunchSourcePreservationCreatesTraffic": false,
      "ownerLaunchSourcePreservationCallsPaidRoute": false,
      "ownerLaunchSourcePreservationExecutesPayment": false,
      "unpaidChallengeIsRevenue": false,
      "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
      "unpaidChallengeInterpretation": "GET proof CTA clicks that reach unpaid 402 are not revenue. They show a client requested the proof route before payment. A paid completion still requires buyer-controlled x402 retry and HTTP 200.",
      "buyerAgentExecutionPacketAvailable": true,
      "requiresBuyerControlledX402Retry": true,
      "noRequestBodyRequired": true,
      "usesExistingPaidResource": true,
      "samePaidResourceAs": "POST /api/opportunity-check",
      "doesNotAddThirdPaidRoute": true,
      "doesNotCallAgentRevenueAudit": true,
      "cloudflareGatewayIntegrated": true,
      "cloudflareEdgeWorkerIntegrated": true,
      "cloudflareDnsProxied": true,
      "noCloudflareApiCallMade": false,
      "noCloudflareApiCallMadeByRead": true,
      "noDnsChangeMade": false,
      "cloudflareGatewayRuleCreated": true,
      "officialCloudflareGatewayRuleCreated": false,
      "cloudflareWorkerRouteCreated": true,
      "paidCallsMadeByActionSurface": false,
      "buyerLevelDataExposed": false,
      "publicCopy": "GET /api/opportunity-check is the one-cent x402 proof link. It returns HTTP 402 until a buyer-controlled x402 client retries payment."
    },
    "optionalAggregateIntentPing": {
      "useOnlyWhenBuyerAsksToCopyOrProceed": true,
      "method": "POST",
      "endpoint": "/api/agent-revenue-audit-builder/action-intent",
      "url": "https://apexscout.ai/api/agent-revenue-audit-builder/action-intent",
      "action": "copy_no_spend_action_pack",
      "countsAsPrepare": false,
      "countsAsRevenue": false,
      "storesRawPayload": false,
      "storesBuyerIdentity": false
    },
    "stopConditions": [
      "Buyer has not explicitly asked to continue.",
      "Buyer asks for outreach, scraping, directory submission, competitor inspection, or fake traffic.",
      "Buyer expects guaranteed revenue, legal, tax, investment, lending, compliance, or trading advice.",
      "Buyer wants payment attempted before the free prepare result and payment-scope check."
    ],
    "noSpendBoundary": {
      "readingThisBridgeCreatesPrepareRequest": false,
      "readingThisBridgeCreatesActionIntent": false,
      "paidCallsMade": false,
      "paidUpstreamCallsMade": false,
      "paymentExecuted": false,
      "walletConnectionRequired": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "buyerLevelDataExposed": false
    }
  },
  "intentCards": [
    {
      "intent": "proof",
      "label": "I want the $0.01 trust/proof path",
      "chooseThisIf": "Choose this if you only need the cheapest x402 trust/proof path.",
      "copy": "Use this when you only need to test the cheapest x402 route and see the unpaid 402 -> buyer-paid retry sequence.",
      "sourceTag": "action-pack-proof-intent",
      "intentHref": "/action-pack/go/proof",
      "intentUrl": "https://apexscout.ai/action-pack/go/proof",
      "target": "/action-pack/go/proof",
      "targetUrl": "https://apexscout.ai/action-pack/go/proof",
      "noSpendTarget": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "nextActionLabel": "Inspect unpaid proof instructions",
      "destinationActionCompression": true,
      "sourceAwareHandoff": true,
      "noAutoSubmit": true,
      "noPaymentExecution": true,
      "noPaidRouteCall": true,
      "countersRemainActionOnly": true,
      "destinationActionCompressionDetails": {
        "releaseGoal": "v2.2.151-payment-mandate-preview",
        "priorityDestination": "proof",
        "sourceAwareDestinations": [
          "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
          "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
          "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
          "/chat-tiny-payment-flow?src=action-pack-proof-intent-link"
        ],
        "pageViewCreatesPrepare": false,
        "pageViewCreatesScopeCheck": false,
        "pageViewCreatesIntent": false,
        "approvedToRetryIsPayment": false,
        "readyToPayIsPayment": false,
        "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200"
      },
      "noAutoPrepare": true,
      "destinationHandoffRouteUrl": "https://apexscout.ai/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "noJsIntentLink": true,
      "recordsAggregateIntent": true,
      "redirectsToNoSpendTarget": true,
      "noPrepareExecution": true,
      "buyerLevelDataExposed": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "fingerprintingAdded": false,
      "paidCallsMade": false,
      "paidUpstreamCallsMade": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "competitorInspectionPerformed": false,
      "directorySubmissionPerformed": false,
      "sellerWalletChanged": false,
      "settlementRailChanged": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false,
      "optionalX402ProofCta": {
        "method": "GET",
        "route": "/api/opportunity-check",
        "href": "/api/opportunity-check?src=action-pack-x402-proof-cta",
        "url": "https://apexscout.ai/api/opportunity-check?src=action-pack-x402-proof-cta",
        "sourceTag": "action-pack-x402-proof-cta",
        "price": "$0.01",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "requiresBuyerControlledX402Retry": true,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "secondaryToNoSpend": true,
        "noAutoOpen": true,
        "noPaymentExecution": true,
        "buyerLevelDataExposed": false,
        "proofRetryConfidence": {
          "available": true,
          "mode": "no-spend-proof-retry-confidence",
          "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
          "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
          "http402ReadinessReceiptAvailable": true,
          "http402ReadinessReceipt": {
            "available": true,
            "mode": "no-spend-http-402-readiness-receipt",
            "title": "HTTP 402 Readiness Receipt",
            "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
            "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
            "agentDecision": {
              "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
              "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
              "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
            },
            "readinessChecks": [
              "Route scoped to GET /api/opportunity-check.",
              "Amount scoped to $0.01 / 10000 atomic USDC.",
              "Network scoped to Base mainnet eip155:8453.",
              "HTTP 402 is expected before payment.",
              "HTTP 200 is required before paid completion is counted.",
              "No request body, cookies, session, or wallet connection is required to read this receipt.",
              "No buyer-level data is exposed by this receipt.",
              "No automatic payment or paid retry is performed by ApexScout."
            ],
            "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
            "notClaims": {
              "signedReceiptCreated": false,
              "ap2ProofCreated": false,
              "legalMandateCreated": false,
              "paymentReceiptCreated": false,
              "walletApprovalCreated": false,
              "officialEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false
            },
            "noSpendBoundary": {
              "receiptIsFree": true,
              "opensPaidRouteByItself": false,
              "paymentAttemptedByReceipt": false,
              "paidRouteCalledByReceipt": false,
              "paidUpstreamCalls": false,
              "walletConnectionRequiredForReceipt": false,
              "automaticSpending": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            },
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "receiptUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
          },
          "proofRetryDecisionStripAvailable": true,
          "proofRetryDecisionStrip": {
            "available": true,
            "mode": "buyer-controlled-proof-retry-decision-strip",
            "title": "Buyer-controlled proof retry gate",
            "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "agentExecutionProofPacketAvailable": true,
            "agentExecutionProofPacket": {
              "available": true,
              "mode": "buyer-controlled-agent-execution-proof-packet",
              "title": "Agent execution packet",
              "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
              "route": "/api/opportunity-check",
              "method": "GET",
              "href": "/api/opportunity-check?src=agent-execution-proof-packet",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "sourceTag": "agent-execution-proof-packet",
              "price": "$0.01",
              "priceUsd": "0.01",
              "maxAmountAtomicUsdc": "10000",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "rail": "Base mainnet x402 exact payment",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
              "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
              "machineReadablePaymentRequest": {
                "protocol": "x402",
                "method": "GET",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
                "route": "/api/opportunity-check",
                "maxAmountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "sourceTag": "agent-execution-proof-packet"
              },
              "executionContract": {
                "buyerApprovalRequired": true,
                "x402CapableClientRequired": true,
                "routeMustMatch": "/api/opportunity-check",
                "methodMustMatch": "GET",
                "maxAmountMustMatchAtomicUsdc": "10000",
                "networkMustMatch": "eip155:8453",
                "stopAfterOnePaidResponse": true,
                "successOnlyWhenHttp200": true,
                "automaticSpendingByApexScout": false
              },
              "successCriteria": [
                "Buyer-controlled x402 retry returns HTTP 200.",
                "Response is JSON from GET /api/opportunity-check.",
                "The paid proof counter increments only after the paid retry succeeds."
              ],
              "abortIf": [
                "Buyer approval is missing.",
                "The client cannot attach x402 payment.",
                "Route, method, amount, or network differs.",
                "The unpaid HTTP 402 challenge is being treated as revenue."
              ],
              "telemetryInterpretation": {
                "sourceTag": "agent-execution-proof-packet",
                "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
                "paidCompletionCounter": "opportunityCheckGetProofCompletions",
                "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
                "sourceBucket": "agentExecutionProofPacket",
                "unpaidChallengeIsRevenue": false,
                "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
              },
              "noSpendBoundary": {
                "packetIsFree": true,
                "packetExecutesPayment": false,
                "paidRouteCalledByPacket": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false
              }
            },
            "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
            "continueIf": [
              "Buyer explicitly approves this exact $0.01 proof.",
              "Client can attach x402 payment on Base mainnet eip155:8453.",
              "Route is exactly GET /api/opportunity-check.",
              "Max amount is exactly 10000 atomic USDC.",
              "Buyer understands only HTTP 200 counts as a paid proof completion."
            ],
            "stopIf": [
              "Buyer has not approved spend.",
              "Client is a normal browser without x402 payment support.",
              "Route, amount, or network differs from the receipt.",
              "The buyer is treating unpaid HTTP 402 as revenue or completion.",
              "The output will not change the buyer's next action."
            ],
            "primaryAction": {
              "label": "Request unpaid proof challenge",
              "href": "/api/opportunity-check?src=machine-readable-x402-proof",
              "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
              "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
              "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
              "noPaymentOnClick": true,
              "paidRetryRequiresBuyerWallet": true
            },
            "fallbackNoSpendActions": [
              "/x402-proof",
              "/api/agent-revenue-audit-builder/action-pack",
              "/buyer-payment-scope-check",
              "/chat-tiny-payment-flow"
            ],
            "telemetryInterpretation": {
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "decisionStripUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "decisionStripIsFree": true,
              "paymentAttemptedByDecisionStrip": false,
              "paidRouteCalledByDecisionStrip": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "http402ClosePacketAvailable": true,
          "http402ClosePacket": {
            "available": true,
            "mode": "buyer-agent-402-close-packet",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "402 close packet",
            "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
            "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
            "whatHttp200Proves": [
              "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
              "The paid route returned structured JSON after payment verification.",
              "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
            ],
            "notProofOf": [
              "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
              "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
              "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
            ],
            "continueIf": [
              "The buyer explicitly approved this one-cent proof.",
              "The client can attach an x402 payment authorization.",
              "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
              "The max amount is exactly 10000 atomic USDC.",
              "The network is exactly eip155:8453."
            ],
            "stopIf": [
              "The wallet is not authenticated.",
              "The wallet has insufficient USDC on Base.",
              "The client cannot attach x402 payment.",
              "The max amount is lower than 10000 atomic USDC.",
              "The network is not eip155:8453.",
              "The buyer did not approve this exact spend.",
              "The agent plans to retry more than once just to clear a metric."
            ],
            "failureBranches": {
              "walletNotAuthenticated": {
                "bucket": "wallet_not_authenticated",
                "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
                "apexScoutAction": "Do nothing automatically."
              },
              "insufficientBaseUsdc": {
                "bucket": "insufficient_base_usdc",
                "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
                "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
              },
              "maxAmountTooLow": {
                "bucket": "max_amount_too_low",
                "buyerAction": "Use max amount 10000 atomic USDC or stop.",
                "apexScoutAction": "Do not lower route price or change payment requirements."
              },
              "wrongNetwork": {
                "bucket": "wrong_network",
                "buyerAction": "Use eip155:8453 Base mainnet or stop.",
                "apexScoutAction": "Do not switch rails."
              },
              "paymentDeclined": {
                "bucket": "payment_declined",
                "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
                "apexScoutAction": "Do not retry payment for the buyer."
              }
            },
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-command-copy",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionCommandCopy",
              "closePacketUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "closePacketIsFree": true,
              "closePacketExecutesPayment": false,
              "paymentAttemptedByClosePacket": false,
              "paidRouteCalledByClosePacket": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false,
              "secretSigningMaterialRequested": false
            }
          },
          "buyerProofExecutionCloseoutAvailable": true,
          "buyerProofExecutionCloseout": {
            "available": true,
            "mode": "buyer-proof-execution-closeout",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Copied? Finish with one buyer-run proof retry",
            "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "primarySourceTag": "agent-receipt-contract",
            "primarySourceBucket": "agentReceiptContract",
            "commandCopySourceTag": "agent-execution-command-copy",
            "commandCopySourceBucket": "agentExecutionCommandCopy",
            "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "firstScreenPlacement": {
              "x402Proof": "after-wallet-close-before-receipt-command",
              "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
              "closeoutVisibleBeforeCommandCopy": true,
              "normalNoSpendPathRemainsPrimary": true
            },
            "closeoutRule": {
              "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
              "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
              "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
              "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
              "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
              "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
            },
            "buyerAgentChecklist": [
              "Wallet is authenticated by the buyer, not ApexScout.",
              "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
              "Maximum spend is exactly 10000 atomic USDC.",
              "Network is exactly eip155:8453 Base mainnet.",
              "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
            ],
            "copyReadyCommands": {
              "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
            },
            "safeReadouts": {
              "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
              "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
              "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
              "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
              "noPaymentAttemptedByRead": true,
              "buyerLevelDataExposed": false,
              "rawPaymentPayloadExposed": false,
              "privateKeysRequested": false
            },
            "buttons": [
              {
                "label": "Copy receipt-bound proof command",
                "copies": "receipt_bound_command",
                "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy edge failure readout",
                "copies": "edge_failure_read_command",
                "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
                "executesPayment": false,
                "opensPaidRoute": false
              },
              {
                "label": "Copy wallet setup note",
                "copies": "wallet_setup_note",
                "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
                "executesPayment": false,
                "opensPaidRoute": false
              }
            ],
            "telemetryInterpretation": {
              "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
              "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
              "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "failureReadoutIsRevenue": false,
              "copyIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "newCounterAdded": false,
              "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
            },
            "noSpendBoundary": {
              "closeoutIsFree": true,
              "closeoutExecutesPayment": false,
              "copyingExecutesPayment": false,
              "copyingOpensPaidRoute": false,
              "failureReadoutExecutesPayment": false,
              "failureReadoutCallsPaidRoute": false,
              "paymentAttemptedByCloseout": false,
              "paidRouteCalledByCloseout": false,
              "apexScoutRunsCommand": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "productionPostCreated": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false,
              "cloudflareMutationCreated": false,
              "apifyActorRunCreated": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawCommandStored": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "privateKeysRequested": false,
              "walletPayloadsExposed": false,
              "livePaymentPayloadsExposed": false,
              "rawPaymentPayloadExposed": false
            },
            "safetyClaims": {
              "guaranteedRevenueClaimed": false,
              "officialEndorsementClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareMonetizationGatewayReadinessAvailable": true,
          "cloudflareMonetizationGatewayReadiness": {
            "available": true,
            "mode": "cloudflare-monetization-gateway-readiness",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare live edge status",
            "releaseReportingMode": "worker-and-origin-split",
            "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "originReleasePath": "/status",
            "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
            "workerSourceVersion": "2.2.179",
            "workerHealthReleaseContract": {
              "healthPath": "/__apexscout/cloudflare-x402/health",
              "releaseFieldMeans": "workerRelease",
              "workerReleaseField": "workerRelease",
              "originReleaseField": "originRelease",
              "originReleasePath": "/status",
              "originReleaseReadIsNoSpend": true,
              "mismatchIsActionableOnlyWhenWorkerHealthFails": true
            },
            "sourceSignal": {
              "name": "Cloudflare Monetization Gateway",
              "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
              "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
            },
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "officialCloudflareMonetizationGatewayClaimed": false,
            "officialCloudflareEndorsementClaimed": false,
            "cloudflareBillingRulesPackAvailable": true,
            "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
            "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "cloudflareX402WorkerConfigAvailable": true,
            "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
            "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "cloudflareBillingRulesPack": {
              "available": true,
              "mode": "cloudflare-billing-rules-pack",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "title": "Cloudflare billing rules pack",
              "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
              "apiPath": "/api/cloudflare-billing-rules",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
              "workerConfigPath": "/api/cloudflare-x402-worker-config",
              "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceSignals": [
                {
                  "name": "Cloudflare Monetization Gateway",
                  "url": "https://blog.cloudflare.com/monetization-gateway/",
                  "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
                },
                {
                  "name": "Cloudflare x402 proxy",
                  "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
                },
                {
                  "name": "Cloudflare Pay Per Crawl",
                  "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                  "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
                }
              ],
              "integrationStatus": "live-edge-worker-proxied",
              "currentServingLayer": "Cloudflare edge Worker + Railway origin",
              "cloudflareGatewayIntegrated": true,
              "cloudflareEdgeWorkerIntegrated": true,
              "cloudflareEdgeWorkerDeployed": true,
              "cloudflareDnsProxied": true,
              "cloudflareEdgeSettlementBridgeLive": true,
              "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
              "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
              "cloudflareWorkerConfigPrepared": true,
              "cloudflareRulesCreated": true,
              "cloudflareWorkerRouteCreated": true,
              "officialCloudflareGatewayRulesCreated": false,
              "officialCloudflareEndorsementClaimed": false,
              "monetizationGatewayApiPubliclyAvailable": false,
              "monetizationGatewayApiStatus": "planned-or-early-access",
              "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
              "originFallbackRequired": true,
              "originStillEnforcesX402": true,
              "originEdgeSettlementBridgePrepared": true,
              "edgeSettlementEligiblePaidRuleCount": 1,
              "originAuthoritativePaidRuleCount": 1,
              "billingRuleCount": 5,
              "paidBillingRuleCount": 2,
              "freeAllowRuleCount": 2,
              "blockRuleCount": 1,
              "paidRules": [
                {
                  "id": "apexscout-one-cent-proof",
                  "type": "charge_x402",
                  "method": "GET",
                  "pattern": "/api/opportunity-check",
                  "route": "/api/opportunity-check",
                  "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                  "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                  "sourceTag": "agent-execution-command-copy",
                  "sourceBucket": "agentExecutionCommandCopy",
                  "price": "$0.01",
                  "priceUsd": "0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": false,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": true,
                  "originEdgeSettlementBypassRequired": true,
                  "originStillEnforcesX402": false,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge"
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "type": "charge_x402",
                  "method": "POST",
                  "pattern": "/api/agent-revenue-audit",
                  "route": "/api/agent-revenue-audit",
                  "url": "https://apexscout.ai/api/agent-revenue-audit",
                  "price": "$5.00",
                  "priceUsd": "5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "expectedUnpaidStatus": 402,
                  "expectedPaidStatus": 200,
                  "requestBodyRequired": true,
                  "buyerControlledRetryOnly": true,
                  "edgeSettlementEligible": false,
                  "originEdgeSettlementBypassRequired": false,
                  "originStillEnforcesX402": true,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
                }
              ],
              "allowRules": [
                {
                  "id": "apexscout-free-agent-metadata",
                  "type": "allow_free",
                  "patterns": [
                    "/",
                    "/docs.json",
                    "/llms.txt",
                    "/skill.md",
                    "/.well-known/agent.json",
                    "/agent-capabilities.json",
                    "/api/public-agent",
                    "/mcp-tool-pack",
                    "/api/mcp-tool-pack",
                    "/.well-known/mcp.json",
                    "/api/agentcore-openapi.json",
                    "/.well-known/apexscout-monetization-policy.json",
                    "/api/agent-monetization-policy",
                    "/.well-known/apexscout-paid-tools.json",
                    "/api/paid-mcp-tools",
                    "/agent-wallet-skill-pack",
                    "/api/agent-wallet-skill-pack",
                    "/.well-known/apexscout-agent-wallet-skill.json",
                    "/apexscout-agent-wallet-skill.md",
                    "/.well-known/apexscout-agent-wallet-skill.md",
                    "/apify-x402-upstream-readiness",
                    "/api/apify-x402-upstream-readiness",
                    "/.well-known/apexscout-apify-x402-upstream.json",
                    "/cloudflare-monetization-gateway-rules",
                    "/api/cloudflare-monetization-gateway-rules",
                    "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                    "/agent-receipt-contract",
                    "/api/agent-receipt-contract",
                    "/.well-known/apexscout-agent-receipt-contract.json",
                    "/api/cloudflare-billing-rules",
                    "/.well-known/apexscout-cloudflare-billing-rules.json",
                    "/api/cloudflare-x402-worker-config",
                    "/.well-known/apexscout-cloudflare-x402-worker.json"
                  ],
                  "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                  "paidRetryRequired": false
                },
                {
                  "id": "apexscout-free-proof-and-preflight",
                  "type": "allow_free",
                  "patterns": [
                    "/x402-proof",
                    "/api/x402-proof",
                    "/chat-tiny-payment-flow",
                    "/api/chat-tiny-payment-flow",
                    "/api/agent-revenue-audit-builder/action-pack",
                    "/api/buyer-payment-scope-check",
                    "/api/buyer-agent-payment-safety",
                    "/api/x402-security-readiness"
                  ],
                  "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                  "paidRetryRequired": false
                }
              ],
              "blockRules": [
                {
                  "id": "apexscout-private-operator-surfaces",
                  "type": "block_public_access",
                  "patterns": [
                    "/admin/*",
                    "/api/admin/*"
                  ],
                  "reason": "Private operator surfaces are not public buyer-agent resources.",
                  "paidRetryAvailable": false
                }
              ],
              "workerConfig": {
                "available": true,
                "mode": "cloudflare-x402-worker-config",
                "release": "v2.2.179-cloudflare-worker-origin-release-split",
                "apiPath": "/api/cloudflare-x402-worker-config",
                "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
                "sourceDocs": {
                  "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                  "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
                },
                "wranglerConfig": {
                  "name": "apexscout-x402-billing-proxy",
                  "main": "src/index.ts",
                  "compatibility_date": "2026-07-01",
                  "compatibility_flags": [
                    "nodejs_compat"
                  ],
                  "vars": {
                    "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                    "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                    "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                    "NETWORK": "eip155:8453",
                    "CLOUDFLARE_NETWORK_ALIAS": "base",
                    "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                    "PROTECTED_PATTERNS": [
                      {
                        "pattern": "/api/opportunity-check",
                        "method": "GET",
                        "price": "$0.01",
                        "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                        "edgeSettlement": true,
                        "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                        "sourceTag": "agent-execution-command-copy"
                      },
                      {
                        "pattern": "/api/agent-revenue-audit",
                        "method": "POST",
                        "price": "$5.00",
                        "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                        "edgeSettlement": false,
                        "liveRuleMode": "origin-authoritative-until-prevalidation"
                      }
                    ]
                  }
                },
                "protectedPatterns": [
                  {
                    "id": "apexscout-one-cent-proof",
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "amountAtomicUsdc": "10000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlementEligible": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "originStillEnforcesX402": false
                  },
                  {
                    "id": "apexscout-agent-revenue-audit",
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "amountAtomicUsdc": "5000000",
                    "network": "eip155:8453",
                    "cloudflareNetwork": "base",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlementEligible": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation",
                    "originStillEnforcesX402": true
                  }
                ],
                "envRequiredBeforeDeploy": [
                  "CLOUDFLARE_API_TOKEN",
                  "CLOUDFLARE_ACCOUNT_ID",
                  "CLOUDFLARE_ZONE_ID",
                  "APEXSCOUT_X402_PAY_TO",
                  "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "CDP facilitator key id",
                  "CDP facilitator key secret"
                ],
                "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
                "noSpendBoundary": {
                  "configIsFree": true,
                  "cloudflareApiCalledByApexScout": false,
                  "cloudflareWorkerDeployedByApexScout": false,
                  "dnsChangedByApexScout": false,
                  "paymentAttemptedByConfig": false,
                  "paidRouteCalledByConfig": false,
                  "paidUpstreamCalls": false,
                  "fakeTrafficCreated": false,
                  "priceChanged": false,
                  "sellerWalletChanged": false,
                  "settlementRailChanged": false
                },
                "edgeSettlementBridge": {
                  "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                  "publicUrl": "https://apexscout.ai",
                  "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "signedOriginBridgePrepared": true,
                  "edgeSettlementEligibleRuleCount": 1,
                  "originAuthoritativeRuleCount": 1,
                  "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                  "doubleChargeGuardPrepared": true,
                  "postBodyChargeRiskAvoided": true
                }
              },
              "operatorApplyPlan": [
                "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
                "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
                "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
                "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
                "Keep Worker changes inside explicit Cloudflare deployment windows.",
                "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
                "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
              ],
              "blockedUntil": [
                "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
                "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
              ],
              "safeDryRunCommands": [
                "npm run cloudflare:billing-rules:print",
                "npm run cloudflare:x402-proxy:smoke",
                "npm run cloudflare:x402-proxy:typecheck"
              ],
              "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
              "postIntegrationVerificationPlan": [
                "GET /status and confirm the current ApexScout release.",
                "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
                "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
                "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
                "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
              ],
              "noSpendBoundary": {
                "packIsFree": true,
                "paymentAttemptedByPack": false,
                "paidRouteCalledByPack": false,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareGatewayRuleCreated": true,
                "officialCloudflareGatewayRuleCreated": false,
                "cloudflareWorkerDeployedByApexScout": true,
                "dnsChangedByApexScout": true,
                "packReadChangesCloudflare": false,
                "packReadChangesDns": false,
                "automaticSpending": false,
                "paidUpstreamCalls": false,
                "createsPrepareRequest": false,
                "createsScopeCheck": false,
                "createsActionIntent": false,
                "fakeTrafficCreated": false,
                "newPaidRouteAdded": false,
                "pricingChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "privacy": {
                "aggregateOnly": true,
                "buyerLevelDataExposed": false,
                "rawBuyerInputStored": false,
                "rawGeneratedPayloadStored": false,
                "rawUserAgentsStored": false,
                "ipAddressesStored": false,
                "cookiesAdded": false,
                "sessionsAdded": false,
                "fingerprintingAdded": false,
                "cloudflareVisitorDataPublished": false
              },
              "safetyClaims": {
                "cloudflareEndorsementClaimed": false,
                "marketplaceEndorsementClaimed": false,
                "guaranteedRevenueClaimed": false,
                "tradingOrInvestmentAdvice": false,
                "buyerPaymentDelegatedToApexScout": false
              }
            },
            "cloudflareX402WorkerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "waitlistOrEarlyAccessRequired": false,
            "noDnsChangeMade": false,
            "dnsChangedByLiveCutover": true,
            "noCloudflareApiCallMade": false,
            "noCloudflareApiCallMadeByRead": true,
            "noPaymentRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "noPaidRouteChanged": true,
            "noPriceChanged": true,
            "noSellerWalletChanged": true,
            "noPaymentRailChanged": true,
            "apexScoutRemainsSourceOfTruth": true,
            "candidateRules": [
              {
                "id": "apexscout-one-cent-proof",
                "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
                "method": "GET",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "amountAtomicUsdc": "10000",
                "priceUsd": "0.01",
                "displayPrice": "$0.01",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerApprovalRequired": true,
                "currentOriginStillEnforcesX402": true,
                "gatewayCanMirrorButNotOverrideOrigin": true
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "purpose": "Higher-value builder monetization audit route.",
                "method": "POST",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "amountAtomicUsdc": "5000000",
                "priceUsd": "5.00",
                "displayPrice": "$5.00",
                "network": "eip155:8453",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerApprovalRequired": true,
                "currentOriginStillEnforcesX402": true,
                "gatewayCanMirrorButNotOverrideOrigin": true
              }
            ],
            "migrationPlan": [
              "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
              "Use these candidate rules as the review checklist before any future official managed-gateway change.",
              "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
              "Keep ApexScout aggregate metrics as the public conversion truth source.",
              "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
            ],
            "operatorChecklist": {
              "dnsChangeApproved": true,
              "cloudflareApiTokenApproved": true,
              "gatewayRuleCreationApproved": true,
              "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
              "originFallbackRequired": true,
              "compareGatewayRulesToCandidateRules": true
            },
            "noSpendBoundary": {
              "readinessPacketIsFree": true,
              "paymentAttemptedByReadinessPacket": false,
              "paidRouteCalledByReadinessPacket": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerRouteCreated": true,
              "cloudflareApiCalled": false,
              "dnsChanged": false,
              "dnsAlreadyProxiedThroughCloudflare": true,
              "workerAlreadyDeployed": true,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "revenueOutcomeClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            },
            "telemetryInterpretation": {
              "readinessUsageIsRevenue": false,
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
              "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
            }
          },
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "retryDecision": {
            "recommendedOnlyForX402CapableClients": true,
            "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
            "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
          },
          "approvalChecklist": [
            "Buyer approves GET /api/opportunity-check as the route.",
            "Buyer approves the $0.01 maximum spend.",
            "Buyer approves Base mainnet x402 on eip155:8453.",
            "Buyer controls the wallet and chooses whether to retry.",
            "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
          ],
          "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
          "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "confidencePacketIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByConfidencePacket": false,
            "walletConnectionRequiredForConfidencePacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "http402ReadinessReceiptAvailable": true,
        "http402ReadinessReceipt": {
          "available": true,
          "mode": "no-spend-http-402-readiness-receipt",
          "title": "HTTP 402 Readiness Receipt",
          "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
          "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
          "agentDecision": {
            "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
            "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
          },
          "readinessChecks": [
            "Route scoped to GET /api/opportunity-check.",
            "Amount scoped to $0.01 / 10000 atomic USDC.",
            "Network scoped to Base mainnet eip155:8453.",
            "HTTP 402 is expected before payment.",
            "HTTP 200 is required before paid completion is counted.",
            "No request body, cookies, session, or wallet connection is required to read this receipt.",
            "No buyer-level data is exposed by this receipt.",
            "No automatic payment or paid retry is performed by ApexScout."
          ],
          "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
          "notClaims": {
            "signedReceiptCreated": false,
            "ap2ProofCreated": false,
            "legalMandateCreated": false,
            "paymentReceiptCreated": false,
            "walletApprovalCreated": false,
            "officialEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false
          },
          "noSpendBoundary": {
            "receiptIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByReceipt": false,
            "paidRouteCalledByReceipt": false,
            "paidUpstreamCalls": false,
            "walletConnectionRequiredForReceipt": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "receiptUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
        },
        "proofRetryDecisionStripAvailable": true,
        "proofRetryDecisionStrip": {
          "available": true,
          "mode": "buyer-controlled-proof-retry-decision-strip",
          "title": "Buyer-controlled proof retry gate",
          "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
          "continueIf": [
            "Buyer explicitly approves this exact $0.01 proof.",
            "Client can attach x402 payment on Base mainnet eip155:8453.",
            "Route is exactly GET /api/opportunity-check.",
            "Max amount is exactly 10000 atomic USDC.",
            "Buyer understands only HTTP 200 counts as a paid proof completion."
          ],
          "stopIf": [
            "Buyer has not approved spend.",
            "Client is a normal browser without x402 payment support.",
            "Route, amount, or network differs from the receipt.",
            "The buyer is treating unpaid HTTP 402 as revenue or completion.",
            "The output will not change the buyer's next action."
          ],
          "primaryAction": {
            "label": "Request unpaid proof challenge",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
            "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
            "noPaymentOnClick": true,
            "paidRetryRequiresBuyerWallet": true
          },
          "fallbackNoSpendActions": [
            "/x402-proof",
            "/api/agent-revenue-audit-builder/action-pack",
            "/buyer-payment-scope-check",
            "/chat-tiny-payment-flow"
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "decisionStripUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "decisionStripIsFree": true,
            "paymentAttemptedByDecisionStrip": false,
            "paidRouteCalledByDecisionStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofCtaAvailable": true,
        "agentExecutionProofCta": {
          "available": true,
          "mode": "promoted-buyer-executable-proof-cta",
          "title": "Buyer-run proof packet",
          "label": "Run with buyer-approved x402 wallet",
          "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "method": "GET",
          "route": "/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
          "successMetric": "opportunityCheckGetProofCompletions",
          "unpaidSourceBucket": "agentExecutionProofPacket",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "buyerDecision": {
            "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
            "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
          },
          "noSpendBoundary": {
            "ctaIsFreeToRead": true,
            "normalBrowserGetsUnpaid402": true,
            "paymentAttemptedByCta": false,
            "paidRouteCalledByApexScout": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "walletReadinessStripAvailable": true,
        "walletReadinessStrip": {
          "available": true,
          "mode": "buyer-wallet-readiness-strip",
          "title": "Before you run the command",
          "checklist": [
            "Your x402 wallet/client is authenticated.",
            "Your wallet has at least $0.01 USDC available on Base.",
            "You approve the route: GET /api/opportunity-check.",
            "You approve the max amount: 10000 atomic USDC.",
            "You understand unpaid HTTP 402 is not revenue.",
            "You understand paid proof means HTTP 200 after your own wallet retry."
          ],
          "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "amountAtomicUsdc": "10000",
          "priceUsd": "0.01",
          "network": "eip155:8453",
          "noFundingAdvice": true,
          "noTradingAdvice": true,
          "noPrivateKeyAdvice": true,
          "noOnrampAdvice": true,
          "noSpendBoundary": {
            "stripIsFree": true,
            "paymentAttemptedByStrip": false,
            "paidRouteCalledByStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "buyerAgentCommandCopyAvailable": true,
        "buyerAgentCommandCopy": {
          "available": true,
          "mode": "buyer-agent-command-copy",
          "title": "Wallet-ready? Copy this command",
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "requestBodyRequired": false,
          "walletMustBeAuthenticated": true,
          "walletNeedsSufficientUsdc": true,
          "apexScoutRunsCommand": false,
          "copyingIsPayment": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "sourceBucketCompatibility": {
            "oldPacketSourceStillSupported": "agent-execution-proof-packet",
            "newCommandCopySource": "agent-execution-command-copy",
            "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
          },
          "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
          "prerequisites": [
            "Authenticated x402 wallet/client.",
            "At least $0.01 USDC on Base."
          ],
          "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
          "copyingIsNotPaymentCopy": "Copying this command is not payment.",
          "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
          "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
          "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
          "placement": {
            "x402Proof": "above-proof-detail-sections",
            "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
            "primaryForWalletCapableAgents": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "buttons": [
            {
              "label": "Copy command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy route only",
              "copies": "route",
              "value": "/api/opportunity-check?src=agent-execution-command-copy",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetry": {
            "commandCopyTelemetryAdded": false,
            "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
            "copyIsRevenue": false,
            "copyIsPayment": false,
            "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
          },
          "noSpendBoundary": {
            "copyPanelIsFree": true,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "paidRouteCalledByCopyPanel": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false
          }
        },
        "agentReceiptCloseStripAvailable": true,
        "agentReceiptCloseStrip": {
          "available": true,
          "mode": "agent-receipt-close-strip",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Receipt rule accepted? Copy the proof command",
          "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
          "sourceTag": "agent-receipt-contract",
          "sourceBucket": "agentReceiptContract",
          "method": "GET",
          "route": "/api/opportunity-check",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "firstScreenPlacement": {
            "x402Proof": "before-wallet-command-copy",
            "chatTinyPaymentFlow": "before-wallet-command-copy",
            "makeReceiptRuleVisibleBeforePaymentCommand": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "receiptRule": {
            "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
            "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
            "unpaid402IsNotRevenue": true,
            "paidProofRequiresHttp200": true,
            "buyerControlsWalletAndRetry": true,
            "stopAfterOneSuccessfulPaidResponse": true
          },
          "visibleBuyerCopy": [
            "Accept the receipt rule before copying the command.",
            "HTTP 402 is only the unpaid challenge.",
            "HTTP 200 after your buyer-controlled retry is the paid proof.",
            "ApexScout does not run this command and does not control the wallet."
          ],
          "buttons": [
            {
              "label": "Copy receipt-bound command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy receipt route",
              "copies": "route",
              "value": "/api/opportunity-check?src=agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentReceiptContract",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
          },
          "noSpendBoundary": {
            "closeStripIsFree": true,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "paymentAttemptedByCloseStrip": false,
            "paidRouteCalledByCloseStrip": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false
          }
        },
        "buyerWalletCloseAvailable": true,
        "buyerWalletClose": {
          "available": true,
          "mode": "buyer-wallet-close",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Can your wallet pay now?",
          "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
          "route": "/api/buyer-wallet-close-intent",
          "method": "GET",
          "routeIsFree": true,
          "sourceTags": {
            "walletReady": "agent-receipt-contract",
            "cannotPayYet": "agent-wallet-skill-pack",
            "copyPaidProofCommand": "agent-execution-command-copy",
            "copyReceiptBoundCommand": "agent-receipt-contract",
            "copyWalletSetupCommand": "agent-wallet-skill-pack"
          },
          "actions": {
            "walletReady": {
              "action": "wallet_ready",
              "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
              "method": "GET",
              "sourceTag": "agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "cannotPayYet": {
              "action": "cannot_pay_yet",
              "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
              "method": "GET",
              "sourceTag": "agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "copyPaidProofCommand": {
              "action": "copy_paid_proof_command",
              "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
              "method": "GET",
              "sourceTag": "agent-execution-command-copy",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "copyReceiptBoundCommand": {
              "action": "copy_receipt_bound_command",
              "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
              "method": "GET",
              "sourceTag": "agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            "copyWalletSetupCommand": {
              "action": "copy_wallet_setup_command",
              "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
              "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
              "method": "GET",
              "sourceTag": "agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          },
          "visibleBuyerCopy": [
            "Choose the wallet state before copying a command.",
            "This signal is a free GET request and does not open the paid route.",
            "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
            "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
          ],
          "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
          "buttons": [
            {
              "label": "I can pay now",
              "action": "wallet_ready",
              "copies": null,
              "value": null,
              "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "I can't pay yet",
              "action": "cannot_pay_yet",
              "copies": null,
              "value": null,
              "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy paid proof command",
              "action": "copy_paid_proof_command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
              "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy receipt-bound command",
              "action": "copy_receipt_bound_command",
              "copies": "command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "action": "copy_wallet_setup_command",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "mode": "aggregate-only-buyer-wallet-close-intent",
            "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
            "intentIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "firstScreenPlacement": {
            "x402Proof": "before-receipt-and-command-copy",
            "chatTinyPaymentFlow": "before-receipt-and-command-copy",
            "walletStateVisibleBeforePaymentCommand": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "noSpendBoundary": {
            "panelIsFree": true,
            "intentRouteIsFree": true,
            "intentRouteMethod": "GET",
            "copyingExecutesPayment": false,
            "clickingStateExecutesPayment": false,
            "clickingStateOpensPaidRoute": false,
            "paidRouteCalledByPanel": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false
          }
        },
        "http402ClosePacketAvailable": true,
        "http402ClosePacket": {
          "available": true,
          "mode": "buyer-agent-402-close-packet",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "402 close packet",
          "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
          "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
          "whatHttp200Proves": [
            "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
            "The paid route returned structured JSON after payment verification.",
            "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
          ],
          "notProofOf": [
            "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
            "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
            "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
          ],
          "continueIf": [
            "The buyer explicitly approved this one-cent proof.",
            "The client can attach an x402 payment authorization.",
            "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
            "The max amount is exactly 10000 atomic USDC.",
            "The network is exactly eip155:8453."
          ],
          "stopIf": [
            "The wallet is not authenticated.",
            "The wallet has insufficient USDC on Base.",
            "The client cannot attach x402 payment.",
            "The max amount is lower than 10000 atomic USDC.",
            "The network is not eip155:8453.",
            "The buyer did not approve this exact spend.",
            "The agent plans to retry more than once just to clear a metric."
          ],
          "failureBranches": {
            "walletNotAuthenticated": {
              "bucket": "wallet_not_authenticated",
              "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
              "apexScoutAction": "Do nothing automatically."
            },
            "insufficientBaseUsdc": {
              "bucket": "insufficient_base_usdc",
              "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
              "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
            },
            "maxAmountTooLow": {
              "bucket": "max_amount_too_low",
              "buyerAction": "Use max amount 10000 atomic USDC or stop.",
              "apexScoutAction": "Do not lower route price or change payment requirements."
            },
            "wrongNetwork": {
              "bucket": "wrong_network",
              "buyerAction": "Use eip155:8453 Base mainnet or stop.",
              "apexScoutAction": "Do not switch rails."
            },
            "paymentDeclined": {
              "bucket": "payment_declined",
              "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
              "apexScoutAction": "Do not retry payment for the buyer."
            }
          },
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-command-copy",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionCommandCopy",
            "closePacketUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "closePacketIsFree": true,
            "closePacketExecutesPayment": false,
            "paymentAttemptedByClosePacket": false,
            "paidRouteCalledByClosePacket": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "secretSigningMaterialRequested": false
          }
        },
        "buyerProofExecutionCloseoutAvailable": true,
        "buyerProofExecutionCloseout": {
          "available": true,
          "mode": "buyer-proof-execution-closeout",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Copied? Finish with one buyer-run proof retry",
          "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "primarySourceTag": "agent-receipt-contract",
          "primarySourceBucket": "agentReceiptContract",
          "commandCopySourceTag": "agent-execution-command-copy",
          "commandCopySourceBucket": "agentExecutionCommandCopy",
          "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "firstScreenPlacement": {
            "x402Proof": "after-wallet-close-before-receipt-command",
            "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
            "closeoutVisibleBeforeCommandCopy": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "closeoutRule": {
            "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
            "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
            "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
            "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
            "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
            "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
          },
          "buyerAgentChecklist": [
            "Wallet is authenticated by the buyer, not ApexScout.",
            "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
            "Maximum spend is exactly 10000 atomic USDC.",
            "Network is exactly eip155:8453 Base mainnet.",
            "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
          ],
          "copyReadyCommands": {
            "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
          },
          "safeReadouts": {
            "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
            "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
            "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
            "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
            "noPaymentAttemptedByRead": true,
            "buyerLevelDataExposed": false,
            "rawPaymentPayloadExposed": false,
            "privateKeysRequested": false
          },
          "buttons": [
            {
              "label": "Copy receipt-bound proof command",
              "copies": "receipt_bound_command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy edge failure readout",
              "copies": "edge_failure_read_command",
              "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "failureReadoutIsRevenue": false,
            "copyIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "newCounterAdded": false,
            "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
          },
          "noSpendBoundary": {
            "closeoutIsFree": true,
            "closeoutExecutesPayment": false,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "failureReadoutExecutesPayment": false,
            "failureReadoutCallsPaidRoute": false,
            "paymentAttemptedByCloseout": false,
            "paidRouteCalledByCloseout": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "productionPostCreated": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cloudflareMutationCreated": false,
            "apifyActorRunCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "rawPaymentPayloadExposed": false
          },
          "safetyClaims": {
            "guaranteedRevenueClaimed": false,
            "officialEndorsementClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareMonetizationGatewayReadinessAvailable": true,
        "cloudflareMonetizationGatewayReadiness": {
          "available": true,
          "mode": "cloudflare-monetization-gateway-readiness",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare live edge status",
          "releaseReportingMode": "worker-and-origin-split",
          "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originReleasePath": "/status",
          "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "workerSourceVersion": "2.2.179",
          "workerHealthReleaseContract": {
            "healthPath": "/__apexscout/cloudflare-x402/health",
            "releaseFieldMeans": "workerRelease",
            "workerReleaseField": "workerRelease",
            "originReleaseField": "originRelease",
            "originReleasePath": "/status",
            "originReleaseReadIsNoSpend": true,
            "mismatchIsActionableOnlyWhenWorkerHealthFails": true
          },
          "sourceSignal": {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
          },
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "officialCloudflareMonetizationGatewayClaimed": false,
          "officialCloudflareEndorsementClaimed": false,
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
          "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
          "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "waitlistOrEarlyAccessRequired": false,
          "noDnsChangeMade": false,
          "dnsChangedByLiveCutover": true,
          "noCloudflareApiCallMade": false,
          "noCloudflareApiCallMadeByRead": true,
          "noPaymentRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "noPaidRouteChanged": true,
          "noPriceChanged": true,
          "noSellerWalletChanged": true,
          "noPaymentRailChanged": true,
          "apexScoutRemainsSourceOfTruth": true,
          "candidateRules": [
            {
              "id": "apexscout-one-cent-proof",
              "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
              "method": "GET",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "amountAtomicUsdc": "10000",
              "priceUsd": "0.01",
              "displayPrice": "$0.01",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "purpose": "Higher-value builder monetization audit route.",
              "method": "POST",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "amountAtomicUsdc": "5000000",
              "priceUsd": "5.00",
              "displayPrice": "$5.00",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            }
          ],
          "migrationPlan": [
            "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
            "Use these candidate rules as the review checklist before any future official managed-gateway change.",
            "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
            "Keep ApexScout aggregate metrics as the public conversion truth source.",
            "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
          ],
          "operatorChecklist": {
            "dnsChangeApproved": true,
            "cloudflareApiTokenApproved": true,
            "gatewayRuleCreationApproved": true,
            "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
            "originFallbackRequired": true,
            "compareGatewayRulesToCandidateRules": true
          },
          "noSpendBoundary": {
            "readinessPacketIsFree": true,
            "paymentAttemptedByReadinessPacket": false,
            "paidRouteCalledByReadinessPacket": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "cloudflareApiCalled": false,
            "dnsChanged": false,
            "dnsAlreadyProxiedThroughCloudflare": true,
            "workerAlreadyDeployed": true,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "revenueOutcomeClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          },
          "telemetryInterpretation": {
            "readinessUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
          }
        },
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "label": "Wallet-capable x402 agent?",
        "linkText": "Request GET /api/opportunity-check",
        "copy": "Use GET /api/opportunity-check for the one-cent proof requirement. Your wallet must decide whether to retry payment.",
        "microcopy": "No-spend proof stays primary. This link only requests the paid route and returns unpaid 402 until your wallet pays."
      },
      "paymentFromActionPack": false,
      "preparesFromActionPack": false
    },
    {
      "intent": "audit",
      "label": "I want the $5 audit request checked for free",
      "chooseThisIf": "Choose this if you want ApexScout to check a $5 audit request before payment.",
      "copy": "Use this when you want ApexScout to check whether your Agent Revenue Audit request is ready before payment.",
      "sourceTag": "action-pack-audit-intent",
      "intentHref": "/action-pack/go/audit",
      "intentUrl": "https://apexscout.ai/action-pack/go/audit",
      "target": "/action-pack/go/audit",
      "targetUrl": "https://apexscout.ai/action-pack/go/audit",
      "noSpendTarget": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "nextActionLabel": "Check my audit request for free",
      "destinationActionCompression": true,
      "sourceAwareHandoff": true,
      "noAutoSubmit": true,
      "noPaymentExecution": true,
      "noPaidRouteCall": true,
      "countersRemainActionOnly": true,
      "destinationActionCompressionDetails": {
        "releaseGoal": "v2.2.151-payment-mandate-preview",
        "priorityDestination": "audit",
        "sourceAwareDestinations": [
          "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
          "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
          "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
          "/chat-tiny-payment-flow?src=action-pack-proof-intent-link"
        ],
        "pageViewCreatesPrepare": false,
        "pageViewCreatesScopeCheck": false,
        "pageViewCreatesIntent": false,
        "approvedToRetryIsPayment": false,
        "readyToPayIsPayment": false,
        "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200"
      },
      "noAutoPrepare": true,
      "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "noJsIntentLink": true,
      "recordsAggregateIntent": true,
      "redirectsToNoSpendTarget": true,
      "noPrepareExecution": true,
      "buyerLevelDataExposed": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "fingerprintingAdded": false,
      "paidCallsMade": false,
      "paidUpstreamCallsMade": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "competitorInspectionPerformed": false,
      "directorySubmissionPerformed": false,
      "sellerWalletChanged": false,
      "settlementRailChanged": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false,
      "optionalX402ProofCta": null,
      "paymentFromActionPack": false,
      "preparesFromActionPack": false
    },
    {
      "intent": "agentic-trading",
      "label": "I am building an agentic trading or DeFi agent tool",
      "chooseThisIf": "Choose this if you are building an agentic trading, DeFi, wallet-enabled, or market-data tool and need payment-readiness structure. Not trading advice.",
      "copy": "This is for payment readiness, budget caps, metadata hygiene, and buyer-controlled x402 handoff. ApexScout does not give trading or investment advice.",
      "sourceTag": "action-pack-agentic-trading-intent",
      "intentHref": "/action-pack/go/agentic-trading",
      "intentUrl": "https://apexscout.ai/action-pack/go/agentic-trading",
      "target": "/action-pack/go/agentic-trading",
      "targetUrl": "https://apexscout.ai/action-pack/go/agentic-trading",
      "noSpendTarget": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "nextActionLabel": "Check payment readiness for free",
      "destinationActionCompression": true,
      "sourceAwareHandoff": true,
      "noAutoSubmit": true,
      "noPaymentExecution": true,
      "noPaidRouteCall": true,
      "countersRemainActionOnly": true,
      "destinationActionCompressionDetails": {
        "releaseGoal": "v2.2.151-payment-mandate-preview",
        "priorityDestination": "agentic-trading",
        "sourceAwareDestinations": [
          "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
          "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
          "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
          "/chat-tiny-payment-flow?src=action-pack-proof-intent-link"
        ],
        "pageViewCreatesPrepare": false,
        "pageViewCreatesScopeCheck": false,
        "pageViewCreatesIntent": false,
        "approvedToRetryIsPayment": false,
        "readyToPayIsPayment": false,
        "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200"
      },
      "noAutoPrepare": true,
      "destinationHandoffRouteUrl": "https://apexscout.ai/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "noJsIntentLink": true,
      "recordsAggregateIntent": true,
      "redirectsToNoSpendTarget": true,
      "noPrepareExecution": true,
      "buyerLevelDataExposed": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "fingerprintingAdded": false,
      "paidCallsMade": false,
      "paidUpstreamCallsMade": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "competitorInspectionPerformed": false,
      "directorySubmissionPerformed": false,
      "sellerWalletChanged": false,
      "settlementRailChanged": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false,
      "optionalX402ProofCta": null,
      "paymentFromActionPack": false,
      "preparesFromActionPack": false,
      "noTradingAdvice": true,
      "disclaimer": "ApexScout does not give trading, investment, tax, legal, lending, or compliance advice."
    },
    {
      "intent": "scope",
      "label": "I already have ready_to_pay and need a final scope check",
      "chooseThisIf": "Choose this if you already reached ready_to_pay and need a final no-spend payment-scope check.",
      "copy": "Use this before a buyer-controlled x402 wallet retries payment.",
      "sourceTag": "action-pack-scope-intent",
      "intentHref": "/action-pack/go/scope",
      "intentUrl": "https://apexscout.ai/action-pack/go/scope",
      "target": "/action-pack/go/scope",
      "targetUrl": "https://apexscout.ai/action-pack/go/scope",
      "noSpendTarget": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "noSpendTargetUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "destinationHandoffExpected": true,
      "destinationHandoffRoute": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "nextActionLabel": "Run free scope check",
      "destinationActionCompression": true,
      "sourceAwareHandoff": true,
      "noAutoSubmit": true,
      "noPaymentExecution": true,
      "noPaidRouteCall": true,
      "countersRemainActionOnly": true,
      "destinationActionCompressionDetails": {
        "releaseGoal": "v2.2.151-payment-mandate-preview",
        "priorityDestination": "scope",
        "sourceAwareDestinations": [
          "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
          "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
          "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
          "/chat-tiny-payment-flow?src=action-pack-proof-intent-link"
        ],
        "pageViewCreatesPrepare": false,
        "pageViewCreatesScopeCheck": false,
        "pageViewCreatesIntent": false,
        "approvedToRetryIsPayment": false,
        "readyToPayIsPayment": false,
        "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200"
      },
      "noAutoPrepare": true,
      "destinationHandoffRouteUrl": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
      "noJsIntentLink": true,
      "recordsAggregateIntent": true,
      "redirectsToNoSpendTarget": true,
      "noPrepareExecution": true,
      "buyerLevelDataExposed": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false,
      "fingerprintingAdded": false,
      "paidCallsMade": false,
      "paidUpstreamCallsMade": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "competitorInspectionPerformed": false,
      "directorySubmissionPerformed": false,
      "sellerWalletChanged": false,
      "settlementRailChanged": false,
      "sourcePropagationSupported": true,
      "sourcePropagationEnabled": true,
      "ownerLaunchLandingAttributionAvailable": true,
      "actionIntentSourcePropagationAvailable": true,
      "safeSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "aggregateOnlySourceAttribution": true,
      "noCookiesForAttribution": true,
      "noSessionTrackingForAttribution": true,
      "rawSourceStored": false,
      "sourceAttributionRawUserAgentsStored": false,
      "sourceAttributionIpAddressesStored": false,
      "sourceAttributionBuyerLevelDataExposed": false,
      "optionalX402ProofCta": null,
      "paymentFromActionPack": false,
      "preparesFromActionPack": false
    }
  ],
  "tinyPaidProofAction": {
    "name": "ApexScout link-native tiny paid proof",
    "mode": "link-native-tiny-paid-proof",
    "method": "GET",
    "route": "/api/opportunity-check",
    "path": "/api/opportunity-check",
    "href": "/api/opportunity-check?src=machine-readable-x402-proof",
    "url": "https://apexscout.ai/api/opportunity-check",
    "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
    "price": "$0.01",
    "priceUsd": "0.01",
    "amountAtomicUsdc": "10000",
    "maxAmountAtomicUnits": "10000",
    "network": "eip155:8453",
    "rail": "Base mainnet x402 exact payment",
    "expectedUnpaidStatus": 402,
    "expectedPaidStatus": 200,
    "getProofUnpaidChallengeTelemetryAvailable": true,
    "getProofUnpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
    "getProofCompletionCounter": "opportunityCheckGetProofCompletions",
    "proofRetryConfidenceAvailable": true,
    "proofRetryConfidence": {
      "available": true,
      "mode": "no-spend-proof-retry-confidence",
      "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
      "route": "/api/opportunity-check",
      "method": "GET",
      "url": "https://apexscout.ai/api/opportunity-check",
      "href": "/api/opportunity-check?src=machine-readable-x402-proof",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
      "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
      "http402ReadinessReceiptAvailable": true,
      "http402ReadinessReceipt": {
        "available": true,
        "mode": "no-spend-http-402-readiness-receipt",
        "title": "HTTP 402 Readiness Receipt",
        "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
        "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
        "agentDecision": {
          "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
          "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
        },
        "readinessChecks": [
          "Route scoped to GET /api/opportunity-check.",
          "Amount scoped to $0.01 / 10000 atomic USDC.",
          "Network scoped to Base mainnet eip155:8453.",
          "HTTP 402 is expected before payment.",
          "HTTP 200 is required before paid completion is counted.",
          "No request body, cookies, session, or wallet connection is required to read this receipt.",
          "No buyer-level data is exposed by this receipt.",
          "No automatic payment or paid retry is performed by ApexScout."
        ],
        "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
        "notClaims": {
          "signedReceiptCreated": false,
          "ap2ProofCreated": false,
          "legalMandateCreated": false,
          "paymentReceiptCreated": false,
          "walletApprovalCreated": false,
          "officialEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false
        },
        "noSpendBoundary": {
          "receiptIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByReceipt": false,
          "paidRouteCalledByReceipt": false,
          "paidUpstreamCalls": false,
          "walletConnectionRequiredForReceipt": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "receiptUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
      },
      "proofRetryDecisionStripAvailable": true,
      "proofRetryDecisionStrip": {
        "available": true,
        "mode": "buyer-controlled-proof-retry-decision-strip",
        "title": "Buyer-controlled proof retry gate",
        "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
        "continueIf": [
          "Buyer explicitly approves this exact $0.01 proof.",
          "Client can attach x402 payment on Base mainnet eip155:8453.",
          "Route is exactly GET /api/opportunity-check.",
          "Max amount is exactly 10000 atomic USDC.",
          "Buyer understands only HTTP 200 counts as a paid proof completion."
        ],
        "stopIf": [
          "Buyer has not approved spend.",
          "Client is a normal browser without x402 payment support.",
          "Route, amount, or network differs from the receipt.",
          "The buyer is treating unpaid HTTP 402 as revenue or completion.",
          "The output will not change the buyer's next action."
        ],
        "primaryAction": {
          "label": "Request unpaid proof challenge",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
          "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
          "noPaymentOnClick": true,
          "paidRetryRequiresBuyerWallet": true
        },
        "fallbackNoSpendActions": [
          "/x402-proof",
          "/api/agent-revenue-audit-builder/action-pack",
          "/buyer-payment-scope-check",
          "/chat-tiny-payment-flow"
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "decisionStripUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "decisionStripIsFree": true,
          "paymentAttemptedByDecisionStrip": false,
          "paidRouteCalledByDecisionStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofPacketAvailable": true,
      "agentExecutionProofPacket": {
        "available": true,
        "mode": "buyer-controlled-agent-execution-proof-packet",
        "title": "Agent execution packet",
        "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "executionContract": {
          "buyerApprovalRequired": true,
          "x402CapableClientRequired": true,
          "routeMustMatch": "/api/opportunity-check",
          "methodMustMatch": "GET",
          "maxAmountMustMatchAtomicUsdc": "10000",
          "networkMustMatch": "eip155:8453",
          "stopAfterOnePaidResponse": true,
          "successOnlyWhenHttp200": true,
          "automaticSpendingByApexScout": false
        },
        "successCriteria": [
          "Buyer-controlled x402 retry returns HTTP 200.",
          "Response is JSON from GET /api/opportunity-check.",
          "The paid proof counter increments only after the paid retry succeeds."
        ],
        "abortIf": [
          "Buyer approval is missing.",
          "The client cannot attach x402 payment.",
          "Route, method, amount, or network differs.",
          "The unpaid HTTP 402 challenge is being treated as revenue."
        ],
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-proof-packet",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionProofPacket",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "packetIsFree": true,
          "packetExecutesPayment": false,
          "paidRouteCalledByPacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "http402ClosePacketAvailable": true,
      "http402ClosePacket": {
        "available": true,
        "mode": "buyer-agent-402-close-packet",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "402 close packet",
        "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "price": "$0.01",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
        "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
        "whatHttp200Proves": [
          "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
          "The paid route returned structured JSON after payment verification.",
          "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
        ],
        "notProofOf": [
          "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
          "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
          "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
        ],
        "continueIf": [
          "The buyer explicitly approved this one-cent proof.",
          "The client can attach an x402 payment authorization.",
          "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
          "The max amount is exactly 10000 atomic USDC.",
          "The network is exactly eip155:8453."
        ],
        "stopIf": [
          "The wallet is not authenticated.",
          "The wallet has insufficient USDC on Base.",
          "The client cannot attach x402 payment.",
          "The max amount is lower than 10000 atomic USDC.",
          "The network is not eip155:8453.",
          "The buyer did not approve this exact spend.",
          "The agent plans to retry more than once just to clear a metric."
        ],
        "failureBranches": {
          "walletNotAuthenticated": {
            "bucket": "wallet_not_authenticated",
            "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
            "apexScoutAction": "Do nothing automatically."
          },
          "insufficientBaseUsdc": {
            "bucket": "insufficient_base_usdc",
            "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
            "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
          },
          "maxAmountTooLow": {
            "bucket": "max_amount_too_low",
            "buyerAction": "Use max amount 10000 atomic USDC or stop.",
            "apexScoutAction": "Do not lower route price or change payment requirements."
          },
          "wrongNetwork": {
            "bucket": "wrong_network",
            "buyerAction": "Use eip155:8453 Base mainnet or stop.",
            "apexScoutAction": "Do not switch rails."
          },
          "paymentDeclined": {
            "bucket": "payment_declined",
            "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
            "apexScoutAction": "Do not retry payment for the buyer."
          }
        },
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-command-copy",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionCommandCopy",
          "closePacketUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "closePacketIsFree": true,
          "closePacketExecutesPayment": false,
          "paymentAttemptedByClosePacket": false,
          "paidRouteCalledByClosePacket": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "secretSigningMaterialRequested": false
        }
      },
      "buyerProofExecutionCloseoutAvailable": true,
      "buyerProofExecutionCloseout": {
        "available": true,
        "mode": "buyer-proof-execution-closeout",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Copied? Finish with one buyer-run proof retry",
        "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "primarySourceTag": "agent-receipt-contract",
        "primarySourceBucket": "agentReceiptContract",
        "commandCopySourceTag": "agent-execution-command-copy",
        "commandCopySourceBucket": "agentExecutionCommandCopy",
        "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "firstScreenPlacement": {
          "x402Proof": "after-wallet-close-before-receipt-command",
          "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
          "closeoutVisibleBeforeCommandCopy": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "closeoutRule": {
          "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
          "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
          "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
          "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
          "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
          "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
        },
        "buyerAgentChecklist": [
          "Wallet is authenticated by the buyer, not ApexScout.",
          "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
          "Maximum spend is exactly 10000 atomic USDC.",
          "Network is exactly eip155:8453 Base mainnet.",
          "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
        ],
        "copyReadyCommands": {
          "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
          "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
        },
        "safeReadouts": {
          "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
          "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
          "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
          "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
          "noPaymentAttemptedByRead": true,
          "buyerLevelDataExposed": false,
          "rawPaymentPayloadExposed": false,
          "privateKeysRequested": false
        },
        "buttons": [
          {
            "label": "Copy receipt-bound proof command",
            "copies": "receipt_bound_command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy edge failure readout",
            "copies": "edge_failure_read_command",
            "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "failureReadoutIsRevenue": false,
          "copyIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "newCounterAdded": false,
          "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
        },
        "noSpendBoundary": {
          "closeoutIsFree": true,
          "closeoutExecutesPayment": false,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "failureReadoutExecutesPayment": false,
          "failureReadoutCallsPaidRoute": false,
          "paymentAttemptedByCloseout": false,
          "paidRouteCalledByCloseout": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "productionPostCreated": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareMutationCreated": false,
          "apifyActorRunCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "rawPaymentPayloadExposed": false
        },
        "safetyClaims": {
          "guaranteedRevenueClaimed": false,
          "officialEndorsementClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareMonetizationGatewayReadinessAvailable": true,
      "cloudflareMonetizationGatewayReadiness": {
        "available": true,
        "mode": "cloudflare-monetization-gateway-readiness",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare live edge status",
        "releaseReportingMode": "worker-and-origin-split",
        "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originReleasePath": "/status",
        "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "workerSourceVersion": "2.2.179",
        "workerHealthReleaseContract": {
          "healthPath": "/__apexscout/cloudflare-x402/health",
          "releaseFieldMeans": "workerRelease",
          "workerReleaseField": "workerRelease",
          "originReleaseField": "originRelease",
          "originReleasePath": "/status",
          "originReleaseReadIsNoSpend": true,
          "mismatchIsActionableOnlyWhenWorkerHealthFails": true
        },
        "sourceSignal": {
          "name": "Cloudflare Monetization Gateway",
          "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
        },
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "officialCloudflareMonetizationGatewayClaimed": false,
        "officialCloudflareEndorsementClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "waitlistOrEarlyAccessRequired": false,
        "noDnsChangeMade": false,
        "dnsChangedByLiveCutover": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "apexScoutRemainsSourceOfTruth": true,
        "candidateRules": [
          {
            "id": "apexscout-one-cent-proof",
            "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "amountAtomicUsdc": "10000",
            "priceUsd": "0.01",
            "displayPrice": "$0.01",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "purpose": "Higher-value builder monetization audit route.",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "amountAtomicUsdc": "5000000",
            "priceUsd": "5.00",
            "displayPrice": "$5.00",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          }
        ],
        "migrationPlan": [
          "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
          "Use these candidate rules as the review checklist before any future official managed-gateway change.",
          "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
          "Keep ApexScout aggregate metrics as the public conversion truth source.",
          "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
        ],
        "operatorChecklist": {
          "dnsChangeApproved": true,
          "cloudflareApiTokenApproved": true,
          "gatewayRuleCreationApproved": true,
          "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
          "originFallbackRequired": true,
          "compareGatewayRulesToCandidateRules": true
        },
        "noSpendBoundary": {
          "readinessPacketIsFree": true,
          "paymentAttemptedByReadinessPacket": false,
          "paidRouteCalledByReadinessPacket": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "cloudflareApiCalled": false,
          "dnsChanged": false,
          "dnsAlreadyProxiedThroughCloudflare": true,
          "workerAlreadyDeployed": true,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "revenueOutcomeClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        },
        "telemetryInterpretation": {
          "readinessUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
        }
      },
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "retryDecision": {
        "recommendedOnlyForX402CapableClients": true,
        "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
        "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
        "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
      },
      "approvalChecklist": [
        "Buyer approves GET /api/opportunity-check as the route.",
        "Buyer approves the $0.01 maximum spend.",
        "Buyer approves Base mainnet x402 on eip155:8453.",
        "Buyer controls the wallet and chooses whether to retry.",
        "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
      ],
      "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
      "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
      "telemetryInterpretation": {
        "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
        "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
      },
      "noSpendBoundary": {
        "confidencePacketIsFree": true,
        "opensPaidRouteByItself": false,
        "paymentAttemptedByConfidencePacket": false,
        "walletConnectionRequiredForConfidencePacket": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      }
    },
    "http402ReadinessReceiptAvailable": true,
    "http402ReadinessReceipt": {
      "available": true,
      "mode": "no-spend-http-402-readiness-receipt",
      "title": "HTTP 402 Readiness Receipt",
      "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
      "route": "/api/opportunity-check",
      "method": "GET",
      "href": "/api/opportunity-check?src=machine-readable-x402-proof",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
      "url": "https://apexscout.ai/api/opportunity-check",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "agentExecutionProofPacketAvailable": true,
      "agentExecutionProofPacket": {
        "available": true,
        "mode": "buyer-controlled-agent-execution-proof-packet",
        "title": "Agent execution packet",
        "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "executionContract": {
          "buyerApprovalRequired": true,
          "x402CapableClientRequired": true,
          "routeMustMatch": "/api/opportunity-check",
          "methodMustMatch": "GET",
          "maxAmountMustMatchAtomicUsdc": "10000",
          "networkMustMatch": "eip155:8453",
          "stopAfterOnePaidResponse": true,
          "successOnlyWhenHttp200": true,
          "automaticSpendingByApexScout": false
        },
        "successCriteria": [
          "Buyer-controlled x402 retry returns HTTP 200.",
          "Response is JSON from GET /api/opportunity-check.",
          "The paid proof counter increments only after the paid retry succeeds."
        ],
        "abortIf": [
          "Buyer approval is missing.",
          "The client cannot attach x402 payment.",
          "Route, method, amount, or network differs.",
          "The unpaid HTTP 402 challenge is being treated as revenue."
        ],
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-proof-packet",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionProofPacket",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "packetIsFree": true,
          "packetExecutesPayment": false,
          "paidRouteCalledByPacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
      "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
      "agentDecision": {
        "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
        "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
        "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
      },
      "readinessChecks": [
        "Route scoped to GET /api/opportunity-check.",
        "Amount scoped to $0.01 / 10000 atomic USDC.",
        "Network scoped to Base mainnet eip155:8453.",
        "HTTP 402 is expected before payment.",
        "HTTP 200 is required before paid completion is counted.",
        "No request body, cookies, session, or wallet connection is required to read this receipt.",
        "No buyer-level data is exposed by this receipt.",
        "No automatic payment or paid retry is performed by ApexScout."
      ],
      "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
      "notClaims": {
        "signedReceiptCreated": false,
        "ap2ProofCreated": false,
        "legalMandateCreated": false,
        "paymentReceiptCreated": false,
        "walletApprovalCreated": false,
        "officialEndorsementClaimed": false,
        "guaranteedRevenueClaimed": false,
        "tradingOrInvestmentAdvice": false
      },
      "noSpendBoundary": {
        "receiptIsFree": true,
        "opensPaidRouteByItself": false,
        "paymentAttemptedByReceipt": false,
        "paidRouteCalledByReceipt": false,
        "paidUpstreamCalls": false,
        "walletConnectionRequiredForReceipt": false,
        "automaticSpending": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      },
      "telemetryInterpretation": {
        "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
        "receiptUsageIsRevenue": false,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
      },
      "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
    },
    "proofRetryDecisionStripAvailable": true,
    "proofRetryDecisionStrip": {
      "available": true,
      "mode": "buyer-controlled-proof-retry-decision-strip",
      "title": "Buyer-controlled proof retry gate",
      "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
      "route": "/api/opportunity-check",
      "method": "GET",
      "href": "/api/opportunity-check?src=machine-readable-x402-proof",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
      "url": "https://apexscout.ai/api/opportunity-check",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "agentExecutionProofPacketAvailable": true,
      "agentExecutionProofPacket": {
        "available": true,
        "mode": "buyer-controlled-agent-execution-proof-packet",
        "title": "Agent execution packet",
        "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "executionContract": {
          "buyerApprovalRequired": true,
          "x402CapableClientRequired": true,
          "routeMustMatch": "/api/opportunity-check",
          "methodMustMatch": "GET",
          "maxAmountMustMatchAtomicUsdc": "10000",
          "networkMustMatch": "eip155:8453",
          "stopAfterOnePaidResponse": true,
          "successOnlyWhenHttp200": true,
          "automaticSpendingByApexScout": false
        },
        "successCriteria": [
          "Buyer-controlled x402 retry returns HTTP 200.",
          "Response is JSON from GET /api/opportunity-check.",
          "The paid proof counter increments only after the paid retry succeeds."
        ],
        "abortIf": [
          "Buyer approval is missing.",
          "The client cannot attach x402 payment.",
          "Route, method, amount, or network differs.",
          "The unpaid HTTP 402 challenge is being treated as revenue."
        ],
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-proof-packet",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionProofPacket",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "packetIsFree": true,
          "packetExecutesPayment": false,
          "paidRouteCalledByPacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
      "continueIf": [
        "Buyer explicitly approves this exact $0.01 proof.",
        "Client can attach x402 payment on Base mainnet eip155:8453.",
        "Route is exactly GET /api/opportunity-check.",
        "Max amount is exactly 10000 atomic USDC.",
        "Buyer understands only HTTP 200 counts as a paid proof completion."
      ],
      "stopIf": [
        "Buyer has not approved spend.",
        "Client is a normal browser without x402 payment support.",
        "Route, amount, or network differs from the receipt.",
        "The buyer is treating unpaid HTTP 402 as revenue or completion.",
        "The output will not change the buyer's next action."
      ],
      "primaryAction": {
        "label": "Request unpaid proof challenge",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
        "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
        "noPaymentOnClick": true,
        "paidRetryRequiresBuyerWallet": true
      },
      "fallbackNoSpendActions": [
        "/x402-proof",
        "/api/agent-revenue-audit-builder/action-pack",
        "/buyer-payment-scope-check",
        "/chat-tiny-payment-flow"
      ],
      "telemetryInterpretation": {
        "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "decisionStripUsageIsRevenue": false,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
      },
      "noSpendBoundary": {
        "decisionStripIsFree": true,
        "paymentAttemptedByDecisionStrip": false,
        "paidRouteCalledByDecisionStrip": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      }
    },
    "agentExecutionProofPacketAvailable": true,
    "agentExecutionProofPacket": {
      "available": true,
      "mode": "buyer-controlled-agent-execution-proof-packet",
      "title": "Agent execution packet",
      "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
      "route": "/api/opportunity-check",
      "method": "GET",
      "href": "/api/opportunity-check?src=agent-execution-proof-packet",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
      "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
      "sourceTag": "agent-execution-proof-packet",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "amountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
      "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
      "machineReadablePaymentRequest": {
        "protocol": "x402",
        "method": "GET",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "route": "/api/opportunity-check",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "sourceTag": "agent-execution-proof-packet"
      },
      "executionContract": {
        "buyerApprovalRequired": true,
        "x402CapableClientRequired": true,
        "routeMustMatch": "/api/opportunity-check",
        "methodMustMatch": "GET",
        "maxAmountMustMatchAtomicUsdc": "10000",
        "networkMustMatch": "eip155:8453",
        "stopAfterOnePaidResponse": true,
        "successOnlyWhenHttp200": true,
        "automaticSpendingByApexScout": false
      },
      "successCriteria": [
        "Buyer-controlled x402 retry returns HTTP 200.",
        "Response is JSON from GET /api/opportunity-check.",
        "The paid proof counter increments only after the paid retry succeeds."
      ],
      "abortIf": [
        "Buyer approval is missing.",
        "The client cannot attach x402 payment.",
        "Route, method, amount, or network differs.",
        "The unpaid HTTP 402 challenge is being treated as revenue."
      ],
      "telemetryInterpretation": {
        "sourceTag": "agent-execution-proof-packet",
        "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
        "sourceBucket": "agentExecutionProofPacket",
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
      },
      "noSpendBoundary": {
        "packetIsFree": true,
        "packetExecutesPayment": false,
        "paidRouteCalledByPacket": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      }
    },
    "agentExecutionProofCtaAvailable": true,
    "agentExecutionProofCta": {
      "available": true,
      "mode": "promoted-buyer-executable-proof-cta",
      "title": "Buyer-run proof packet",
      "label": "Run with buyer-approved x402 wallet",
      "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
      "href": "/api/opportunity-check?src=agent-execution-proof-packet",
      "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
      "sourceTag": "agent-execution-proof-packet",
      "method": "GET",
      "route": "/api/opportunity-check",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
      "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
      "machineReadablePaymentRequest": {
        "protocol": "x402",
        "method": "GET",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "route": "/api/opportunity-check",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "sourceTag": "agent-execution-proof-packet"
      },
      "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
      "successMetric": "opportunityCheckGetProofCompletions",
      "unpaidSourceBucket": "agentExecutionProofPacket",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "buyerDecision": {
        "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
        "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
      },
      "noSpendBoundary": {
        "ctaIsFreeToRead": true,
        "normalBrowserGetsUnpaid402": true,
        "paymentAttemptedByCta": false,
        "paidRouteCalledByApexScout": false,
        "automaticSpending": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      }
    },
    "walletReadinessStripAvailable": true,
    "walletReadinessStrip": {
      "available": true,
      "mode": "buyer-wallet-readiness-strip",
      "title": "Before you run the command",
      "checklist": [
        "Your x402 wallet/client is authenticated.",
        "Your wallet has at least $0.01 USDC available on Base.",
        "You approve the route: GET /api/opportunity-check.",
        "You approve the max amount: 10000 atomic USDC.",
        "You understand unpaid HTTP 402 is not revenue.",
        "You understand paid proof means HTTP 200 after your own wallet retry."
      ],
      "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
      "route": "/api/opportunity-check",
      "method": "GET",
      "amountAtomicUsdc": "10000",
      "priceUsd": "0.01",
      "network": "eip155:8453",
      "noFundingAdvice": true,
      "noTradingAdvice": true,
      "noPrivateKeyAdvice": true,
      "noOnrampAdvice": true,
      "noSpendBoundary": {
        "stripIsFree": true,
        "paymentAttemptedByStrip": false,
        "paidRouteCalledByStrip": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      }
    },
    "buyerAgentCommandCopyAvailable": true,
    "buyerAgentCommandCopy": {
      "available": true,
      "mode": "buyer-agent-command-copy",
      "title": "Wallet-ready? Copy this command",
      "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
      "route": "/api/opportunity-check",
      "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
      "method": "GET",
      "href": "/api/opportunity-check?src=agent-execution-command-copy",
      "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
      "priceUsd": "0.01",
      "amountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "requestBodyRequired": false,
      "walletMustBeAuthenticated": true,
      "walletNeedsSufficientUsdc": true,
      "apexScoutRunsCommand": false,
      "copyingIsPayment": false,
      "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
      "sourceTag": "agent-execution-command-copy",
      "sourceBucket": "agentExecutionCommandCopy",
      "sourceBucketCompatibility": {
        "oldPacketSourceStillSupported": "agent-execution-proof-packet",
        "newCommandCopySource": "agent-execution-command-copy",
        "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
        "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
      },
      "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
      "prerequisites": [
        "Authenticated x402 wallet/client.",
        "At least $0.01 USDC on Base."
      ],
      "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
      "copyingIsNotPaymentCopy": "Copying this command is not payment.",
      "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
      "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
      "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
      "placement": {
        "x402Proof": "above-proof-detail-sections",
        "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
        "primaryForWalletCapableAgents": true,
        "normalNoSpendPathRemainsPrimary": true
      },
      "buttons": [
        {
          "label": "Copy command",
          "copies": "command",
          "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy route only",
          "copies": "route",
          "value": "/api/opportunity-check?src=agent-execution-command-copy",
          "executesPayment": false,
          "opensPaidRoute": false
        }
      ],
      "telemetry": {
        "commandCopyTelemetryAdded": false,
        "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
        "copyIsRevenue": false,
        "copyIsPayment": false,
        "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
      },
      "noSpendBoundary": {
        "copyPanelIsFree": true,
        "copyingExecutesPayment": false,
        "copyingOpensPaidRoute": false,
        "paidRouteCalledByCopyPanel": false,
        "apexScoutRunsCommand": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawCommandStored": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "privateKeysRequested": false,
        "walletPayloadsExposed": false,
        "livePaymentPayloadsExposed": false
      }
    },
    "agentReceiptCloseStripAvailable": true,
    "agentReceiptCloseStrip": {
      "available": true,
      "mode": "agent-receipt-close-strip",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Receipt rule accepted? Copy the proof command",
      "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
      "sourceTag": "agent-receipt-contract",
      "sourceBucket": "agentReceiptContract",
      "method": "GET",
      "route": "/api/opportunity-check",
      "href": "/api/opportunity-check?src=agent-receipt-contract",
      "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
      "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
      "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "amountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "firstScreenPlacement": {
        "x402Proof": "before-wallet-command-copy",
        "chatTinyPaymentFlow": "before-wallet-command-copy",
        "makeReceiptRuleVisibleBeforePaymentCommand": true,
        "normalNoSpendPathRemainsPrimary": true
      },
      "receiptRule": {
        "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
        "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
        "unpaid402IsNotRevenue": true,
        "paidProofRequiresHttp200": true,
        "buyerControlsWalletAndRetry": true,
        "stopAfterOneSuccessfulPaidResponse": true
      },
      "visibleBuyerCopy": [
        "Accept the receipt rule before copying the command.",
        "HTTP 402 is only the unpaid challenge.",
        "HTTP 200 after your buyer-controlled retry is the paid proof.",
        "ApexScout does not run this command and does not control the wallet."
      ],
      "buttons": [
        {
          "label": "Copy receipt-bound command",
          "copies": "command",
          "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy receipt route",
          "copies": "route",
          "value": "/api/opportunity-check?src=agent-receipt-contract",
          "executesPayment": false,
          "opensPaidRoute": false
        }
      ],
      "telemetryInterpretation": {
        "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
        "sourceBucket": "agentReceiptContract",
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
      },
      "noSpendBoundary": {
        "closeStripIsFree": true,
        "copyingExecutesPayment": false,
        "copyingOpensPaidRoute": false,
        "paymentAttemptedByCloseStrip": false,
        "paidRouteCalledByCloseStrip": false,
        "apexScoutRunsCommand": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawCommandStored": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "privateKeysRequested": false,
        "walletPayloadsExposed": false,
        "livePaymentPayloadsExposed": false
      }
    },
    "buyerWalletCloseAvailable": true,
    "buyerWalletClose": {
      "available": true,
      "mode": "buyer-wallet-close",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Can your wallet pay now?",
      "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
      "route": "/api/buyer-wallet-close-intent",
      "method": "GET",
      "routeIsFree": true,
      "sourceTags": {
        "walletReady": "agent-receipt-contract",
        "cannotPayYet": "agent-wallet-skill-pack",
        "copyPaidProofCommand": "agent-execution-command-copy",
        "copyReceiptBoundCommand": "agent-receipt-contract",
        "copyWalletSetupCommand": "agent-wallet-skill-pack"
      },
      "actions": {
        "walletReady": {
          "action": "wallet_ready",
          "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
          "method": "GET",
          "sourceTag": "agent-receipt-contract",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        "cannotPayYet": {
          "action": "cannot_pay_yet",
          "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
          "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
          "method": "GET",
          "sourceTag": "agent-wallet-skill-pack",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        "copyPaidProofCommand": {
          "action": "copy_paid_proof_command",
          "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
          "method": "GET",
          "sourceTag": "agent-execution-command-copy",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        "copyReceiptBoundCommand": {
          "action": "copy_receipt_bound_command",
          "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
          "method": "GET",
          "sourceTag": "agent-receipt-contract",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        "copyWalletSetupCommand": {
          "action": "copy_wallet_setup_command",
          "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
          "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
          "method": "GET",
          "sourceTag": "agent-wallet-skill-pack",
          "executesPayment": false,
          "opensPaidRoute": false
        }
      },
      "visibleBuyerCopy": [
        "Choose the wallet state before copying a command.",
        "This signal is a free GET request and does not open the paid route.",
        "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
        "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
      ],
      "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
      "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
      "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
      "buttons": [
        {
          "label": "I can pay now",
          "action": "wallet_ready",
          "copies": null,
          "value": null,
          "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "I can't pay yet",
          "action": "cannot_pay_yet",
          "copies": null,
          "value": null,
          "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy paid proof command",
          "action": "copy_paid_proof_command",
          "copies": "command",
          "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy receipt-bound command",
          "action": "copy_receipt_bound_command",
          "copies": "command",
          "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy wallet setup note",
          "action": "copy_wallet_setup_command",
          "copies": "wallet_setup_note",
          "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
          "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
          "executesPayment": false,
          "opensPaidRoute": false
        }
      ],
      "telemetryInterpretation": {
        "mode": "aggregate-only-buyer-wallet-close-intent",
        "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
        "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
        "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
        "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
        "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
        "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
        "intentIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
      },
      "firstScreenPlacement": {
        "x402Proof": "before-receipt-and-command-copy",
        "chatTinyPaymentFlow": "before-receipt-and-command-copy",
        "walletStateVisibleBeforePaymentCommand": true,
        "normalNoSpendPathRemainsPrimary": true
      },
      "noSpendBoundary": {
        "panelIsFree": true,
        "intentRouteIsFree": true,
        "intentRouteMethod": "GET",
        "copyingExecutesPayment": false,
        "clickingStateExecutesPayment": false,
        "clickingStateOpensPaidRoute": false,
        "paidRouteCalledByPanel": false,
        "apexScoutRunsCommand": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawCommandStored": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "privateKeysRequested": false,
        "walletPayloadsExposed": false,
        "livePaymentPayloadsExposed": false
      }
    },
    "http402ClosePacketAvailable": true,
    "http402ClosePacket": {
      "available": true,
      "mode": "buyer-agent-402-close-packet",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "402 close packet",
      "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
      "route": "/api/opportunity-check",
      "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
      "method": "GET",
      "href": "/api/opportunity-check?src=agent-execution-command-copy",
      "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
      "sourceTag": "agent-execution-command-copy",
      "sourceBucket": "agentExecutionCommandCopy",
      "price": "$0.01",
      "priceUsd": "0.01",
      "amountAtomicUsdc": "10000",
      "maxAmountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
      "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
      "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
      "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
      "whatHttp200Proves": [
        "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
        "The paid route returned structured JSON after payment verification.",
        "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
      ],
      "notProofOf": [
        "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
        "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
        "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
      ],
      "continueIf": [
        "The buyer explicitly approved this one-cent proof.",
        "The client can attach an x402 payment authorization.",
        "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
        "The max amount is exactly 10000 atomic USDC.",
        "The network is exactly eip155:8453."
      ],
      "stopIf": [
        "The wallet is not authenticated.",
        "The wallet has insufficient USDC on Base.",
        "The client cannot attach x402 payment.",
        "The max amount is lower than 10000 atomic USDC.",
        "The network is not eip155:8453.",
        "The buyer did not approve this exact spend.",
        "The agent plans to retry more than once just to clear a metric."
      ],
      "failureBranches": {
        "walletNotAuthenticated": {
          "bucket": "wallet_not_authenticated",
          "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
          "apexScoutAction": "Do nothing automatically."
        },
        "insufficientBaseUsdc": {
          "bucket": "insufficient_base_usdc",
          "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
          "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
        },
        "maxAmountTooLow": {
          "bucket": "max_amount_too_low",
          "buyerAction": "Use max amount 10000 atomic USDC or stop.",
          "apexScoutAction": "Do not lower route price or change payment requirements."
        },
        "wrongNetwork": {
          "bucket": "wrong_network",
          "buyerAction": "Use eip155:8453 Base mainnet or stop.",
          "apexScoutAction": "Do not switch rails."
        },
        "paymentDeclined": {
          "bucket": "payment_declined",
          "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
          "apexScoutAction": "Do not retry payment for the buyer."
        }
      },
      "telemetryInterpretation": {
        "sourceTag": "agent-execution-command-copy",
        "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
        "sourceBucket": "agentExecutionCommandCopy",
        "closePacketUsageIsRevenue": false,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
      },
      "noSpendBoundary": {
        "closePacketIsFree": true,
        "closePacketExecutesPayment": false,
        "paymentAttemptedByClosePacket": false,
        "paidRouteCalledByClosePacket": false,
        "apexScoutRunsCommand": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawCommandStored": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "walletPayloadsExposed": false,
        "livePaymentPayloadsExposed": false,
        "secretSigningMaterialRequested": false
      }
    },
    "buyerProofExecutionCloseoutAvailable": true,
    "buyerProofExecutionCloseout": {
      "available": true,
      "mode": "buyer-proof-execution-closeout",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Copied? Finish with one buyer-run proof retry",
      "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
      "route": "/api/opportunity-check",
      "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
      "method": "GET",
      "href": "/api/opportunity-check?src=agent-receipt-contract",
      "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
      "price": "$0.01",
      "priceUsd": "0.01",
      "maxAmountAtomicUsdc": "10000",
      "amountAtomicUsdc": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "primarySourceTag": "agent-receipt-contract",
      "primarySourceBucket": "agentReceiptContract",
      "commandCopySourceTag": "agent-execution-command-copy",
      "commandCopySourceBucket": "agentExecutionCommandCopy",
      "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
      "paidCompletionCounter": "opportunityCheckGetProofCompletions",
      "firstScreenPlacement": {
        "x402Proof": "after-wallet-close-before-receipt-command",
        "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
        "closeoutVisibleBeforeCommandCopy": true,
        "normalNoSpendPathRemainsPrimary": true
      },
      "closeoutRule": {
        "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
        "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
        "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
        "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
        "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
        "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
      },
      "buyerAgentChecklist": [
        "Wallet is authenticated by the buyer, not ApexScout.",
        "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
        "Maximum spend is exactly 10000 atomic USDC.",
        "Network is exactly eip155:8453 Base mainnet.",
        "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
      ],
      "copyReadyCommands": {
        "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
        "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
      },
      "safeReadouts": {
        "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
        "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
        "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
        "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
        "noPaymentAttemptedByRead": true,
        "buyerLevelDataExposed": false,
        "rawPaymentPayloadExposed": false,
        "privateKeysRequested": false
      },
      "buttons": [
        {
          "label": "Copy receipt-bound proof command",
          "copies": "receipt_bound_command",
          "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy edge failure readout",
          "copies": "edge_failure_read_command",
          "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
          "executesPayment": false,
          "opensPaidRoute": false
        },
        {
          "label": "Copy wallet setup note",
          "copies": "wallet_setup_note",
          "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
          "executesPayment": false,
          "opensPaidRoute": false
        }
      ],
      "telemetryInterpretation": {
        "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
        "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
        "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "failureReadoutIsRevenue": false,
        "copyIsRevenue": false,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "newCounterAdded": false,
        "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
      },
      "noSpendBoundary": {
        "closeoutIsFree": true,
        "closeoutExecutesPayment": false,
        "copyingExecutesPayment": false,
        "copyingOpensPaidRoute": false,
        "failureReadoutExecutesPayment": false,
        "failureReadoutCallsPaidRoute": false,
        "paymentAttemptedByCloseout": false,
        "paidRouteCalledByCloseout": false,
        "apexScoutRunsCommand": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "productionPostCreated": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false,
        "cloudflareMutationCreated": false,
        "apifyActorRunCreated": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawCommandStored": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "privateKeysRequested": false,
        "walletPayloadsExposed": false,
        "livePaymentPayloadsExposed": false,
        "rawPaymentPayloadExposed": false
      },
      "safetyClaims": {
        "guaranteedRevenueClaimed": false,
        "officialEndorsementClaimed": false,
        "tradingOrInvestmentAdvice": false,
        "buyerPaymentDelegatedToApexScout": false
      }
    },
    "cloudflareMonetizationGatewayReadinessAvailable": true,
    "cloudflareMonetizationGatewayReadiness": {
      "available": true,
      "mode": "cloudflare-monetization-gateway-readiness",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Cloudflare live edge status",
      "releaseReportingMode": "worker-and-origin-split",
      "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
      "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
      "originReleasePath": "/status",
      "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
      "workerSourceVersion": "2.2.179",
      "workerHealthReleaseContract": {
        "healthPath": "/__apexscout/cloudflare-x402/health",
        "releaseFieldMeans": "workerRelease",
        "workerReleaseField": "workerRelease",
        "originReleaseField": "originRelease",
        "originReleasePath": "/status",
        "originReleaseReadIsNoSpend": true,
        "mismatchIsActionableOnlyWhenWorkerHealthFails": true
      },
      "sourceSignal": {
        "name": "Cloudflare Monetization Gateway",
        "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
        "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
        "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
      },
      "integrationStatus": "live-edge-worker-proxied",
      "currentServingLayer": "Cloudflare edge Worker + Railway origin",
      "cloudflareGatewayIntegrated": true,
      "cloudflareEdgeWorkerIntegrated": true,
      "cloudflareEdgeWorkerDeployed": true,
      "cloudflareDnsProxied": true,
      "cloudflareEdgeSettlementBridgeLive": true,
      "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
      "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
      "officialCloudflareMonetizationGatewayClaimed": false,
      "officialCloudflareEndorsementClaimed": false,
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
      "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
      "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "waitlistOrEarlyAccessRequired": false,
      "noDnsChangeMade": false,
      "dnsChangedByLiveCutover": true,
      "noCloudflareApiCallMade": false,
      "noCloudflareApiCallMadeByRead": true,
      "noPaymentRuleCreated": false,
      "cloudflareWorkerRouteCreated": true,
      "officialCloudflareGatewayRuleCreated": false,
      "noPaidRouteChanged": true,
      "noPriceChanged": true,
      "noSellerWalletChanged": true,
      "noPaymentRailChanged": true,
      "apexScoutRemainsSourceOfTruth": true,
      "candidateRules": [
        {
          "id": "apexscout-one-cent-proof",
          "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
          "method": "GET",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "amountAtomicUsdc": "10000",
          "priceUsd": "0.01",
          "displayPrice": "$0.01",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "requestBodyRequired": false,
          "buyerApprovalRequired": true,
          "currentOriginStillEnforcesX402": true,
          "gatewayCanMirrorButNotOverrideOrigin": true
        },
        {
          "id": "apexscout-agent-revenue-audit",
          "purpose": "Higher-value builder monetization audit route.",
          "method": "POST",
          "route": "/api/agent-revenue-audit",
          "url": "https://apexscout.ai/api/agent-revenue-audit",
          "amountAtomicUsdc": "5000000",
          "priceUsd": "5.00",
          "displayPrice": "$5.00",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "requestBodyRequired": true,
          "buyerApprovalRequired": true,
          "currentOriginStillEnforcesX402": true,
          "gatewayCanMirrorButNotOverrideOrigin": true
        }
      ],
      "migrationPlan": [
        "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
        "Use these candidate rules as the review checklist before any future official managed-gateway change.",
        "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
        "Keep ApexScout aggregate metrics as the public conversion truth source.",
        "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
      ],
      "operatorChecklist": {
        "dnsChangeApproved": true,
        "cloudflareApiTokenApproved": true,
        "gatewayRuleCreationApproved": true,
        "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
        "originFallbackRequired": true,
        "compareGatewayRulesToCandidateRules": true
      },
      "noSpendBoundary": {
        "readinessPacketIsFree": true,
        "paymentAttemptedByReadinessPacket": false,
        "paidRouteCalledByReadinessPacket": false,
        "cloudflareGatewayRuleCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "cloudflareApiCalled": false,
        "dnsChanged": false,
        "dnsAlreadyProxiedThroughCloudflare": true,
        "workerAlreadyDeployed": true,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "cloudflareVisitorDataPublished": false
      },
      "safetyClaims": {
        "cloudflareEndorsementClaimed": false,
        "marketplaceEndorsementClaimed": false,
        "revenueOutcomeClaimed": false,
        "tradingOrInvestmentAdvice": false,
        "buyerPaymentDelegatedToApexScout": false
      },
      "telemetryInterpretation": {
        "readinessUsageIsRevenue": false,
        "unpaidChallengeIsRevenue": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
      }
    },
    "cloudflareBillingRulesPackAvailable": true,
    "cloudflareBillingRulesPack": {
      "available": true,
      "mode": "cloudflare-billing-rules-pack",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Cloudflare billing rules pack",
      "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
      "apiPath": "/api/cloudflare-billing-rules",
      "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
      "workerConfigPath": "/api/cloudflare-x402-worker-config",
      "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
      "sourceSignals": [
        {
          "name": "Cloudflare Monetization Gateway",
          "url": "https://blog.cloudflare.com/monetization-gateway/",
          "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
        },
        {
          "name": "Cloudflare x402 proxy",
          "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
        },
        {
          "name": "Cloudflare Pay Per Crawl",
          "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
          "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
        }
      ],
      "integrationStatus": "live-edge-worker-proxied",
      "currentServingLayer": "Cloudflare edge Worker + Railway origin",
      "cloudflareGatewayIntegrated": true,
      "cloudflareEdgeWorkerIntegrated": true,
      "cloudflareEdgeWorkerDeployed": true,
      "cloudflareDnsProxied": true,
      "cloudflareEdgeSettlementBridgeLive": true,
      "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
      "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
      "cloudflareWorkerConfigPrepared": true,
      "cloudflareRulesCreated": true,
      "cloudflareWorkerRouteCreated": true,
      "officialCloudflareGatewayRulesCreated": false,
      "officialCloudflareEndorsementClaimed": false,
      "monetizationGatewayApiPubliclyAvailable": false,
      "monetizationGatewayApiStatus": "planned-or-early-access",
      "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
      "originFallbackRequired": true,
      "originStillEnforcesX402": true,
      "originEdgeSettlementBridgePrepared": true,
      "edgeSettlementEligiblePaidRuleCount": 1,
      "originAuthoritativePaidRuleCount": 1,
      "billingRuleCount": 5,
      "paidBillingRuleCount": 2,
      "freeAllowRuleCount": 2,
      "blockRuleCount": 1,
      "paidRules": [
        {
          "id": "apexscout-one-cent-proof",
          "type": "charge_x402",
          "method": "GET",
          "pattern": "/api/opportunity-check",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "cloudflareNetwork": "base",
          "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "requestBodyRequired": false,
          "buyerControlledRetryOnly": true,
          "edgeSettlementEligible": true,
          "originEdgeSettlementBypassRequired": true,
          "originStillEnforcesX402": false,
          "liveRuleMode": "edge-settled-with-signed-origin-bridge"
        },
        {
          "id": "apexscout-agent-revenue-audit",
          "type": "charge_x402",
          "method": "POST",
          "pattern": "/api/agent-revenue-audit",
          "route": "/api/agent-revenue-audit",
          "url": "https://apexscout.ai/api/agent-revenue-audit",
          "price": "$5.00",
          "priceUsd": "5.00",
          "amountAtomicUsdc": "5000000",
          "network": "eip155:8453",
          "cloudflareNetwork": "base",
          "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "requestBodyRequired": true,
          "buyerControlledRetryOnly": true,
          "edgeSettlementEligible": false,
          "originEdgeSettlementBypassRequired": false,
          "originStillEnforcesX402": true,
          "liveRuleMode": "origin-authoritative-until-prevalidation",
          "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
        }
      ],
      "allowRules": [
        {
          "id": "apexscout-free-agent-metadata",
          "type": "allow_free",
          "patterns": [
            "/",
            "/docs.json",
            "/llms.txt",
            "/skill.md",
            "/.well-known/agent.json",
            "/agent-capabilities.json",
            "/api/public-agent",
            "/mcp-tool-pack",
            "/api/mcp-tool-pack",
            "/.well-known/mcp.json",
            "/api/agentcore-openapi.json",
            "/.well-known/apexscout-monetization-policy.json",
            "/api/agent-monetization-policy",
            "/.well-known/apexscout-paid-tools.json",
            "/api/paid-mcp-tools",
            "/agent-wallet-skill-pack",
            "/api/agent-wallet-skill-pack",
            "/.well-known/apexscout-agent-wallet-skill.json",
            "/apexscout-agent-wallet-skill.md",
            "/.well-known/apexscout-agent-wallet-skill.md",
            "/apify-x402-upstream-readiness",
            "/api/apify-x402-upstream-readiness",
            "/.well-known/apexscout-apify-x402-upstream.json",
            "/cloudflare-monetization-gateway-rules",
            "/api/cloudflare-monetization-gateway-rules",
            "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
            "/agent-receipt-contract",
            "/api/agent-receipt-contract",
            "/.well-known/apexscout-agent-receipt-contract.json",
            "/api/cloudflare-billing-rules",
            "/.well-known/apexscout-cloudflare-billing-rules.json",
            "/api/cloudflare-x402-worker-config",
            "/.well-known/apexscout-cloudflare-x402-worker.json"
          ],
          "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
          "paidRetryRequired": false
        },
        {
          "id": "apexscout-free-proof-and-preflight",
          "type": "allow_free",
          "patterns": [
            "/x402-proof",
            "/api/x402-proof",
            "/chat-tiny-payment-flow",
            "/api/chat-tiny-payment-flow",
            "/api/agent-revenue-audit-builder/action-pack",
            "/api/buyer-payment-scope-check",
            "/api/buyer-agent-payment-safety",
            "/api/x402-security-readiness"
          ],
          "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
          "paidRetryRequired": false
        }
      ],
      "blockRules": [
        {
          "id": "apexscout-private-operator-surfaces",
          "type": "block_public_access",
          "patterns": [
            "/admin/*",
            "/api/admin/*"
          ],
          "reason": "Private operator surfaces are not public buyer-agent resources.",
          "paidRetryAvailable": false
        }
      ],
      "workerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "operatorApplyPlan": [
        "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
        "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
        "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
        "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
        "Keep Worker changes inside explicit Cloudflare deployment windows.",
        "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
        "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
      ],
      "blockedUntil": [
        "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
        "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
      ],
      "safeDryRunCommands": [
        "npm run cloudflare:billing-rules:print",
        "npm run cloudflare:x402-proxy:smoke",
        "npm run cloudflare:x402-proxy:typecheck"
      ],
      "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
      "postIntegrationVerificationPlan": [
        "GET /status and confirm the current ApexScout release.",
        "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
        "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
        "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
        "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
      ],
      "noSpendBoundary": {
        "packIsFree": true,
        "paymentAttemptedByPack": false,
        "paidRouteCalledByPack": false,
        "cloudflareApiCalledByApexScout": false,
        "cloudflareGatewayRuleCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "cloudflareWorkerDeployedByApexScout": true,
        "dnsChangedByApexScout": true,
        "packReadChangesCloudflare": false,
        "packReadChangesDns": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false,
        "cloudflareVisitorDataPublished": false
      },
      "safetyClaims": {
        "cloudflareEndorsementClaimed": false,
        "marketplaceEndorsementClaimed": false,
        "guaranteedRevenueClaimed": false,
        "tradingOrInvestmentAdvice": false,
        "buyerPaymentDelegatedToApexScout": false
      }
    },
    "cloudflareX402WorkerConfigAvailable": true,
    "cloudflareX402WorkerConfig": {
      "available": true,
      "mode": "cloudflare-x402-worker-config",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "apiPath": "/api/cloudflare-x402-worker-config",
      "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
      "sourceDocs": {
        "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
        "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
      },
      "wranglerConfig": {
        "name": "apexscout-x402-billing-proxy",
        "main": "src/index.ts",
        "compatibility_date": "2026-07-01",
        "compatibility_flags": [
          "nodejs_compat"
        ],
        "vars": {
          "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
          "PUBLIC_SERVICE_URL": "https://apexscout.ai",
          "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
          "NETWORK": "eip155:8453",
          "CLOUDFLARE_NETWORK_ALIAS": "base",
          "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
          "PROTECTED_PATTERNS": [
            {
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlement": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "sourceTag": "agent-execution-command-copy"
            },
            {
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlement": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation"
            }
          ]
        }
      },
      "protectedPatterns": [
        {
          "id": "apexscout-one-cent-proof",
          "pattern": "/api/opportunity-check",
          "method": "GET",
          "price": "$0.01",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "cloudflareNetwork": "base",
          "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
          "edgeSettlementEligible": true,
          "liveRuleMode": "edge-settled-with-signed-origin-bridge",
          "originStillEnforcesX402": false
        },
        {
          "id": "apexscout-agent-revenue-audit",
          "pattern": "/api/agent-revenue-audit",
          "method": "POST",
          "price": "$5.00",
          "amountAtomicUsdc": "5000000",
          "network": "eip155:8453",
          "cloudflareNetwork": "base",
          "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
          "edgeSettlementEligible": false,
          "liveRuleMode": "origin-authoritative-until-prevalidation",
          "originStillEnforcesX402": true
        }
      ],
      "envRequiredBeforeDeploy": [
        "CLOUDFLARE_API_TOKEN",
        "CLOUDFLARE_ACCOUNT_ID",
        "CLOUDFLARE_ZONE_ID",
        "APEXSCOUT_X402_PAY_TO",
        "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
        "CDP facilitator key id",
        "CDP facilitator key secret"
      ],
      "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
      "noSpendBoundary": {
        "configIsFree": true,
        "cloudflareApiCalledByApexScout": false,
        "cloudflareWorkerDeployedByApexScout": false,
        "dnsChangedByApexScout": false,
        "paymentAttemptedByConfig": false,
        "paidRouteCalledByConfig": false,
        "paidUpstreamCalls": false,
        "fakeTrafficCreated": false,
        "priceChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "edgeSettlementBridge": {
        "originUrl": "https://agent-research-brief-api-production.up.railway.app",
        "publicUrl": "https://apexscout.ai",
        "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
        "signedOriginBridgePrepared": true,
        "edgeSettlementEligibleRuleCount": 1,
        "originAuthoritativeRuleCount": 1,
        "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
        "doubleChargeGuardPrepared": true,
        "postBodyChargeRiskAvoided": true
      }
    },
    "agentMonetizationPolicyMatrixAvailable": true,
    "agentMonetizationPolicyMatrix": {
      "available": true,
      "mode": "agent-monetization-policy-matrix",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "Agent monetization policy matrix",
      "purpose": "Give crawlers, buyer agents, edge gateways, and MCP clients one clear allow/charge/block map before they touch a paid route.",
      "sourceSignals": [
        {
          "name": "Cloudflare Pay Per Crawl",
          "sourceUrl": "https://blog.cloudflare.com/introducing-pay-per-crawl/",
          "interpretedAs": "Agents and crawlers need a simple policy choice: free access, charged access, or blocked access."
        },
        {
          "name": "Cloudflare Monetization Gateway",
          "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "interpretedAs": "Paid APIs, datasets, pages, and MCP tools can be described as route-level payment rules before any buyer-controlled retry."
        }
      ],
      "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
      "apiPath": "/api/agent-monetization-policy",
      "wellKnownPath": "/.well-known/apexscout-monetization-policy.json",
      "paidMcpToolsManifest": "https://apexscout.ai/.well-known/apexscout-paid-tools.json",
      "currentServingLayer": "Cloudflare edge Worker + Railway origin",
      "cloudflareGatewayIntegrated": true,
      "cloudflareEdgeWorkerIntegrated": true,
      "cloudflareDnsProxied": true,
      "officialCloudflareEndorsementClaimed": false,
      "officialCloudflareMonetizationGatewayClaimed": false,
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
      "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
      "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "cloudflarePayPerCrawlIntegrated": false,
      "noCrawlerBillingCreated": true,
      "noCloudflareApiCallMade": false,
      "noCloudflareApiCallMadeByRead": true,
      "noPaymentRuleCreated": false,
      "cloudflareWorkerRouteCreated": true,
      "officialCloudflareGatewayRuleCreated": false,
      "noPaidRouteChanged": true,
      "noPriceChanged": true,
      "noSellerWalletChanged": true,
      "noPaymentRailChanged": true,
      "routePolicyCount": 8,
      "defaultPolicy": {
        "action": "allow_free_public_metadata",
        "appliesTo": "Public ApexScout-owned docs, manifests, readiness pages, and health surfaces.",
        "paidRetryRequired": false,
        "buyerLevelDataExposed": false
      },
      "routePolicies": [
        {
          "id": "public-docs-and-start-pages",
          "action": "allow_free",
          "routes": [
            "/",
            "/docs.json",
            "/llms.txt",
            "/skill.md",
            "/agent-capabilities.json",
            "/.well-known/agent.json",
            "/api/public-agent"
          ],
          "reason": "Agents need no-spend discovery and route selection before deciding whether to pay.",
          "crawlerPolicy": "allow_public_metadata_only",
          "paidRetryRequired": false
        },
        {
          "id": "machine-readable-policy-and-tools",
          "action": "allow_free",
          "routes": [
            "/.well-known/apexscout-monetization-policy.json",
            "/api/agent-monetization-policy",
            "/.well-known/apexscout-paid-tools.json",
            "/api/paid-mcp-tools",
            "/api/mcp-tool-pack",
            "/.well-known/mcp.json",
            "/api/agentcore-openapi.json"
          ],
          "reason": "Payment-aware clients should inspect prices, routes, caps, and guardrails without spending.",
          "crawlerPolicy": "allow_agent_metadata",
          "paidRetryRequired": false
        },
        {
          "id": "proof-pages-and-payment-education",
          "action": "allow_free",
          "routes": [
            "/x402-proof",
            "/api/x402-proof",
            "/chat-tiny-payment-flow",
            "/api/chat-tiny-payment-flow"
          ],
          "reason": "These surfaces explain the one-cent proof and wallet-controlled retry; reading them is not payment.",
          "crawlerPolicy": "allow_public_payment_instructions",
          "paidRetryRequired": false
        },
        {
          "id": "one-cent-proof",
          "action": "charge_x402",
          "method": "GET",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "price": "$0.01",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "requestBodyRequired": false,
          "buyerControlledRetryOnly": true,
          "crawlerPolicy": "charge_only_when_agent_chooses_paid_resource"
        },
        {
          "id": "agent-revenue-audit",
          "action": "charge_x402",
          "method": "POST",
          "route": "/api/agent-revenue-audit",
          "url": "https://apexscout.ai/api/agent-revenue-audit",
          "price": "$5.00",
          "amountAtomicUsdc": "5000000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "requestBodyRequired": true,
          "buyerControlledRetryOnly": true,
          "crawlerPolicy": "charge_paid_builder_audit_only_after_buyer_approval"
        },
        {
          "id": "builder-and-scope-preflight",
          "action": "allow_free_preflight",
          "routes": [
            "/agent-revenue-audit-builder",
            "/api/agent-revenue-audit-builder",
            "/api/agent-revenue-audit-builder/action-pack",
            "/buyer-payment-scope-check",
            "/api/buyer-payment-scope-check",
            "/buyer-agent-payment-safety",
            "/api/buyer-agent-payment-safety"
          ],
          "reason": "Preflight and safety checks reduce accidental spend and do not execute payment.",
          "crawlerPolicy": "allow_no_spend_prep_surfaces",
          "paidRetryRequired": false
        },
        {
          "id": "admin-and-private-surfaces",
          "action": "block_public_access",
          "routes": [
            "/admin/*",
            "/api/admin/*"
          ],
          "reason": "Private operator surfaces are not public buyer-agent resources.",
          "crawlerPolicy": "block",
          "paidRetryAvailable": false
        },
        {
          "id": "third-party-outreach-and-catalog-crawl",
          "action": "not_performed_by_apexscout",
          "routes": [],
          "reason": "ApexScout does not scrape catalogs, contact third parties, create fake traffic, post, DM, email, or crawl competitors.",
          "crawlerPolicy": "blocked_by_operating_boundary",
          "paidRetryAvailable": false
        }
      ],
      "crawlerAndAgentRules": {
        "allow": [
          "Read public docs, manifests, policy files, OpenAPI, MCP metadata, proof pages, and no-spend preflight surfaces.",
          "Use unpaid HTTP 402 as a route-health/payment-requirements signal, not as revenue."
        ],
        "charge": [
          "Charge only the existing one-cent proof route or the existing $5 Agent Revenue Audit route.",
          "Require buyer-controlled x402 retry before any paid completion is counted."
        ],
        "block": [
          "Block admin/private surfaces from public policy.",
          "Do not provide a paid bypass for scraping, third-party discovery, fake traffic, outreach, or buyer-level data."
        ]
      },
      "edgeGatewayCandidate": {
        "readyToReview": true,
        "cloudflareRuleCreated": false,
        "firstRuleToMirror": "one-cent-proof",
        "secondRuleToMirror": "agent-revenue-audit",
        "rollbackRequirement": "Railway-origin x402 remains the fallback until each edge rule proves unpaid 402 and paid 200."
      },
      "noSpendBoundary": {
        "policyIsFree": true,
        "paymentAttemptedByPolicy": false,
        "paidRouteCalledByPolicy": false,
        "cloudflareApiCalled": false,
        "crawlerBillingCreated": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      },
      "safetyClaims": {
        "cloudflareEndorsementClaimed": false,
        "marketplaceEndorsementClaimed": false,
        "guaranteedRevenueClaimed": false,
        "tradingOrInvestmentAdvice": false,
        "buyerPaymentDelegatedToApexScout": false
      }
    },
    "paidMcpToolManifestAvailable": true,
    "paidMcpToolManifest": {
      "available": true,
      "mode": "paid-mcp-tool-manifest",
      "release": "v2.2.179-cloudflare-worker-origin-release-split",
      "title": "ApexScout paid MCP tool manifest",
      "purpose": "Make ApexScout's payable resources obvious to MCP-style clients without opening a paid route or simulating payment.",
      "apiPath": "/api/paid-mcp-tools",
      "wellKnownPath": "/.well-known/apexscout-paid-tools.json",
      "policyPath": "/.well-known/apexscout-monetization-policy.json",
      "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
      "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
      "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
      "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "mcpToolPackPath": "/api/mcp-tool-pack",
      "mcpManifestPath": "/.well-known/mcp.json",
      "openApiPath": "/api/agentcore-openapi.json",
      "toolCount": 3,
      "paidToolCount": 3,
      "freeToolCount": 0,
      "tools": [
        {
          "name": "apexscout_link_native_tiny_paid_proof",
          "displayName": "One-cent x402 proof",
          "method": "GET",
          "path": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUnits": "10000",
          "network": "eip155:8453",
          "requestBodyRequired": false,
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "buyerControlledRetryOnly": true,
          "recommendedFor": "Fastest proof that the buyer agent can complete an x402 payment path."
        },
        {
          "name": "apexscout_opportunity_check",
          "displayName": "Opportunity Check",
          "method": "POST",
          "path": "/api/opportunity-check",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUnits": "10000",
          "network": "eip155:8453",
          "requestBodyRequired": true,
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "buyerControlledRetryOnly": true,
          "inputSchemaSummary": {
            "subject": "string",
            "goal": "string",
            "buyerType": "optional string",
            "source": "optional string"
          },
          "recommendedFor": "Cheapest normal paid trust screen after a buyer chooses a subject and goal."
        },
        {
          "name": "apexscout_agent_revenue_audit",
          "displayName": "Agent Revenue Audit",
          "method": "POST",
          "path": "/api/agent-revenue-audit",
          "url": "https://apexscout.ai/api/agent-revenue-audit",
          "price": "$5.00",
          "priceUsd": "5.00",
          "maxAmountAtomicUnits": "5000000",
          "network": "eip155:8453",
          "requestBodyRequired": true,
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "buyerControlledRetryOnly": true,
          "preflightPath": "/api/agent-revenue-audit-builder/prepare",
          "previewPath": "/api/agent-revenue-audit-preview",
          "inputSchemaSummary": {
            "serviceName": "string",
            "currentOffer": "string",
            "targetBuyer": "string",
            "currentProblem": "string",
            "currentPaymentRail": "optional string",
            "riskTolerance": "optional string",
            "source": "optional string"
          },
          "recommendedFor": "Paid conversion audit for x402, MCP, and agent API builders."
        }
      ],
      "recommendedNoSpendBeforePayment": [
        "/docs.json",
        "/api/agent-monetization-policy",
        "/api/mcp-tool-pack",
        "/api/agentcore-openapi.json",
        "/api/cloudflare-billing-rules",
        "/api/cloudflare-x402-worker-config",
        "/api/x402-proof",
        "/api/chat-tiny-payment-flow",
        "/api/agent-revenue-audit-preview",
        "/api/agent-revenue-audit-builder/action-pack",
        "/api/buyer-payment-scope-check"
      ],
      "compatibility": {
        "mcpClientsCanDiscoverPaidTools": true,
        "x402RequiredForPaidCompletion": true,
        "http402ChallengeExpectedBeforePayment": true,
        "paymentCredentialIsBuyerControlled": true,
        "sellerManagedBuyerWallet": false,
        "apiKeysRequiredBeforePayment": false,
        "cloudflareGatewayRuleAlreadyCreated": false,
        "originStillEnforcesX402": true
      },
      "noSpendBoundary": {
        "manifestIsFree": true,
        "paymentAttemptedByManifest": false,
        "paidRouteCalledByManifest": false,
        "automaticSpending": false,
        "paidUpstreamCalls": false,
        "createsPrepareRequest": false,
        "createsScopeCheck": false,
        "createsActionIntent": false,
        "fakeTrafficCreated": false,
        "newPaidRouteAdded": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawGeneratedPayloadStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesAdded": false,
        "sessionsAdded": false,
        "fingerprintingAdded": false
      },
      "notClaims": {
        "cloudflareEndorsementClaimed": false,
        "mcpMarketplaceEndorsementClaimed": false,
        "guaranteedRevenueClaimed": false,
        "paymentExecutedByReadingManifest": false,
        "buyerWalletControlledByApexScout": false
      }
    },
    "sourcePreservingHandoffAvailable": true,
    "sourcePreservingHandoff": {
      "sourcePreservingHandoffAvailable": true,
      "mode": "aggregate-only-source-preserving-handoff",
      "purpose": "Preserve owner-approved launch source tags from public entry pages into no-spend proof, Builder, Scope, and paid-intent handoff links.",
      "activeSourceTag": null,
      "exampleSourceTag": "x-daily-post",
      "sourceQueryParam": "src",
      "supportedSourceTags": [
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch"
      ],
      "destinationLinks": {
        "x402Proof": "/x402-proof?src=x-daily-post",
        "x402ProofApi": "/api/x402-proof?src=x-daily-post",
        "chatTinyPaymentFlow": "/chat-tiny-payment-flow?src=x-daily-post",
        "chatTinyPaymentFlowApi": "/api/chat-tiny-payment-flow?src=x-daily-post",
        "tinyPaidProof": "/api/opportunity-check?src=x-daily-post",
        "auditBuilderActionPack": "/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
        "auditBuilder": "/agent-revenue-audit-builder?src=x-daily-post",
        "scopeCheck": "/buyer-payment-scope-check?src=x-daily-post",
        "agentCommerceScenarios": "/agent-commerce-scenarios?src=x-daily-post",
        "paymentIntent": "/payment-intent?route=agent-revenue-audit&src=x-daily-post"
      },
      "destinationUrls": {
        "x402Proof": "https://apexscout.ai/x402-proof?src=x-daily-post",
        "x402ProofApi": "https://apexscout.ai/api/x402-proof?src=x-daily-post",
        "chatTinyPaymentFlow": "https://apexscout.ai/chat-tiny-payment-flow?src=x-daily-post",
        "chatTinyPaymentFlowApi": "https://apexscout.ai/api/chat-tiny-payment-flow?src=x-daily-post",
        "tinyPaidProof": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
        "auditBuilderActionPack": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
        "auditBuilder": "https://apexscout.ai/agent-revenue-audit-builder?src=x-daily-post",
        "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?src=x-daily-post",
        "agentCommerceScenarios": "https://apexscout.ai/agent-commerce-scenarios?src=x-daily-post",
        "paymentIntent": "https://apexscout.ai/payment-intent?route=agent-revenue-audit&src=x-daily-post"
      },
      "sourcePreservedOnPageLinks": true,
      "sourcePreservedOnCopyCommand": true,
      "preservesOnlySafeSourceTags": true,
      "unsupportedSourceTagsDropped": true,
      "sourcePreservationCreatesTraffic": false,
      "sourcePreservationCreatesActionIntent": false,
      "sourcePreservationCreatesPrepareRequest": false,
      "sourcePreservationCreatesScopeCheck": false,
      "sourcePreservationCallsPaidRoute": false,
      "sourcePreservationExecutesPayment": false,
      "noSpendBoundary": {
        "handoffIsFree": true,
        "linkRewriteOnly": true,
        "paidRouteCalledByHandoff": false,
        "productionPostCreated": false,
        "actionIntentCreatedByHandoff": false,
        "prepareRequestCreatedByHandoff": false,
        "scopeCheckCreatedByHandoff": false,
        "fakeTrafficCreated": false,
        "pricingChanged": false,
        "sellerWalletChanged": false,
        "settlementRailChanged": false,
        "cloudflareRuleChanged": false,
        "dnsChanged": false
      },
      "privacy": {
        "aggregateOnly": true,
        "buyerLevelDataExposed": false,
        "rawBuyerInputStored": false,
        "rawUserAgentsStored": false,
        "ipAddressesStored": false,
        "cookiesRequired": false,
        "cookiesAddedForHandoff": false,
        "sessionTrackingRequired": false,
        "sessionTrackingAddedForHandoff": false,
        "fingerprintingAdded": false
      },
      "note": "A safe owner source tag can travel on same-site links and copied proof commands so aggregate proof/source buckets can connect the front door to the next buyer-controlled step. The handoff does not open links or execute payment."
    },
    "sourcePreservedHref": "/api/opportunity-check?src=x-daily-post",
    "sourcePreservedHrefUrl": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
    "sourceAttributionAvailable": true,
    "sourceTagsStored": "sanitized-aggregate-only",
    "supportedSourceTags": [
      "front-door-x402-proof-cta",
      "action-pack-x402-proof-cta",
      "chat-tiny-x402-proof-cta",
      "x-profile",
      "x-pinned-post",
      "x-daily-post",
      "owner-public-launch",
      "machine-readable-x402-proof",
      "agent-execution-proof-packet",
      "agent-execution-command-copy",
      "agent-wallet-skill-pack",
      "agent-receipt-contract"
    ],
    "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
    "unpaidTopSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags",
    "completionSourceBucketsCounter": "opportunityCheckGetProofCompletionSourceBuckets",
    "agentExecutionCommandCopySourceBucket": "agentExecutionCommandCopy",
    "agentReceiptContractSourceBucket": "agentReceiptContract",
    "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
    "buyerWalletCloseWalletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
    "buyerWalletCloseCannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
    "http402ClosePacketSourceBucket": "agentExecutionCommandCopy",
    "buyerProofExecutionCloseoutSourceBucket": "agentReceiptContract",
    "agentExecutionCommandCopyTelemetryAdded": false,
    "agentExecutionCommandCopyTelemetryReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
    "ownerLaunchSourcePreservationCreatesTraffic": false,
    "ownerLaunchSourcePreservationCallsPaidRoute": false,
    "ownerLaunchSourcePreservationExecutesPayment": false,
    "unpaidChallengeIsRevenue": false,
    "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
    "unpaidChallengeInterpretation": "GET proof CTA clicks that reach unpaid 402 are not revenue. They show a client requested the proof route before payment. A paid completion still requires buyer-controlled x402 retry and HTTP 200.",
    "buyerAgentExecutionPacketAvailable": true,
    "requiresBuyerControlledX402Retry": true,
    "noRequestBodyRequired": true,
    "usesExistingPaidResource": true,
    "samePaidResourceAs": "POST /api/opportunity-check",
    "doesNotAddThirdPaidRoute": true,
    "doesNotCallAgentRevenueAudit": true,
    "cloudflareGatewayIntegrated": true,
    "cloudflareEdgeWorkerIntegrated": true,
    "cloudflareDnsProxied": true,
    "noCloudflareApiCallMade": false,
    "noCloudflareApiCallMadeByRead": true,
    "noDnsChangeMade": false,
    "cloudflareGatewayRuleCreated": true,
    "officialCloudflareGatewayRuleCreated": false,
    "cloudflareWorkerRouteCreated": true,
    "paidCallsMadeByActionSurface": false,
    "buyerLevelDataExposed": false,
    "publicCopy": "GET /api/opportunity-check is the one-cent x402 proof link. It returns HTTP 402 until a buyer-controlled x402 client retries payment."
  },
  "linkNativeTinyPaidProof": {
    "available": true,
    "tinyPaidProofAction": {
      "name": "ApexScout link-native tiny paid proof",
      "mode": "link-native-tiny-paid-proof",
      "method": "GET",
      "route": "/api/opportunity-check",
      "path": "/api/opportunity-check",
      "href": "/api/opportunity-check?src=machine-readable-x402-proof",
      "url": "https://apexscout.ai/api/opportunity-check",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
      "price": "$0.01",
      "priceUsd": "0.01",
      "amountAtomicUsdc": "10000",
      "maxAmountAtomicUnits": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "getProofUnpaidChallengeTelemetryAvailable": true,
      "getProofUnpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
      "getProofCompletionCounter": "opportunityCheckGetProofCompletions",
      "proofRetryConfidenceAvailable": true,
      "proofRetryConfidence": {
        "available": true,
        "mode": "no-spend-proof-retry-confidence",
        "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "url": "https://apexscout.ai/api/opportunity-check",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
        "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
        "http402ReadinessReceiptAvailable": true,
        "http402ReadinessReceipt": {
          "available": true,
          "mode": "no-spend-http-402-readiness-receipt",
          "title": "HTTP 402 Readiness Receipt",
          "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
          "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
          "agentDecision": {
            "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
            "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
          },
          "readinessChecks": [
            "Route scoped to GET /api/opportunity-check.",
            "Amount scoped to $0.01 / 10000 atomic USDC.",
            "Network scoped to Base mainnet eip155:8453.",
            "HTTP 402 is expected before payment.",
            "HTTP 200 is required before paid completion is counted.",
            "No request body, cookies, session, or wallet connection is required to read this receipt.",
            "No buyer-level data is exposed by this receipt.",
            "No automatic payment or paid retry is performed by ApexScout."
          ],
          "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
          "notClaims": {
            "signedReceiptCreated": false,
            "ap2ProofCreated": false,
            "legalMandateCreated": false,
            "paymentReceiptCreated": false,
            "walletApprovalCreated": false,
            "officialEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false
          },
          "noSpendBoundary": {
            "receiptIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByReceipt": false,
            "paidRouteCalledByReceipt": false,
            "paidUpstreamCalls": false,
            "walletConnectionRequiredForReceipt": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "receiptUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
        },
        "proofRetryDecisionStripAvailable": true,
        "proofRetryDecisionStrip": {
          "available": true,
          "mode": "buyer-controlled-proof-retry-decision-strip",
          "title": "Buyer-controlled proof retry gate",
          "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
          "continueIf": [
            "Buyer explicitly approves this exact $0.01 proof.",
            "Client can attach x402 payment on Base mainnet eip155:8453.",
            "Route is exactly GET /api/opportunity-check.",
            "Max amount is exactly 10000 atomic USDC.",
            "Buyer understands only HTTP 200 counts as a paid proof completion."
          ],
          "stopIf": [
            "Buyer has not approved spend.",
            "Client is a normal browser without x402 payment support.",
            "Route, amount, or network differs from the receipt.",
            "The buyer is treating unpaid HTTP 402 as revenue or completion.",
            "The output will not change the buyer's next action."
          ],
          "primaryAction": {
            "label": "Request unpaid proof challenge",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
            "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
            "noPaymentOnClick": true,
            "paidRetryRequiresBuyerWallet": true
          },
          "fallbackNoSpendActions": [
            "/x402-proof",
            "/api/agent-revenue-audit-builder/action-pack",
            "/buyer-payment-scope-check",
            "/chat-tiny-payment-flow"
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "decisionStripUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "decisionStripIsFree": true,
            "paymentAttemptedByDecisionStrip": false,
            "paidRouteCalledByDecisionStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "http402ClosePacketAvailable": true,
        "http402ClosePacket": {
          "available": true,
          "mode": "buyer-agent-402-close-packet",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "402 close packet",
          "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
          "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
          "whatHttp200Proves": [
            "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
            "The paid route returned structured JSON after payment verification.",
            "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
          ],
          "notProofOf": [
            "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
            "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
            "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
          ],
          "continueIf": [
            "The buyer explicitly approved this one-cent proof.",
            "The client can attach an x402 payment authorization.",
            "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
            "The max amount is exactly 10000 atomic USDC.",
            "The network is exactly eip155:8453."
          ],
          "stopIf": [
            "The wallet is not authenticated.",
            "The wallet has insufficient USDC on Base.",
            "The client cannot attach x402 payment.",
            "The max amount is lower than 10000 atomic USDC.",
            "The network is not eip155:8453.",
            "The buyer did not approve this exact spend.",
            "The agent plans to retry more than once just to clear a metric."
          ],
          "failureBranches": {
            "walletNotAuthenticated": {
              "bucket": "wallet_not_authenticated",
              "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
              "apexScoutAction": "Do nothing automatically."
            },
            "insufficientBaseUsdc": {
              "bucket": "insufficient_base_usdc",
              "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
              "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
            },
            "maxAmountTooLow": {
              "bucket": "max_amount_too_low",
              "buyerAction": "Use max amount 10000 atomic USDC or stop.",
              "apexScoutAction": "Do not lower route price or change payment requirements."
            },
            "wrongNetwork": {
              "bucket": "wrong_network",
              "buyerAction": "Use eip155:8453 Base mainnet or stop.",
              "apexScoutAction": "Do not switch rails."
            },
            "paymentDeclined": {
              "bucket": "payment_declined",
              "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
              "apexScoutAction": "Do not retry payment for the buyer."
            }
          },
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-command-copy",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionCommandCopy",
            "closePacketUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "closePacketIsFree": true,
            "closePacketExecutesPayment": false,
            "paymentAttemptedByClosePacket": false,
            "paidRouteCalledByClosePacket": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "secretSigningMaterialRequested": false
          }
        },
        "buyerProofExecutionCloseoutAvailable": true,
        "buyerProofExecutionCloseout": {
          "available": true,
          "mode": "buyer-proof-execution-closeout",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Copied? Finish with one buyer-run proof retry",
          "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "primarySourceTag": "agent-receipt-contract",
          "primarySourceBucket": "agentReceiptContract",
          "commandCopySourceTag": "agent-execution-command-copy",
          "commandCopySourceBucket": "agentExecutionCommandCopy",
          "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "firstScreenPlacement": {
            "x402Proof": "after-wallet-close-before-receipt-command",
            "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
            "closeoutVisibleBeforeCommandCopy": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "closeoutRule": {
            "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
            "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
            "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
            "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
            "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
            "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
          },
          "buyerAgentChecklist": [
            "Wallet is authenticated by the buyer, not ApexScout.",
            "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
            "Maximum spend is exactly 10000 atomic USDC.",
            "Network is exactly eip155:8453 Base mainnet.",
            "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
          ],
          "copyReadyCommands": {
            "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
          },
          "safeReadouts": {
            "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
            "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
            "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
            "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
            "noPaymentAttemptedByRead": true,
            "buyerLevelDataExposed": false,
            "rawPaymentPayloadExposed": false,
            "privateKeysRequested": false
          },
          "buttons": [
            {
              "label": "Copy receipt-bound proof command",
              "copies": "receipt_bound_command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy edge failure readout",
              "copies": "edge_failure_read_command",
              "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "failureReadoutIsRevenue": false,
            "copyIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "newCounterAdded": false,
            "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
          },
          "noSpendBoundary": {
            "closeoutIsFree": true,
            "closeoutExecutesPayment": false,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "failureReadoutExecutesPayment": false,
            "failureReadoutCallsPaidRoute": false,
            "paymentAttemptedByCloseout": false,
            "paidRouteCalledByCloseout": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "productionPostCreated": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cloudflareMutationCreated": false,
            "apifyActorRunCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "rawPaymentPayloadExposed": false
          },
          "safetyClaims": {
            "guaranteedRevenueClaimed": false,
            "officialEndorsementClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareMonetizationGatewayReadinessAvailable": true,
        "cloudflareMonetizationGatewayReadiness": {
          "available": true,
          "mode": "cloudflare-monetization-gateway-readiness",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare live edge status",
          "releaseReportingMode": "worker-and-origin-split",
          "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originReleasePath": "/status",
          "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "workerSourceVersion": "2.2.179",
          "workerHealthReleaseContract": {
            "healthPath": "/__apexscout/cloudflare-x402/health",
            "releaseFieldMeans": "workerRelease",
            "workerReleaseField": "workerRelease",
            "originReleaseField": "originRelease",
            "originReleasePath": "/status",
            "originReleaseReadIsNoSpend": true,
            "mismatchIsActionableOnlyWhenWorkerHealthFails": true
          },
          "sourceSignal": {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
          },
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "officialCloudflareMonetizationGatewayClaimed": false,
          "officialCloudflareEndorsementClaimed": false,
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
          "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
          "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "waitlistOrEarlyAccessRequired": false,
          "noDnsChangeMade": false,
          "dnsChangedByLiveCutover": true,
          "noCloudflareApiCallMade": false,
          "noCloudflareApiCallMadeByRead": true,
          "noPaymentRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "noPaidRouteChanged": true,
          "noPriceChanged": true,
          "noSellerWalletChanged": true,
          "noPaymentRailChanged": true,
          "apexScoutRemainsSourceOfTruth": true,
          "candidateRules": [
            {
              "id": "apexscout-one-cent-proof",
              "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
              "method": "GET",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "amountAtomicUsdc": "10000",
              "priceUsd": "0.01",
              "displayPrice": "$0.01",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "purpose": "Higher-value builder monetization audit route.",
              "method": "POST",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "amountAtomicUsdc": "5000000",
              "priceUsd": "5.00",
              "displayPrice": "$5.00",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            }
          ],
          "migrationPlan": [
            "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
            "Use these candidate rules as the review checklist before any future official managed-gateway change.",
            "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
            "Keep ApexScout aggregate metrics as the public conversion truth source.",
            "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
          ],
          "operatorChecklist": {
            "dnsChangeApproved": true,
            "cloudflareApiTokenApproved": true,
            "gatewayRuleCreationApproved": true,
            "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
            "originFallbackRequired": true,
            "compareGatewayRulesToCandidateRules": true
          },
          "noSpendBoundary": {
            "readinessPacketIsFree": true,
            "paymentAttemptedByReadinessPacket": false,
            "paidRouteCalledByReadinessPacket": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "cloudflareApiCalled": false,
            "dnsChanged": false,
            "dnsAlreadyProxiedThroughCloudflare": true,
            "workerAlreadyDeployed": true,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "revenueOutcomeClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          },
          "telemetryInterpretation": {
            "readinessUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
          }
        },
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "retryDecision": {
          "recommendedOnlyForX402CapableClients": true,
          "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
          "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
        },
        "approvalChecklist": [
          "Buyer approves GET /api/opportunity-check as the route.",
          "Buyer approves the $0.01 maximum spend.",
          "Buyer approves Base mainnet x402 on eip155:8453.",
          "Buyer controls the wallet and chooses whether to retry.",
          "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
        ],
        "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
        "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "confidencePacketIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByConfidencePacket": false,
          "walletConnectionRequiredForConfidencePacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "http402ReadinessReceiptAvailable": true,
      "http402ReadinessReceipt": {
        "available": true,
        "mode": "no-spend-http-402-readiness-receipt",
        "title": "HTTP 402 Readiness Receipt",
        "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
        "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
        "agentDecision": {
          "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
          "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
        },
        "readinessChecks": [
          "Route scoped to GET /api/opportunity-check.",
          "Amount scoped to $0.01 / 10000 atomic USDC.",
          "Network scoped to Base mainnet eip155:8453.",
          "HTTP 402 is expected before payment.",
          "HTTP 200 is required before paid completion is counted.",
          "No request body, cookies, session, or wallet connection is required to read this receipt.",
          "No buyer-level data is exposed by this receipt.",
          "No automatic payment or paid retry is performed by ApexScout."
        ],
        "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
        "notClaims": {
          "signedReceiptCreated": false,
          "ap2ProofCreated": false,
          "legalMandateCreated": false,
          "paymentReceiptCreated": false,
          "walletApprovalCreated": false,
          "officialEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false
        },
        "noSpendBoundary": {
          "receiptIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByReceipt": false,
          "paidRouteCalledByReceipt": false,
          "paidUpstreamCalls": false,
          "walletConnectionRequiredForReceipt": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "receiptUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
      },
      "proofRetryDecisionStripAvailable": true,
      "proofRetryDecisionStrip": {
        "available": true,
        "mode": "buyer-controlled-proof-retry-decision-strip",
        "title": "Buyer-controlled proof retry gate",
        "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
        "continueIf": [
          "Buyer explicitly approves this exact $0.01 proof.",
          "Client can attach x402 payment on Base mainnet eip155:8453.",
          "Route is exactly GET /api/opportunity-check.",
          "Max amount is exactly 10000 atomic USDC.",
          "Buyer understands only HTTP 200 counts as a paid proof completion."
        ],
        "stopIf": [
          "Buyer has not approved spend.",
          "Client is a normal browser without x402 payment support.",
          "Route, amount, or network differs from the receipt.",
          "The buyer is treating unpaid HTTP 402 as revenue or completion.",
          "The output will not change the buyer's next action."
        ],
        "primaryAction": {
          "label": "Request unpaid proof challenge",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
          "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
          "noPaymentOnClick": true,
          "paidRetryRequiresBuyerWallet": true
        },
        "fallbackNoSpendActions": [
          "/x402-proof",
          "/api/agent-revenue-audit-builder/action-pack",
          "/buyer-payment-scope-check",
          "/chat-tiny-payment-flow"
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "decisionStripUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "decisionStripIsFree": true,
          "paymentAttemptedByDecisionStrip": false,
          "paidRouteCalledByDecisionStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofPacketAvailable": true,
      "agentExecutionProofPacket": {
        "available": true,
        "mode": "buyer-controlled-agent-execution-proof-packet",
        "title": "Agent execution packet",
        "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "executionContract": {
          "buyerApprovalRequired": true,
          "x402CapableClientRequired": true,
          "routeMustMatch": "/api/opportunity-check",
          "methodMustMatch": "GET",
          "maxAmountMustMatchAtomicUsdc": "10000",
          "networkMustMatch": "eip155:8453",
          "stopAfterOnePaidResponse": true,
          "successOnlyWhenHttp200": true,
          "automaticSpendingByApexScout": false
        },
        "successCriteria": [
          "Buyer-controlled x402 retry returns HTTP 200.",
          "Response is JSON from GET /api/opportunity-check.",
          "The paid proof counter increments only after the paid retry succeeds."
        ],
        "abortIf": [
          "Buyer approval is missing.",
          "The client cannot attach x402 payment.",
          "Route, method, amount, or network differs.",
          "The unpaid HTTP 402 challenge is being treated as revenue."
        ],
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-proof-packet",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionProofPacket",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "packetIsFree": true,
          "packetExecutesPayment": false,
          "paidRouteCalledByPacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofCtaAvailable": true,
      "agentExecutionProofCta": {
        "available": true,
        "mode": "promoted-buyer-executable-proof-cta",
        "title": "Buyer-run proof packet",
        "label": "Run with buyer-approved x402 wallet",
        "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "method": "GET",
        "route": "/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
        "successMetric": "opportunityCheckGetProofCompletions",
        "unpaidSourceBucket": "agentExecutionProofPacket",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "buyerDecision": {
          "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
          "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
        },
        "noSpendBoundary": {
          "ctaIsFreeToRead": true,
          "normalBrowserGetsUnpaid402": true,
          "paymentAttemptedByCta": false,
          "paidRouteCalledByApexScout": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "walletReadinessStripAvailable": true,
      "walletReadinessStrip": {
        "available": true,
        "mode": "buyer-wallet-readiness-strip",
        "title": "Before you run the command",
        "checklist": [
          "Your x402 wallet/client is authenticated.",
          "Your wallet has at least $0.01 USDC available on Base.",
          "You approve the route: GET /api/opportunity-check.",
          "You approve the max amount: 10000 atomic USDC.",
          "You understand unpaid HTTP 402 is not revenue.",
          "You understand paid proof means HTTP 200 after your own wallet retry."
        ],
        "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "amountAtomicUsdc": "10000",
        "priceUsd": "0.01",
        "network": "eip155:8453",
        "noFundingAdvice": true,
        "noTradingAdvice": true,
        "noPrivateKeyAdvice": true,
        "noOnrampAdvice": true,
        "noSpendBoundary": {
          "stripIsFree": true,
          "paymentAttemptedByStrip": false,
          "paidRouteCalledByStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "buyerAgentCommandCopyAvailable": true,
      "buyerAgentCommandCopy": {
        "available": true,
        "mode": "buyer-agent-command-copy",
        "title": "Wallet-ready? Copy this command",
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "requestBodyRequired": false,
        "walletMustBeAuthenticated": true,
        "walletNeedsSufficientUsdc": true,
        "apexScoutRunsCommand": false,
        "copyingIsPayment": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "sourceBucketCompatibility": {
          "oldPacketSourceStillSupported": "agent-execution-proof-packet",
          "newCommandCopySource": "agent-execution-command-copy",
          "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
        },
        "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
        "prerequisites": [
          "Authenticated x402 wallet/client.",
          "At least $0.01 USDC on Base."
        ],
        "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
        "copyingIsNotPaymentCopy": "Copying this command is not payment.",
        "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
        "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
        "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
        "placement": {
          "x402Proof": "above-proof-detail-sections",
          "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
          "primaryForWalletCapableAgents": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "buttons": [
          {
            "label": "Copy command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy route only",
            "copies": "route",
            "value": "/api/opportunity-check?src=agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetry": {
          "commandCopyTelemetryAdded": false,
          "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
          "copyIsRevenue": false,
          "copyIsPayment": false,
          "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
        },
        "noSpendBoundary": {
          "copyPanelIsFree": true,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "paidRouteCalledByCopyPanel": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "agentReceiptCloseStripAvailable": true,
      "agentReceiptCloseStrip": {
        "available": true,
        "mode": "agent-receipt-close-strip",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Receipt rule accepted? Copy the proof command",
        "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
        "sourceTag": "agent-receipt-contract",
        "sourceBucket": "agentReceiptContract",
        "method": "GET",
        "route": "/api/opportunity-check",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "firstScreenPlacement": {
          "x402Proof": "before-wallet-command-copy",
          "chatTinyPaymentFlow": "before-wallet-command-copy",
          "makeReceiptRuleVisibleBeforePaymentCommand": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "receiptRule": {
          "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
          "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
          "unpaid402IsNotRevenue": true,
          "paidProofRequiresHttp200": true,
          "buyerControlsWalletAndRetry": true,
          "stopAfterOneSuccessfulPaidResponse": true
        },
        "visibleBuyerCopy": [
          "Accept the receipt rule before copying the command.",
          "HTTP 402 is only the unpaid challenge.",
          "HTTP 200 after your buyer-controlled retry is the paid proof.",
          "ApexScout does not run this command and does not control the wallet."
        ],
        "buttons": [
          {
            "label": "Copy receipt-bound command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy receipt route",
            "copies": "route",
            "value": "/api/opportunity-check?src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentReceiptContract",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
        },
        "noSpendBoundary": {
          "closeStripIsFree": true,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "paymentAttemptedByCloseStrip": false,
          "paidRouteCalledByCloseStrip": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "buyerWalletCloseAvailable": true,
      "buyerWalletClose": {
        "available": true,
        "mode": "buyer-wallet-close",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Can your wallet pay now?",
        "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
        "route": "/api/buyer-wallet-close-intent",
        "method": "GET",
        "routeIsFree": true,
        "sourceTags": {
          "walletReady": "agent-receipt-contract",
          "cannotPayYet": "agent-wallet-skill-pack",
          "copyPaidProofCommand": "agent-execution-command-copy",
          "copyReceiptBoundCommand": "agent-receipt-contract",
          "copyWalletSetupCommand": "agent-wallet-skill-pack"
        },
        "actions": {
          "walletReady": {
            "action": "wallet_ready",
            "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "method": "GET",
            "sourceTag": "agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "cannotPayYet": {
            "action": "cannot_pay_yet",
            "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "method": "GET",
            "sourceTag": "agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyPaidProofCommand": {
            "action": "copy_paid_proof_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "method": "GET",
            "sourceTag": "agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyReceiptBoundCommand": {
            "action": "copy_receipt_bound_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "method": "GET",
            "sourceTag": "agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyWalletSetupCommand": {
            "action": "copy_wallet_setup_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "method": "GET",
            "sourceTag": "agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        },
        "visibleBuyerCopy": [
          "Choose the wallet state before copying a command.",
          "This signal is a free GET request and does not open the paid route.",
          "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
          "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
        ],
        "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
        "buttons": [
          {
            "label": "I can pay now",
            "action": "wallet_ready",
            "copies": null,
            "value": null,
            "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "I can't pay yet",
            "action": "cannot_pay_yet",
            "copies": null,
            "value": null,
            "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy paid proof command",
            "action": "copy_paid_proof_command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy receipt-bound command",
            "action": "copy_receipt_bound_command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "action": "copy_wallet_setup_command",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "mode": "aggregate-only-buyer-wallet-close-intent",
          "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
          "intentIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "firstScreenPlacement": {
          "x402Proof": "before-receipt-and-command-copy",
          "chatTinyPaymentFlow": "before-receipt-and-command-copy",
          "walletStateVisibleBeforePaymentCommand": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "noSpendBoundary": {
          "panelIsFree": true,
          "intentRouteIsFree": true,
          "intentRouteMethod": "GET",
          "copyingExecutesPayment": false,
          "clickingStateExecutesPayment": false,
          "clickingStateOpensPaidRoute": false,
          "paidRouteCalledByPanel": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "http402ClosePacketAvailable": true,
      "http402ClosePacket": {
        "available": true,
        "mode": "buyer-agent-402-close-packet",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "402 close packet",
        "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "price": "$0.01",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
        "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
        "whatHttp200Proves": [
          "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
          "The paid route returned structured JSON after payment verification.",
          "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
        ],
        "notProofOf": [
          "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
          "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
          "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
        ],
        "continueIf": [
          "The buyer explicitly approved this one-cent proof.",
          "The client can attach an x402 payment authorization.",
          "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
          "The max amount is exactly 10000 atomic USDC.",
          "The network is exactly eip155:8453."
        ],
        "stopIf": [
          "The wallet is not authenticated.",
          "The wallet has insufficient USDC on Base.",
          "The client cannot attach x402 payment.",
          "The max amount is lower than 10000 atomic USDC.",
          "The network is not eip155:8453.",
          "The buyer did not approve this exact spend.",
          "The agent plans to retry more than once just to clear a metric."
        ],
        "failureBranches": {
          "walletNotAuthenticated": {
            "bucket": "wallet_not_authenticated",
            "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
            "apexScoutAction": "Do nothing automatically."
          },
          "insufficientBaseUsdc": {
            "bucket": "insufficient_base_usdc",
            "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
            "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
          },
          "maxAmountTooLow": {
            "bucket": "max_amount_too_low",
            "buyerAction": "Use max amount 10000 atomic USDC or stop.",
            "apexScoutAction": "Do not lower route price or change payment requirements."
          },
          "wrongNetwork": {
            "bucket": "wrong_network",
            "buyerAction": "Use eip155:8453 Base mainnet or stop.",
            "apexScoutAction": "Do not switch rails."
          },
          "paymentDeclined": {
            "bucket": "payment_declined",
            "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
            "apexScoutAction": "Do not retry payment for the buyer."
          }
        },
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-command-copy",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionCommandCopy",
          "closePacketUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "closePacketIsFree": true,
          "closePacketExecutesPayment": false,
          "paymentAttemptedByClosePacket": false,
          "paidRouteCalledByClosePacket": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "secretSigningMaterialRequested": false
        }
      },
      "buyerProofExecutionCloseoutAvailable": true,
      "buyerProofExecutionCloseout": {
        "available": true,
        "mode": "buyer-proof-execution-closeout",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Copied? Finish with one buyer-run proof retry",
        "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "primarySourceTag": "agent-receipt-contract",
        "primarySourceBucket": "agentReceiptContract",
        "commandCopySourceTag": "agent-execution-command-copy",
        "commandCopySourceBucket": "agentExecutionCommandCopy",
        "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "firstScreenPlacement": {
          "x402Proof": "after-wallet-close-before-receipt-command",
          "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
          "closeoutVisibleBeforeCommandCopy": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "closeoutRule": {
          "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
          "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
          "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
          "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
          "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
          "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
        },
        "buyerAgentChecklist": [
          "Wallet is authenticated by the buyer, not ApexScout.",
          "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
          "Maximum spend is exactly 10000 atomic USDC.",
          "Network is exactly eip155:8453 Base mainnet.",
          "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
        ],
        "copyReadyCommands": {
          "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
          "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
        },
        "safeReadouts": {
          "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
          "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
          "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
          "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
          "noPaymentAttemptedByRead": true,
          "buyerLevelDataExposed": false,
          "rawPaymentPayloadExposed": false,
          "privateKeysRequested": false
        },
        "buttons": [
          {
            "label": "Copy receipt-bound proof command",
            "copies": "receipt_bound_command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy edge failure readout",
            "copies": "edge_failure_read_command",
            "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "failureReadoutIsRevenue": false,
          "copyIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "newCounterAdded": false,
          "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
        },
        "noSpendBoundary": {
          "closeoutIsFree": true,
          "closeoutExecutesPayment": false,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "failureReadoutExecutesPayment": false,
          "failureReadoutCallsPaidRoute": false,
          "paymentAttemptedByCloseout": false,
          "paidRouteCalledByCloseout": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "productionPostCreated": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareMutationCreated": false,
          "apifyActorRunCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "rawPaymentPayloadExposed": false
        },
        "safetyClaims": {
          "guaranteedRevenueClaimed": false,
          "officialEndorsementClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareMonetizationGatewayReadinessAvailable": true,
      "cloudflareMonetizationGatewayReadiness": {
        "available": true,
        "mode": "cloudflare-monetization-gateway-readiness",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare live edge status",
        "releaseReportingMode": "worker-and-origin-split",
        "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originReleasePath": "/status",
        "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "workerSourceVersion": "2.2.179",
        "workerHealthReleaseContract": {
          "healthPath": "/__apexscout/cloudflare-x402/health",
          "releaseFieldMeans": "workerRelease",
          "workerReleaseField": "workerRelease",
          "originReleaseField": "originRelease",
          "originReleasePath": "/status",
          "originReleaseReadIsNoSpend": true,
          "mismatchIsActionableOnlyWhenWorkerHealthFails": true
        },
        "sourceSignal": {
          "name": "Cloudflare Monetization Gateway",
          "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
        },
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "officialCloudflareMonetizationGatewayClaimed": false,
        "officialCloudflareEndorsementClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "waitlistOrEarlyAccessRequired": false,
        "noDnsChangeMade": false,
        "dnsChangedByLiveCutover": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "apexScoutRemainsSourceOfTruth": true,
        "candidateRules": [
          {
            "id": "apexscout-one-cent-proof",
            "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "amountAtomicUsdc": "10000",
            "priceUsd": "0.01",
            "displayPrice": "$0.01",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "purpose": "Higher-value builder monetization audit route.",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "amountAtomicUsdc": "5000000",
            "priceUsd": "5.00",
            "displayPrice": "$5.00",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          }
        ],
        "migrationPlan": [
          "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
          "Use these candidate rules as the review checklist before any future official managed-gateway change.",
          "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
          "Keep ApexScout aggregate metrics as the public conversion truth source.",
          "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
        ],
        "operatorChecklist": {
          "dnsChangeApproved": true,
          "cloudflareApiTokenApproved": true,
          "gatewayRuleCreationApproved": true,
          "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
          "originFallbackRequired": true,
          "compareGatewayRulesToCandidateRules": true
        },
        "noSpendBoundary": {
          "readinessPacketIsFree": true,
          "paymentAttemptedByReadinessPacket": false,
          "paidRouteCalledByReadinessPacket": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "cloudflareApiCalled": false,
          "dnsChanged": false,
          "dnsAlreadyProxiedThroughCloudflare": true,
          "workerAlreadyDeployed": true,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "revenueOutcomeClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        },
        "telemetryInterpretation": {
          "readinessUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
        }
      },
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "agentMonetizationPolicyMatrixAvailable": true,
      "agentMonetizationPolicyMatrix": {
        "available": true,
        "mode": "agent-monetization-policy-matrix",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Agent monetization policy matrix",
        "purpose": "Give crawlers, buyer agents, edge gateways, and MCP clients one clear allow/charge/block map before they touch a paid route.",
        "sourceSignals": [
          {
            "name": "Cloudflare Pay Per Crawl",
            "sourceUrl": "https://blog.cloudflare.com/introducing-pay-per-crawl/",
            "interpretedAs": "Agents and crawlers need a simple policy choice: free access, charged access, or blocked access."
          },
          {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Paid APIs, datasets, pages, and MCP tools can be described as route-level payment rules before any buyer-controlled retry."
          }
        ],
        "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
        "apiPath": "/api/agent-monetization-policy",
        "wellKnownPath": "/.well-known/apexscout-monetization-policy.json",
        "paidMcpToolsManifest": "https://apexscout.ai/.well-known/apexscout-paid-tools.json",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareDnsProxied": true,
        "officialCloudflareEndorsementClaimed": false,
        "officialCloudflareMonetizationGatewayClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "cloudflarePayPerCrawlIntegrated": false,
        "noCrawlerBillingCreated": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "routePolicyCount": 8,
        "defaultPolicy": {
          "action": "allow_free_public_metadata",
          "appliesTo": "Public ApexScout-owned docs, manifests, readiness pages, and health surfaces.",
          "paidRetryRequired": false,
          "buyerLevelDataExposed": false
        },
        "routePolicies": [
          {
            "id": "public-docs-and-start-pages",
            "action": "allow_free",
            "routes": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/agent-capabilities.json",
              "/.well-known/agent.json",
              "/api/public-agent"
            ],
            "reason": "Agents need no-spend discovery and route selection before deciding whether to pay.",
            "crawlerPolicy": "allow_public_metadata_only",
            "paidRetryRequired": false
          },
          {
            "id": "machine-readable-policy-and-tools",
            "action": "allow_free",
            "routes": [
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json"
            ],
            "reason": "Payment-aware clients should inspect prices, routes, caps, and guardrails without spending.",
            "crawlerPolicy": "allow_agent_metadata",
            "paidRetryRequired": false
          },
          {
            "id": "proof-pages-and-payment-education",
            "action": "allow_free",
            "routes": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow"
            ],
            "reason": "These surfaces explain the one-cent proof and wallet-controlled retry; reading them is not payment.",
            "crawlerPolicy": "allow_public_payment_instructions",
            "paidRetryRequired": false
          },
          {
            "id": "one-cent-proof",
            "action": "charge_x402",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "crawlerPolicy": "charge_only_when_agent_chooses_paid_resource"
          },
          {
            "id": "agent-revenue-audit",
            "action": "charge_x402",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "crawlerPolicy": "charge_paid_builder_audit_only_after_buyer_approval"
          },
          {
            "id": "builder-and-scope-preflight",
            "action": "allow_free_preflight",
            "routes": [
              "/agent-revenue-audit-builder",
              "/api/agent-revenue-audit-builder",
              "/api/agent-revenue-audit-builder/action-pack",
              "/buyer-payment-scope-check",
              "/api/buyer-payment-scope-check",
              "/buyer-agent-payment-safety",
              "/api/buyer-agent-payment-safety"
            ],
            "reason": "Preflight and safety checks reduce accidental spend and do not execute payment.",
            "crawlerPolicy": "allow_no_spend_prep_surfaces",
            "paidRetryRequired": false
          },
          {
            "id": "admin-and-private-surfaces",
            "action": "block_public_access",
            "routes": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "crawlerPolicy": "block",
            "paidRetryAvailable": false
          },
          {
            "id": "third-party-outreach-and-catalog-crawl",
            "action": "not_performed_by_apexscout",
            "routes": [],
            "reason": "ApexScout does not scrape catalogs, contact third parties, create fake traffic, post, DM, email, or crawl competitors.",
            "crawlerPolicy": "blocked_by_operating_boundary",
            "paidRetryAvailable": false
          }
        ],
        "crawlerAndAgentRules": {
          "allow": [
            "Read public docs, manifests, policy files, OpenAPI, MCP metadata, proof pages, and no-spend preflight surfaces.",
            "Use unpaid HTTP 402 as a route-health/payment-requirements signal, not as revenue."
          ],
          "charge": [
            "Charge only the existing one-cent proof route or the existing $5 Agent Revenue Audit route.",
            "Require buyer-controlled x402 retry before any paid completion is counted."
          ],
          "block": [
            "Block admin/private surfaces from public policy.",
            "Do not provide a paid bypass for scraping, third-party discovery, fake traffic, outreach, or buyer-level data."
          ]
        },
        "edgeGatewayCandidate": {
          "readyToReview": true,
          "cloudflareRuleCreated": false,
          "firstRuleToMirror": "one-cent-proof",
          "secondRuleToMirror": "agent-revenue-audit",
          "rollbackRequirement": "Railway-origin x402 remains the fallback until each edge rule proves unpaid 402 and paid 200."
        },
        "noSpendBoundary": {
          "policyIsFree": true,
          "paymentAttemptedByPolicy": false,
          "paidRouteCalledByPolicy": false,
          "cloudflareApiCalled": false,
          "crawlerBillingCreated": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "paidMcpToolManifestAvailable": true,
      "paidMcpToolManifest": {
        "available": true,
        "mode": "paid-mcp-tool-manifest",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "ApexScout paid MCP tool manifest",
        "purpose": "Make ApexScout's payable resources obvious to MCP-style clients without opening a paid route or simulating payment.",
        "apiPath": "/api/paid-mcp-tools",
        "wellKnownPath": "/.well-known/apexscout-paid-tools.json",
        "policyPath": "/.well-known/apexscout-monetization-policy.json",
        "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "mcpToolPackPath": "/api/mcp-tool-pack",
        "mcpManifestPath": "/.well-known/mcp.json",
        "openApiPath": "/api/agentcore-openapi.json",
        "toolCount": 3,
        "paidToolCount": 3,
        "freeToolCount": 0,
        "tools": [
          {
            "name": "apexscout_link_native_tiny_paid_proof",
            "displayName": "One-cent x402 proof",
            "method": "GET",
            "path": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUnits": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": false,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "buyerControlledRetryOnly": true,
            "recommendedFor": "Fastest proof that the buyer agent can complete an x402 payment path."
          },
          {
            "name": "apexscout_opportunity_check",
            "displayName": "Opportunity Check",
            "method": "POST",
            "path": "/api/opportunity-check",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUnits": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": true,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerControlledRetryOnly": true,
            "inputSchemaSummary": {
              "subject": "string",
              "goal": "string",
              "buyerType": "optional string",
              "source": "optional string"
            },
            "recommendedFor": "Cheapest normal paid trust screen after a buyer chooses a subject and goal."
          },
          {
            "name": "apexscout_agent_revenue_audit",
            "displayName": "Agent Revenue Audit",
            "method": "POST",
            "path": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "maxAmountAtomicUnits": "5000000",
            "network": "eip155:8453",
            "requestBodyRequired": true,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerControlledRetryOnly": true,
            "preflightPath": "/api/agent-revenue-audit-builder/prepare",
            "previewPath": "/api/agent-revenue-audit-preview",
            "inputSchemaSummary": {
              "serviceName": "string",
              "currentOffer": "string",
              "targetBuyer": "string",
              "currentProblem": "string",
              "currentPaymentRail": "optional string",
              "riskTolerance": "optional string",
              "source": "optional string"
            },
            "recommendedFor": "Paid conversion audit for x402, MCP, and agent API builders."
          }
        ],
        "recommendedNoSpendBeforePayment": [
          "/docs.json",
          "/api/agent-monetization-policy",
          "/api/mcp-tool-pack",
          "/api/agentcore-openapi.json",
          "/api/cloudflare-billing-rules",
          "/api/cloudflare-x402-worker-config",
          "/api/x402-proof",
          "/api/chat-tiny-payment-flow",
          "/api/agent-revenue-audit-preview",
          "/api/agent-revenue-audit-builder/action-pack",
          "/api/buyer-payment-scope-check"
        ],
        "compatibility": {
          "mcpClientsCanDiscoverPaidTools": true,
          "x402RequiredForPaidCompletion": true,
          "http402ChallengeExpectedBeforePayment": true,
          "paymentCredentialIsBuyerControlled": true,
          "sellerManagedBuyerWallet": false,
          "apiKeysRequiredBeforePayment": false,
          "cloudflareGatewayRuleAlreadyCreated": false,
          "originStillEnforcesX402": true
        },
        "noSpendBoundary": {
          "manifestIsFree": true,
          "paymentAttemptedByManifest": false,
          "paidRouteCalledByManifest": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "notClaims": {
          "cloudflareEndorsementClaimed": false,
          "mcpMarketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "paymentExecutedByReadingManifest": false,
          "buyerWalletControlledByApexScout": false
        }
      },
      "sourcePreservingHandoffAvailable": true,
      "sourcePreservingHandoff": {
        "sourcePreservingHandoffAvailable": true,
        "mode": "aggregate-only-source-preserving-handoff",
        "purpose": "Preserve owner-approved launch source tags from public entry pages into no-spend proof, Builder, Scope, and paid-intent handoff links.",
        "activeSourceTag": null,
        "exampleSourceTag": "x-daily-post",
        "sourceQueryParam": "src",
        "supportedSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "destinationLinks": {
          "x402Proof": "/x402-proof?src=x-daily-post",
          "x402ProofApi": "/api/x402-proof?src=x-daily-post",
          "chatTinyPaymentFlow": "/chat-tiny-payment-flow?src=x-daily-post",
          "chatTinyPaymentFlowApi": "/api/chat-tiny-payment-flow?src=x-daily-post",
          "tinyPaidProof": "/api/opportunity-check?src=x-daily-post",
          "auditBuilderActionPack": "/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
          "auditBuilder": "/agent-revenue-audit-builder?src=x-daily-post",
          "scopeCheck": "/buyer-payment-scope-check?src=x-daily-post",
          "agentCommerceScenarios": "/agent-commerce-scenarios?src=x-daily-post",
          "paymentIntent": "/payment-intent?route=agent-revenue-audit&src=x-daily-post"
        },
        "destinationUrls": {
          "x402Proof": "https://apexscout.ai/x402-proof?src=x-daily-post",
          "x402ProofApi": "https://apexscout.ai/api/x402-proof?src=x-daily-post",
          "chatTinyPaymentFlow": "https://apexscout.ai/chat-tiny-payment-flow?src=x-daily-post",
          "chatTinyPaymentFlowApi": "https://apexscout.ai/api/chat-tiny-payment-flow?src=x-daily-post",
          "tinyPaidProof": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
          "auditBuilderActionPack": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
          "auditBuilder": "https://apexscout.ai/agent-revenue-audit-builder?src=x-daily-post",
          "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?src=x-daily-post",
          "agentCommerceScenarios": "https://apexscout.ai/agent-commerce-scenarios?src=x-daily-post",
          "paymentIntent": "https://apexscout.ai/payment-intent?route=agent-revenue-audit&src=x-daily-post"
        },
        "sourcePreservedOnPageLinks": true,
        "sourcePreservedOnCopyCommand": true,
        "preservesOnlySafeSourceTags": true,
        "unsupportedSourceTagsDropped": true,
        "sourcePreservationCreatesTraffic": false,
        "sourcePreservationCreatesActionIntent": false,
        "sourcePreservationCreatesPrepareRequest": false,
        "sourcePreservationCreatesScopeCheck": false,
        "sourcePreservationCallsPaidRoute": false,
        "sourcePreservationExecutesPayment": false,
        "noSpendBoundary": {
          "handoffIsFree": true,
          "linkRewriteOnly": true,
          "paidRouteCalledByHandoff": false,
          "productionPostCreated": false,
          "actionIntentCreatedByHandoff": false,
          "prepareRequestCreatedByHandoff": false,
          "scopeCheckCreatedByHandoff": false,
          "fakeTrafficCreated": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareRuleChanged": false,
          "dnsChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesRequired": false,
          "cookiesAddedForHandoff": false,
          "sessionTrackingRequired": false,
          "sessionTrackingAddedForHandoff": false,
          "fingerprintingAdded": false
        },
        "note": "A safe owner source tag can travel on same-site links and copied proof commands so aggregate proof/source buckets can connect the front door to the next buyer-controlled step. The handoff does not open links or execute payment."
      },
      "sourcePreservedHref": "/api/opportunity-check?src=x-daily-post",
      "sourcePreservedHrefUrl": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
      "sourceAttributionAvailable": true,
      "sourceTagsStored": "sanitized-aggregate-only",
      "supportedSourceTags": [
        "front-door-x402-proof-cta",
        "action-pack-x402-proof-cta",
        "chat-tiny-x402-proof-cta",
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch",
        "machine-readable-x402-proof",
        "agent-execution-proof-packet",
        "agent-execution-command-copy",
        "agent-wallet-skill-pack",
        "agent-receipt-contract"
      ],
      "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
      "unpaidTopSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags",
      "completionSourceBucketsCounter": "opportunityCheckGetProofCompletionSourceBuckets",
      "agentExecutionCommandCopySourceBucket": "agentExecutionCommandCopy",
      "agentReceiptContractSourceBucket": "agentReceiptContract",
      "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
      "buyerWalletCloseWalletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
      "buyerWalletCloseCannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
      "http402ClosePacketSourceBucket": "agentExecutionCommandCopy",
      "buyerProofExecutionCloseoutSourceBucket": "agentReceiptContract",
      "agentExecutionCommandCopyTelemetryAdded": false,
      "agentExecutionCommandCopyTelemetryReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
      "ownerLaunchSourcePreservationCreatesTraffic": false,
      "ownerLaunchSourcePreservationCallsPaidRoute": false,
      "ownerLaunchSourcePreservationExecutesPayment": false,
      "unpaidChallengeIsRevenue": false,
      "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
      "unpaidChallengeInterpretation": "GET proof CTA clicks that reach unpaid 402 are not revenue. They show a client requested the proof route before payment. A paid completion still requires buyer-controlled x402 retry and HTTP 200.",
      "buyerAgentExecutionPacketAvailable": true,
      "requiresBuyerControlledX402Retry": true,
      "noRequestBodyRequired": true,
      "usesExistingPaidResource": true,
      "samePaidResourceAs": "POST /api/opportunity-check",
      "doesNotAddThirdPaidRoute": true,
      "doesNotCallAgentRevenueAudit": true,
      "cloudflareGatewayIntegrated": true,
      "cloudflareEdgeWorkerIntegrated": true,
      "cloudflareDnsProxied": true,
      "noCloudflareApiCallMade": false,
      "noCloudflareApiCallMadeByRead": true,
      "noDnsChangeMade": false,
      "cloudflareGatewayRuleCreated": true,
      "officialCloudflareGatewayRuleCreated": false,
      "cloudflareWorkerRouteCreated": true,
      "paidCallsMadeByActionSurface": false,
      "buyerLevelDataExposed": false,
      "publicCopy": "GET /api/opportunity-check is the one-cent x402 proof link. It returns HTTP 402 until a buyer-controlled x402 client retries payment."
    },
    "optional": true,
    "useAfterNoSpendReviewOnly": true,
    "getProofUnpaidChallengeTelemetryAvailable": true,
    "getProofCompletionCounter": "opportunityCheckGetProofCompletions",
    "unpaidChallengeIsRevenue": false,
    "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
    "usesExistingPaidResource": true,
    "doesNotAddThirdPaidRoute": true,
    "readingActionPackCallsPaidRoute": false,
    "readingActionPackCreatesPayment": false,
    "buyerControlledX402RetryOnly": true
  },
  "intentDestinationHandoff": {
    "available": true,
    "routeSpecificPanels": true,
    "viewsAreRevenue": false,
    "viewCreatesPrepareRequest": false,
    "viewCreatesScopeCheck": false,
    "viewExecutesPayment": false,
    "cards": [
      {
        "intent": "proof",
        "destinationHandoffRoute": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
        "nextActionLabel": "Inspect unpaid proof instructions"
      },
      {
        "intent": "audit",
        "destinationHandoffRoute": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
        "nextActionLabel": "Check my audit request for free"
      },
      {
        "intent": "agentic-trading",
        "destinationHandoffRoute": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
        "nextActionLabel": "Check payment readiness for free"
      },
      {
        "intent": "scope",
        "destinationHandoffRoute": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link",
        "nextActionLabel": "Run free scope check"
      }
    ]
  },
  "intentApi": "/api/action-pack-intent",
  "noJsIntentLinks": true,
  "scenarioDoorsAvailable": true,
  "scenarioDoorCount": 7,
  "scenarioDoorApi": "/api/agent-commerce-scenarios",
  "scenarioDoorHumanRoute": "/agent-commerce-scenarios",
  "noSpendScenarioDoors": true,
  "scenarioDoorTelemetryAdded": false,
  "scenarioDoorTelemetryReason": "hrefs-only, no extra tracking",
  "scenarioDoorInterpretation": "Scenario doors are no-spend routing links. They do not mean prepare happened, ready_to_pay happened, or payment happened.",
  "noPrepareExecution": true,
  "noPrepareExecutionFromRail": true,
  "noTradingAdvice": true,
  "rawUserAgentsStored": false,
  "ipAddressesStored": false,
  "cookiesAdded": false,
  "sessionTrackingAdded": false,
  "noJsIntentLinkExplanation": "GET intent links are for agent and browser clients that follow URLs. POST /api/action-pack-intent remains available for structured clients.",
  "routes": {
    "actionPackIntent": "/api/action-pack-intent",
    "proof": "/action-pack/go/proof",
    "audit": "/action-pack/go/audit",
    "agenticTrading": "/action-pack/go/agentic-trading",
    "scope": "/action-pack/go/scope",
    "noSpendDestinations": {
      "proof": "/chat-tiny-payment-flow?src=action-pack-proof-intent-link",
      "audit": "/agent-revenue-audit-builder?template=search-checkout&src=action-pack-audit-intent-link",
      "agenticTrading": "/agent-revenue-audit-builder?template=agentic-trading-payment-safety&src=action-pack-agentic-trading-intent-link",
      "scope": "/buyer-payment-scope-check?route=agent-revenue-audit&src=action-pack-scope-intent-link"
    },
    "freePrepareOnlyAfterExplicitBuyerChoice": "/api/agent-revenue-audit-builder/prepare",
    "builderPrepareExecutionPacket": "/api/agent-revenue-audit-builder/prepare",
    "scopeCheckExecutionPacket": "/api/buyer-payment-scope-check/check",
    "buyerControlledPaidRetryOnly": "/api/agent-revenue-audit",
    "tinyPaidProof": "/api/opportunity-check"
  },
  "actionPackIntentTelemetry": {
    "endpoint": "/api/action-pack-intent",
    "method": "POST",
    "allowedIntents": [
      "proof",
      "audit",
      "agentic-trading",
      "scope"
    ],
    "storesOnly": [
      "known intent slug",
      "sanitized aggregate source tag",
      "traffic kind"
    ],
    "acceptsRawBuyerFields": false,
    "actionIntentIsRevenue": false,
    "prepareIsRevenue": false,
    "readyToPayIsRevenue": false,
    "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200",
    "tinyPaidProofAction": {
      "name": "ApexScout link-native tiny paid proof",
      "mode": "link-native-tiny-paid-proof",
      "method": "GET",
      "route": "/api/opportunity-check",
      "path": "/api/opportunity-check",
      "href": "/api/opportunity-check?src=machine-readable-x402-proof",
      "url": "https://apexscout.ai/api/opportunity-check",
      "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
      "price": "$0.01",
      "priceUsd": "0.01",
      "amountAtomicUsdc": "10000",
      "maxAmountAtomicUnits": "10000",
      "network": "eip155:8453",
      "rail": "Base mainnet x402 exact payment",
      "expectedUnpaidStatus": 402,
      "expectedPaidStatus": 200,
      "getProofUnpaidChallengeTelemetryAvailable": true,
      "getProofUnpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
      "getProofCompletionCounter": "opportunityCheckGetProofCompletions",
      "proofRetryConfidenceAvailable": true,
      "proofRetryConfidence": {
        "available": true,
        "mode": "no-spend-proof-retry-confidence",
        "purpose": "Help x402-capable buyers understand that an unpaid 402 is the expected proof challenge and that payment only happens from a buyer-controlled retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "url": "https://apexscout.ai/api/opportunity-check",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "expectedUnpaidMeaning": "HTTP 402 means the proof paywall is reachable and returning x402 payment requirements. It is not a service outage and it is not revenue.",
        "expectedPaidMeaning": "HTTP 200 only counts after a buyer-controlled x402 client retries this route with an approved payment.",
        "http402ReadinessReceiptAvailable": true,
        "http402ReadinessReceipt": {
          "available": true,
          "mode": "no-spend-http-402-readiness-receipt",
          "title": "HTTP 402 Readiness Receipt",
          "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
          "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
          "agentDecision": {
            "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
            "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
            "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
          },
          "readinessChecks": [
            "Route scoped to GET /api/opportunity-check.",
            "Amount scoped to $0.01 / 10000 atomic USDC.",
            "Network scoped to Base mainnet eip155:8453.",
            "HTTP 402 is expected before payment.",
            "HTTP 200 is required before paid completion is counted.",
            "No request body, cookies, session, or wallet connection is required to read this receipt.",
            "No buyer-level data is exposed by this receipt.",
            "No automatic payment or paid retry is performed by ApexScout."
          ],
          "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
          "notClaims": {
            "signedReceiptCreated": false,
            "ap2ProofCreated": false,
            "legalMandateCreated": false,
            "paymentReceiptCreated": false,
            "walletApprovalCreated": false,
            "officialEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false
          },
          "noSpendBoundary": {
            "receiptIsFree": true,
            "opensPaidRouteByItself": false,
            "paymentAttemptedByReceipt": false,
            "paidRouteCalledByReceipt": false,
            "paidUpstreamCalls": false,
            "walletConnectionRequiredForReceipt": false,
            "automaticSpending": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "receiptUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
        },
        "proofRetryDecisionStripAvailable": true,
        "proofRetryDecisionStrip": {
          "available": true,
          "mode": "buyer-controlled-proof-retry-decision-strip",
          "title": "Buyer-controlled proof retry gate",
          "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "url": "https://apexscout.ai/api/opportunity-check",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "agentExecutionProofPacketAvailable": true,
          "agentExecutionProofPacket": {
            "available": true,
            "mode": "buyer-controlled-agent-execution-proof-packet",
            "title": "Agent execution packet",
            "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
            "route": "/api/opportunity-check",
            "method": "GET",
            "href": "/api/opportunity-check?src=agent-execution-proof-packet",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "sourceTag": "agent-execution-proof-packet",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUsdc": "10000",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "rail": "Base mainnet x402 exact payment",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
            "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
            "machineReadablePaymentRequest": {
              "protocol": "x402",
              "method": "GET",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
              "route": "/api/opportunity-check",
              "maxAmountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "sourceTag": "agent-execution-proof-packet"
            },
            "executionContract": {
              "buyerApprovalRequired": true,
              "x402CapableClientRequired": true,
              "routeMustMatch": "/api/opportunity-check",
              "methodMustMatch": "GET",
              "maxAmountMustMatchAtomicUsdc": "10000",
              "networkMustMatch": "eip155:8453",
              "stopAfterOnePaidResponse": true,
              "successOnlyWhenHttp200": true,
              "automaticSpendingByApexScout": false
            },
            "successCriteria": [
              "Buyer-controlled x402 retry returns HTTP 200.",
              "Response is JSON from GET /api/opportunity-check.",
              "The paid proof counter increments only after the paid retry succeeds."
            ],
            "abortIf": [
              "Buyer approval is missing.",
              "The client cannot attach x402 payment.",
              "Route, method, amount, or network differs.",
              "The unpaid HTTP 402 challenge is being treated as revenue."
            ],
            "telemetryInterpretation": {
              "sourceTag": "agent-execution-proof-packet",
              "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
              "paidCompletionCounter": "opportunityCheckGetProofCompletions",
              "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
              "sourceBucket": "agentExecutionProofPacket",
              "unpaidChallengeIsRevenue": false,
              "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
            },
            "noSpendBoundary": {
              "packetIsFree": true,
              "packetExecutesPayment": false,
              "paidRouteCalledByPacket": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false
            }
          },
          "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
          "continueIf": [
            "Buyer explicitly approves this exact $0.01 proof.",
            "Client can attach x402 payment on Base mainnet eip155:8453.",
            "Route is exactly GET /api/opportunity-check.",
            "Max amount is exactly 10000 atomic USDC.",
            "Buyer understands only HTTP 200 counts as a paid proof completion."
          ],
          "stopIf": [
            "Buyer has not approved spend.",
            "Client is a normal browser without x402 payment support.",
            "Route, amount, or network differs from the receipt.",
            "The buyer is treating unpaid HTTP 402 as revenue or completion.",
            "The output will not change the buyer's next action."
          ],
          "primaryAction": {
            "label": "Request unpaid proof challenge",
            "href": "/api/opportunity-check?src=machine-readable-x402-proof",
            "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
            "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
            "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
            "noPaymentOnClick": true,
            "paidRetryRequiresBuyerWallet": true
          },
          "fallbackNoSpendActions": [
            "/x402-proof",
            "/api/agent-revenue-audit-builder/action-pack",
            "/buyer-payment-scope-check",
            "/chat-tiny-payment-flow"
          ],
          "telemetryInterpretation": {
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "decisionStripUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "decisionStripIsFree": true,
            "paymentAttemptedByDecisionStrip": false,
            "paidRouteCalledByDecisionStrip": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "http402ClosePacketAvailable": true,
        "http402ClosePacket": {
          "available": true,
          "mode": "buyer-agent-402-close-packet",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "402 close packet",
          "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-command-copy",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
          "sourceTag": "agent-execution-command-copy",
          "sourceBucket": "agentExecutionCommandCopy",
          "price": "$0.01",
          "priceUsd": "0.01",
          "amountAtomicUsdc": "10000",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
          "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
          "whatHttp200Proves": [
            "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
            "The paid route returned structured JSON after payment verification.",
            "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
          ],
          "notProofOf": [
            "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
            "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
            "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
          ],
          "continueIf": [
            "The buyer explicitly approved this one-cent proof.",
            "The client can attach an x402 payment authorization.",
            "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
            "The max amount is exactly 10000 atomic USDC.",
            "The network is exactly eip155:8453."
          ],
          "stopIf": [
            "The wallet is not authenticated.",
            "The wallet has insufficient USDC on Base.",
            "The client cannot attach x402 payment.",
            "The max amount is lower than 10000 atomic USDC.",
            "The network is not eip155:8453.",
            "The buyer did not approve this exact spend.",
            "The agent plans to retry more than once just to clear a metric."
          ],
          "failureBranches": {
            "walletNotAuthenticated": {
              "bucket": "wallet_not_authenticated",
              "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
              "apexScoutAction": "Do nothing automatically."
            },
            "insufficientBaseUsdc": {
              "bucket": "insufficient_base_usdc",
              "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
              "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
            },
            "maxAmountTooLow": {
              "bucket": "max_amount_too_low",
              "buyerAction": "Use max amount 10000 atomic USDC or stop.",
              "apexScoutAction": "Do not lower route price or change payment requirements."
            },
            "wrongNetwork": {
              "bucket": "wrong_network",
              "buyerAction": "Use eip155:8453 Base mainnet or stop.",
              "apexScoutAction": "Do not switch rails."
            },
            "paymentDeclined": {
              "bucket": "payment_declined",
              "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
              "apexScoutAction": "Do not retry payment for the buyer."
            }
          },
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-command-copy",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionCommandCopy",
            "closePacketUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "closePacketIsFree": true,
            "closePacketExecutesPayment": false,
            "paymentAttemptedByClosePacket": false,
            "paidRouteCalledByClosePacket": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "secretSigningMaterialRequested": false
          }
        },
        "buyerProofExecutionCloseoutAvailable": true,
        "buyerProofExecutionCloseout": {
          "available": true,
          "mode": "buyer-proof-execution-closeout",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Copied? Finish with one buyer-run proof retry",
          "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
          "route": "/api/opportunity-check",
          "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-receipt-contract",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "primarySourceTag": "agent-receipt-contract",
          "primarySourceBucket": "agentReceiptContract",
          "commandCopySourceTag": "agent-execution-command-copy",
          "commandCopySourceBucket": "agentExecutionCommandCopy",
          "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "firstScreenPlacement": {
            "x402Proof": "after-wallet-close-before-receipt-command",
            "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
            "closeoutVisibleBeforeCommandCopy": true,
            "normalNoSpendPathRemainsPrimary": true
          },
          "closeoutRule": {
            "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
            "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
            "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
            "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
            "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
            "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
          },
          "buyerAgentChecklist": [
            "Wallet is authenticated by the buyer, not ApexScout.",
            "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
            "Maximum spend is exactly 10000 atomic USDC.",
            "Network is exactly eip155:8453 Base mainnet.",
            "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
          ],
          "copyReadyCommands": {
            "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
          },
          "safeReadouts": {
            "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
            "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
            "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
            "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
            "noPaymentAttemptedByRead": true,
            "buyerLevelDataExposed": false,
            "rawPaymentPayloadExposed": false,
            "privateKeysRequested": false
          },
          "buttons": [
            {
              "label": "Copy receipt-bound proof command",
              "copies": "receipt_bound_command",
              "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy edge failure readout",
              "copies": "edge_failure_read_command",
              "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
              "executesPayment": false,
              "opensPaidRoute": false
            },
            {
              "label": "Copy wallet setup note",
              "copies": "wallet_setup_note",
              "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
              "executesPayment": false,
              "opensPaidRoute": false
            }
          ],
          "telemetryInterpretation": {
            "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
            "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
            "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "failureReadoutIsRevenue": false,
            "copyIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "newCounterAdded": false,
            "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
          },
          "noSpendBoundary": {
            "closeoutIsFree": true,
            "closeoutExecutesPayment": false,
            "copyingExecutesPayment": false,
            "copyingOpensPaidRoute": false,
            "failureReadoutExecutesPayment": false,
            "failureReadoutCallsPaidRoute": false,
            "paymentAttemptedByCloseout": false,
            "paidRouteCalledByCloseout": false,
            "apexScoutRunsCommand": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "productionPostCreated": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false,
            "cloudflareMutationCreated": false,
            "apifyActorRunCreated": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawCommandStored": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "privateKeysRequested": false,
            "walletPayloadsExposed": false,
            "livePaymentPayloadsExposed": false,
            "rawPaymentPayloadExposed": false
          },
          "safetyClaims": {
            "guaranteedRevenueClaimed": false,
            "officialEndorsementClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareMonetizationGatewayReadinessAvailable": true,
        "cloudflareMonetizationGatewayReadiness": {
          "available": true,
          "mode": "cloudflare-monetization-gateway-readiness",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare live edge status",
          "releaseReportingMode": "worker-and-origin-split",
          "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "originReleasePath": "/status",
          "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
          "workerSourceVersion": "2.2.179",
          "workerHealthReleaseContract": {
            "healthPath": "/__apexscout/cloudflare-x402/health",
            "releaseFieldMeans": "workerRelease",
            "workerReleaseField": "workerRelease",
            "originReleaseField": "originRelease",
            "originReleasePath": "/status",
            "originReleaseReadIsNoSpend": true,
            "mismatchIsActionableOnlyWhenWorkerHealthFails": true
          },
          "sourceSignal": {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
          },
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "officialCloudflareMonetizationGatewayClaimed": false,
          "officialCloudflareEndorsementClaimed": false,
          "cloudflareBillingRulesPackAvailable": true,
          "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
          "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "cloudflareX402WorkerConfigAvailable": true,
          "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
          "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "cloudflareBillingRulesPack": {
            "available": true,
            "mode": "cloudflare-billing-rules-pack",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "title": "Cloudflare billing rules pack",
            "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
            "apiPath": "/api/cloudflare-billing-rules",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
            "workerConfigPath": "/api/cloudflare-x402-worker-config",
            "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceSignals": [
              {
                "name": "Cloudflare Monetization Gateway",
                "url": "https://blog.cloudflare.com/monetization-gateway/",
                "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
              },
              {
                "name": "Cloudflare x402 proxy",
                "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
              },
              {
                "name": "Cloudflare Pay Per Crawl",
                "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
                "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
              }
            ],
            "integrationStatus": "live-edge-worker-proxied",
            "currentServingLayer": "Cloudflare edge Worker + Railway origin",
            "cloudflareGatewayIntegrated": true,
            "cloudflareEdgeWorkerIntegrated": true,
            "cloudflareEdgeWorkerDeployed": true,
            "cloudflareDnsProxied": true,
            "cloudflareEdgeSettlementBridgeLive": true,
            "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
            "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
            "cloudflareWorkerConfigPrepared": true,
            "cloudflareRulesCreated": true,
            "cloudflareWorkerRouteCreated": true,
            "officialCloudflareGatewayRulesCreated": false,
            "officialCloudflareEndorsementClaimed": false,
            "monetizationGatewayApiPubliclyAvailable": false,
            "monetizationGatewayApiStatus": "planned-or-early-access",
            "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
            "originFallbackRequired": true,
            "originStillEnforcesX402": true,
            "originEdgeSettlementBridgePrepared": true,
            "edgeSettlementEligiblePaidRuleCount": 1,
            "originAuthoritativePaidRuleCount": 1,
            "billingRuleCount": 5,
            "paidBillingRuleCount": 2,
            "freeAllowRuleCount": 2,
            "blockRuleCount": 1,
            "paidRules": [
              {
                "id": "apexscout-one-cent-proof",
                "type": "charge_x402",
                "method": "GET",
                "pattern": "/api/opportunity-check",
                "route": "/api/opportunity-check",
                "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
                "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
                "sourceTag": "agent-execution-command-copy",
                "sourceBucket": "agentExecutionCommandCopy",
                "price": "$0.01",
                "priceUsd": "0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": false,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": true,
                "originEdgeSettlementBypassRequired": true,
                "originStillEnforcesX402": false,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge"
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "type": "charge_x402",
                "method": "POST",
                "pattern": "/api/agent-revenue-audit",
                "route": "/api/agent-revenue-audit",
                "url": "https://apexscout.ai/api/agent-revenue-audit",
                "price": "$5.00",
                "priceUsd": "5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "expectedUnpaidStatus": 402,
                "expectedPaidStatus": 200,
                "requestBodyRequired": true,
                "buyerControlledRetryOnly": true,
                "edgeSettlementEligible": false,
                "originEdgeSettlementBypassRequired": false,
                "originStillEnforcesX402": true,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
              }
            ],
            "allowRules": [
              {
                "id": "apexscout-free-agent-metadata",
                "type": "allow_free",
                "patterns": [
                  "/",
                  "/docs.json",
                  "/llms.txt",
                  "/skill.md",
                  "/.well-known/agent.json",
                  "/agent-capabilities.json",
                  "/api/public-agent",
                  "/mcp-tool-pack",
                  "/api/mcp-tool-pack",
                  "/.well-known/mcp.json",
                  "/api/agentcore-openapi.json",
                  "/.well-known/apexscout-monetization-policy.json",
                  "/api/agent-monetization-policy",
                  "/.well-known/apexscout-paid-tools.json",
                  "/api/paid-mcp-tools",
                  "/agent-wallet-skill-pack",
                  "/api/agent-wallet-skill-pack",
                  "/.well-known/apexscout-agent-wallet-skill.json",
                  "/apexscout-agent-wallet-skill.md",
                  "/.well-known/apexscout-agent-wallet-skill.md",
                  "/apify-x402-upstream-readiness",
                  "/api/apify-x402-upstream-readiness",
                  "/.well-known/apexscout-apify-x402-upstream.json",
                  "/cloudflare-monetization-gateway-rules",
                  "/api/cloudflare-monetization-gateway-rules",
                  "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                  "/agent-receipt-contract",
                  "/api/agent-receipt-contract",
                  "/.well-known/apexscout-agent-receipt-contract.json",
                  "/api/cloudflare-billing-rules",
                  "/.well-known/apexscout-cloudflare-billing-rules.json",
                  "/api/cloudflare-x402-worker-config",
                  "/.well-known/apexscout-cloudflare-x402-worker.json"
                ],
                "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
                "paidRetryRequired": false
              },
              {
                "id": "apexscout-free-proof-and-preflight",
                "type": "allow_free",
                "patterns": [
                  "/x402-proof",
                  "/api/x402-proof",
                  "/chat-tiny-payment-flow",
                  "/api/chat-tiny-payment-flow",
                  "/api/agent-revenue-audit-builder/action-pack",
                  "/api/buyer-payment-scope-check",
                  "/api/buyer-agent-payment-safety",
                  "/api/x402-security-readiness"
                ],
                "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
                "paidRetryRequired": false
              }
            ],
            "blockRules": [
              {
                "id": "apexscout-private-operator-surfaces",
                "type": "block_public_access",
                "patterns": [
                  "/admin/*",
                  "/api/admin/*"
                ],
                "reason": "Private operator surfaces are not public buyer-agent resources.",
                "paidRetryAvailable": false
              }
            ],
            "workerConfig": {
              "available": true,
              "mode": "cloudflare-x402-worker-config",
              "release": "v2.2.179-cloudflare-worker-origin-release-split",
              "apiPath": "/api/cloudflare-x402-worker-config",
              "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
              "sourceDocs": {
                "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
                "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
              },
              "wranglerConfig": {
                "name": "apexscout-x402-billing-proxy",
                "main": "src/index.ts",
                "compatibility_date": "2026-07-01",
                "compatibility_flags": [
                  "nodejs_compat"
                ],
                "vars": {
                  "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                  "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                  "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                  "NETWORK": "eip155:8453",
                  "CLOUDFLARE_NETWORK_ALIAS": "base",
                  "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                  "PROTECTED_PATTERNS": [
                    {
                      "pattern": "/api/opportunity-check",
                      "method": "GET",
                      "price": "$0.01",
                      "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                      "edgeSettlement": true,
                      "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                      "sourceTag": "agent-execution-command-copy"
                    },
                    {
                      "pattern": "/api/agent-revenue-audit",
                      "method": "POST",
                      "price": "$5.00",
                      "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                      "edgeSettlement": false,
                      "liveRuleMode": "origin-authoritative-until-prevalidation"
                    }
                  ]
                }
              },
              "protectedPatterns": [
                {
                  "id": "apexscout-one-cent-proof",
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "amountAtomicUsdc": "10000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlementEligible": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "originStillEnforcesX402": false
                },
                {
                  "id": "apexscout-agent-revenue-audit",
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "amountAtomicUsdc": "5000000",
                  "network": "eip155:8453",
                  "cloudflareNetwork": "base",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlementEligible": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation",
                  "originStillEnforcesX402": true
                }
              ],
              "envRequiredBeforeDeploy": [
                "CLOUDFLARE_API_TOKEN",
                "CLOUDFLARE_ACCOUNT_ID",
                "CLOUDFLARE_ZONE_ID",
                "APEXSCOUT_X402_PAY_TO",
                "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "CDP facilitator key id",
                "CDP facilitator key secret"
              ],
              "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
              "noSpendBoundary": {
                "configIsFree": true,
                "cloudflareApiCalledByApexScout": false,
                "cloudflareWorkerDeployedByApexScout": false,
                "dnsChangedByApexScout": false,
                "paymentAttemptedByConfig": false,
                "paidRouteCalledByConfig": false,
                "paidUpstreamCalls": false,
                "fakeTrafficCreated": false,
                "priceChanged": false,
                "sellerWalletChanged": false,
                "settlementRailChanged": false
              },
              "edgeSettlementBridge": {
                "originUrl": "https://agent-research-brief-api-production.up.railway.app",
                "publicUrl": "https://apexscout.ai",
                "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
                "signedOriginBridgePrepared": true,
                "edgeSettlementEligibleRuleCount": 1,
                "originAuthoritativeRuleCount": 1,
                "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
                "doubleChargeGuardPrepared": true,
                "postBodyChargeRiskAvoided": true
              }
            },
            "operatorApplyPlan": [
              "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
              "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
              "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
              "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
              "Keep Worker changes inside explicit Cloudflare deployment windows.",
              "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
              "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
            ],
            "blockedUntil": [
              "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
              "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
            ],
            "safeDryRunCommands": [
              "npm run cloudflare:billing-rules:print",
              "npm run cloudflare:x402-proxy:smoke",
              "npm run cloudflare:x402-proxy:typecheck"
            ],
            "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
            "postIntegrationVerificationPlan": [
              "GET /status and confirm the current ApexScout release.",
              "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
              "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
              "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
              "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
            ],
            "noSpendBoundary": {
              "packIsFree": true,
              "paymentAttemptedByPack": false,
              "paidRouteCalledByPack": false,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareGatewayRuleCreated": true,
              "officialCloudflareGatewayRuleCreated": false,
              "cloudflareWorkerDeployedByApexScout": true,
              "dnsChangedByApexScout": true,
              "packReadChangesCloudflare": false,
              "packReadChangesDns": false,
              "automaticSpending": false,
              "paidUpstreamCalls": false,
              "createsPrepareRequest": false,
              "createsScopeCheck": false,
              "createsActionIntent": false,
              "fakeTrafficCreated": false,
              "newPaidRouteAdded": false,
              "pricingChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "privacy": {
              "aggregateOnly": true,
              "buyerLevelDataExposed": false,
              "rawBuyerInputStored": false,
              "rawGeneratedPayloadStored": false,
              "rawUserAgentsStored": false,
              "ipAddressesStored": false,
              "cookiesAdded": false,
              "sessionsAdded": false,
              "fingerprintingAdded": false,
              "cloudflareVisitorDataPublished": false
            },
            "safetyClaims": {
              "cloudflareEndorsementClaimed": false,
              "marketplaceEndorsementClaimed": false,
              "guaranteedRevenueClaimed": false,
              "tradingOrInvestmentAdvice": false,
              "buyerPaymentDelegatedToApexScout": false
            }
          },
          "cloudflareX402WorkerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "waitlistOrEarlyAccessRequired": false,
          "noDnsChangeMade": false,
          "dnsChangedByLiveCutover": true,
          "noCloudflareApiCallMade": false,
          "noCloudflareApiCallMadeByRead": true,
          "noPaymentRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "noPaidRouteChanged": true,
          "noPriceChanged": true,
          "noSellerWalletChanged": true,
          "noPaymentRailChanged": true,
          "apexScoutRemainsSourceOfTruth": true,
          "candidateRules": [
            {
              "id": "apexscout-one-cent-proof",
              "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
              "method": "GET",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "amountAtomicUsdc": "10000",
              "priceUsd": "0.01",
              "displayPrice": "$0.01",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "purpose": "Higher-value builder monetization audit route.",
              "method": "POST",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "amountAtomicUsdc": "5000000",
              "priceUsd": "5.00",
              "displayPrice": "$5.00",
              "network": "eip155:8453",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerApprovalRequired": true,
              "currentOriginStillEnforcesX402": true,
              "gatewayCanMirrorButNotOverrideOrigin": true
            }
          ],
          "migrationPlan": [
            "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
            "Use these candidate rules as the review checklist before any future official managed-gateway change.",
            "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
            "Keep ApexScout aggregate metrics as the public conversion truth source.",
            "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
          ],
          "operatorChecklist": {
            "dnsChangeApproved": true,
            "cloudflareApiTokenApproved": true,
            "gatewayRuleCreationApproved": true,
            "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
            "originFallbackRequired": true,
            "compareGatewayRulesToCandidateRules": true
          },
          "noSpendBoundary": {
            "readinessPacketIsFree": true,
            "paymentAttemptedByReadinessPacket": false,
            "paidRouteCalledByReadinessPacket": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerRouteCreated": true,
            "cloudflareApiCalled": false,
            "dnsChanged": false,
            "dnsAlreadyProxiedThroughCloudflare": true,
            "workerAlreadyDeployed": true,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "revenueOutcomeClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          },
          "telemetryInterpretation": {
            "readinessUsageIsRevenue": false,
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
            "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
          }
        },
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "retryDecision": {
          "recommendedOnlyForX402CapableClients": true,
          "payOnlyIf": "The buyer wants the cheapest live x402 proof and approves the route, $0.01 maximum amount, Base mainnet network, and one retry.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the network is not eip155:8453, or the output will not change the next action.",
          "ifUnsure": "Stay on the no-spend proof and action-pack surfaces. Do not retry payment just to clear the counter."
        },
        "approvalChecklist": [
          "Buyer approves GET /api/opportunity-check as the route.",
          "Buyer approves the $0.01 maximum spend.",
          "Buyer approves Base mainnet x402 on eip155:8453.",
          "Buyer controls the wallet and chooses whether to retry.",
          "Buyer expects HTTP 200 JSON only after the paid retry succeeds."
        ],
        "copyPasteAgentNote": "Unpaid 402 is expected. If the buyer approves a one-cent proof, retry GET /api/opportunity-check with an x402-capable client, max amount 10000 atomic USDC on eip155:8453, and treat only HTTP 200 as completion.",
        "paidRetryCommandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof\" \\\n  --max-amount 10000 \\\n  --json",
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "ifUnpaidRisesWithoutCompletion": "Treat this as proof-route interest without payment. Inspect retry clarity only after repeated windows; do not add another paid route.",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "confidencePacketIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByConfidencePacket": false,
          "walletConnectionRequiredForConfidencePacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "http402ReadinessReceiptAvailable": true,
      "http402ReadinessReceipt": {
        "available": true,
        "mode": "no-spend-http-402-readiness-receipt",
        "title": "HTTP 402 Readiness Receipt",
        "purpose": "Give x402-capable buyers a compact, unsigned receipt showing what the unpaid proof challenge proves before any buyer-controlled paid retry.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "receiptScope": "GET /api/opportunity-check, $0.01 maximum amount, eip155:8453 Base mainnet x402, one buyer-controlled retry.",
        "receiptSummary": "Unpaid HTTP 402 proves the x402 proof route is reachable and returning payment requirements. It does not prove payment, revenue, endorsement, or buyer approval.",
        "agentDecision": {
          "payOnlyIf": "The buyer explicitly approves the route, max amount, network, and one retry from a wallet-controlled x402 client.",
          "stopIf": "The buyer has not approved spend, the client cannot attach x402 payment, the route or network differs, or HTTP 402 is being treated as a paid completion.",
          "nextNoSpendStep": "Stay on ApexScout proof, action-pack, Scope Check, or Builder surfaces until buyer-controlled payment is intentionally approved."
        },
        "readinessChecks": [
          "Route scoped to GET /api/opportunity-check.",
          "Amount scoped to $0.01 / 10000 atomic USDC.",
          "Network scoped to Base mainnet eip155:8453.",
          "HTTP 402 is expected before payment.",
          "HTTP 200 is required before paid completion is counted.",
          "No request body, cookies, session, or wallet connection is required to read this receipt.",
          "No buyer-level data is exposed by this receipt.",
          "No automatic payment or paid retry is performed by ApexScout."
        ],
        "publicSafetyCopy": "This is an unsigned no-spend readiness receipt, not AP2 proof, not a signed mandate, not a legal or payment receipt, not an endorsement claim, and not trading, investment, tax, legal, lending, or compliance advice.",
        "notClaims": {
          "signedReceiptCreated": false,
          "ap2ProofCreated": false,
          "legalMandateCreated": false,
          "paymentReceiptCreated": false,
          "walletApprovalCreated": false,
          "officialEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false
        },
        "noSpendBoundary": {
          "receiptIsFree": true,
          "opensPaidRouteByItself": false,
          "paymentAttemptedByReceipt": false,
          "paidRouteCalledByReceipt": false,
          "paidUpstreamCalls": false,
          "walletConnectionRequiredForReceipt": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "receiptUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "copyPasteReceiptSummary": "HTTP 402 readiness receipt: GET /api/opportunity-check is reachable, costs max $0.01 on eip155:8453 only after buyer-controlled x402 retry, and counts as paid only when HTTP 200 returns."
      },
      "proofRetryDecisionStripAvailable": true,
      "proofRetryDecisionStrip": {
        "available": true,
        "mode": "buyer-controlled-proof-retry-decision-strip",
        "title": "Buyer-controlled proof retry gate",
        "purpose": "Compress the next click after an unpaid 402 into a clear continue/stop decision for x402-capable buyers.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=machine-readable-x402-proof",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
        "url": "https://apexscout.ai/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "agentExecutionProofPacketAvailable": true,
        "agentExecutionProofPacket": {
          "available": true,
          "mode": "buyer-controlled-agent-execution-proof-packet",
          "title": "Agent execution packet",
          "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
          "route": "/api/opportunity-check",
          "method": "GET",
          "href": "/api/opportunity-check?src=agent-execution-proof-packet",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "sourceTag": "agent-execution-proof-packet",
          "price": "$0.01",
          "priceUsd": "0.01",
          "maxAmountAtomicUsdc": "10000",
          "amountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "rail": "Base mainnet x402 exact payment",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
          "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
          "machineReadablePaymentRequest": {
            "protocol": "x402",
            "method": "GET",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
            "route": "/api/opportunity-check",
            "maxAmountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-proof-packet"
          },
          "executionContract": {
            "buyerApprovalRequired": true,
            "x402CapableClientRequired": true,
            "routeMustMatch": "/api/opportunity-check",
            "methodMustMatch": "GET",
            "maxAmountMustMatchAtomicUsdc": "10000",
            "networkMustMatch": "eip155:8453",
            "stopAfterOnePaidResponse": true,
            "successOnlyWhenHttp200": true,
            "automaticSpendingByApexScout": false
          },
          "successCriteria": [
            "Buyer-controlled x402 retry returns HTTP 200.",
            "Response is JSON from GET /api/opportunity-check.",
            "The paid proof counter increments only after the paid retry succeeds."
          ],
          "abortIf": [
            "Buyer approval is missing.",
            "The client cannot attach x402 payment.",
            "Route, method, amount, or network differs.",
            "The unpaid HTTP 402 challenge is being treated as revenue."
          ],
          "telemetryInterpretation": {
            "sourceTag": "agent-execution-proof-packet",
            "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
            "paidCompletionCounter": "opportunityCheckGetProofCompletions",
            "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
            "sourceBucket": "agentExecutionProofPacket",
            "unpaidChallengeIsRevenue": false,
            "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
          },
          "noSpendBoundary": {
            "packetIsFree": true,
            "packetExecutesPayment": false,
            "paidRouteCalledByPacket": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false
          }
        },
        "decisionSummary": "Continue only if buyer approval, x402 wallet capability, exact route, exact amount, and Base mainnet network all match.",
        "continueIf": [
          "Buyer explicitly approves this exact $0.01 proof.",
          "Client can attach x402 payment on Base mainnet eip155:8453.",
          "Route is exactly GET /api/opportunity-check.",
          "Max amount is exactly 10000 atomic USDC.",
          "Buyer understands only HTTP 200 counts as a paid proof completion."
        ],
        "stopIf": [
          "Buyer has not approved spend.",
          "Client is a normal browser without x402 payment support.",
          "Route, amount, or network differs from the receipt.",
          "The buyer is treating unpaid HTTP 402 as revenue or completion.",
          "The output will not change the buyer's next action."
        ],
        "primaryAction": {
          "label": "Request unpaid proof challenge",
          "href": "/api/opportunity-check?src=machine-readable-x402-proof",
          "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=machine-readable-x402-proof",
          "normalBrowserResult": "HTTP 402 JSON with x402 payment requirements",
          "x402CapableResult": "HTTP 200 JSON only after buyer-controlled paid retry",
          "noPaymentOnClick": true,
          "paidRetryRequiresBuyerWallet": true
        },
        "fallbackNoSpendActions": [
          "/x402-proof",
          "/api/agent-revenue-audit-builder/action-pack",
          "/buyer-payment-scope-check",
          "/chat-tiny-payment-flow"
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "decisionStripUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "decisionStripIsFree": true,
          "paymentAttemptedByDecisionStrip": false,
          "paidRouteCalledByDecisionStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofPacketAvailable": true,
      "agentExecutionProofPacket": {
        "available": true,
        "mode": "buyer-controlled-agent-execution-proof-packet",
        "title": "Agent execution packet",
        "purpose": "Give wallet-capable buyer agents the exact one-cent x402 proof retry without adding a new paid route, changing price, or requiring buyer data.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "hrefUrl": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "executionContract": {
          "buyerApprovalRequired": true,
          "x402CapableClientRequired": true,
          "routeMustMatch": "/api/opportunity-check",
          "methodMustMatch": "GET",
          "maxAmountMustMatchAtomicUsdc": "10000",
          "networkMustMatch": "eip155:8453",
          "stopAfterOnePaidResponse": true,
          "successOnlyWhenHttp200": true,
          "automaticSpendingByApexScout": false
        },
        "successCriteria": [
          "Buyer-controlled x402 retry returns HTTP 200.",
          "Response is JSON from GET /api/opportunity-check.",
          "The paid proof counter increments only after the paid retry succeeds."
        ],
        "abortIf": [
          "Buyer approval is missing.",
          "The client cannot attach x402 payment.",
          "Route, method, amount, or network differs.",
          "The unpaid HTTP 402 challenge is being treated as revenue."
        ],
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-proof-packet",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionProofPacket",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "packetIsFree": true,
          "packetExecutesPayment": false,
          "paidRouteCalledByPacket": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "agentExecutionProofCtaAvailable": true,
      "agentExecutionProofCta": {
        "available": true,
        "mode": "promoted-buyer-executable-proof-cta",
        "title": "Buyer-run proof packet",
        "label": "Run with buyer-approved x402 wallet",
        "copy": "Wallet-capable buyers can use the exact one-cent proof packet now. ApexScout only exposes the packet; the buyer wallet decides whether to pay.",
        "href": "/api/opportunity-check?src=agent-execution-proof-packet",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
        "sourceTag": "agent-execution-proof-packet",
        "method": "GET",
        "route": "/api/opportunity-check",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "commandShape": "Do not run unless the buyer wallet is approved for this one-cent proof.\nnpx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" \\\n  --max-amount 10000 \\\n  --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet\" --max-amount 10000 --json",
        "machineReadablePaymentRequest": {
          "protocol": "x402",
          "method": "GET",
          "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-proof-packet",
          "route": "/api/opportunity-check",
          "maxAmountAtomicUsdc": "10000",
          "network": "eip155:8453",
          "expectedUnpaidStatus": 402,
          "expectedPaidStatus": 200,
          "sourceTag": "agent-execution-proof-packet"
        },
        "conversionBet": "Promote the already-safe buyer-execution packet above passive proof copy so x402-capable clients have one obvious next action.",
        "successMetric": "opportunityCheckGetProofCompletions",
        "unpaidSourceBucket": "agentExecutionProofPacket",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "buyerDecision": {
          "continueOnlyIf": "The buyer approves the route, amount, network, and one retry from an x402-capable wallet runtime.",
          "stopIf": "Approval is missing, the client cannot attach x402 payment, or the route/amount/network differs."
        },
        "noSpendBoundary": {
          "ctaIsFreeToRead": true,
          "normalBrowserGetsUnpaid402": true,
          "paymentAttemptedByCta": false,
          "paidRouteCalledByApexScout": false,
          "automaticSpending": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "walletReadinessStripAvailable": true,
      "walletReadinessStrip": {
        "available": true,
        "mode": "buyer-wallet-readiness-strip",
        "title": "Before you run the command",
        "checklist": [
          "Your x402 wallet/client is authenticated.",
          "Your wallet has at least $0.01 USDC available on Base.",
          "You approve the route: GET /api/opportunity-check.",
          "You approve the max amount: 10000 atomic USDC.",
          "You understand unpaid HTTP 402 is not revenue.",
          "You understand paid proof means HTTP 200 after your own wallet retry."
        ],
        "copy": "ApexScout does not run this command for you. Your buyer-controlled wallet decides whether to spend.",
        "route": "/api/opportunity-check",
        "method": "GET",
        "amountAtomicUsdc": "10000",
        "priceUsd": "0.01",
        "network": "eip155:8453",
        "noFundingAdvice": true,
        "noTradingAdvice": true,
        "noPrivateKeyAdvice": true,
        "noOnrampAdvice": true,
        "noSpendBoundary": {
          "stripIsFree": true,
          "paymentAttemptedByStrip": false,
          "paidRouteCalledByStrip": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        }
      },
      "buyerAgentCommandCopyAvailable": true,
      "buyerAgentCommandCopy": {
        "available": true,
        "mode": "buyer-agent-command-copy",
        "title": "Wallet-ready? Copy this command",
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "requestBodyRequired": false,
        "walletMustBeAuthenticated": true,
        "walletNeedsSufficientUsdc": true,
        "apexScoutRunsCommand": false,
        "copyingIsPayment": false,
        "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "sourceBucketCompatibility": {
          "oldPacketSourceStillSupported": "agent-execution-proof-packet",
          "newCommandCopySource": "agent-execution-command-copy",
          "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "topSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags"
        },
        "microcopy": "Copying is not payment. Running this command from your own authenticated wallet may spend up to 10000 atomic USDC if you approve it.",
        "prerequisites": [
          "Authenticated x402 wallet/client.",
          "At least $0.01 USDC on Base."
        ],
        "approvalCopy": "This command can spend up to 10000 atomic USDC only if your buyer wallet approves.",
        "copyingIsNotPaymentCopy": "Copying this command is not payment.",
        "apexScoutRunsCommandCopy": "ApexScout does not run this command.",
        "unpaidChallengeCopy": "Unpaid HTTP 402 is expected before payment.",
        "paidCompletionCopy": "Paid proof completes only when your buyer-controlled x402 retry returns HTTP 200.",
        "placement": {
          "x402Proof": "above-proof-detail-sections",
          "chatTinyPaymentFlow": "above-chat-flow-detail-sections",
          "primaryForWalletCapableAgents": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "buttons": [
          {
            "label": "Copy command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy route only",
            "copies": "route",
            "value": "/api/opportunity-check?src=agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetry": {
          "commandCopyTelemetryAdded": false,
          "skippedReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
          "copyIsRevenue": false,
          "copyIsPayment": false,
          "unpaidChallengeSourceBucket": "agentExecutionCommandCopy"
        },
        "noSpendBoundary": {
          "copyPanelIsFree": true,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "paidRouteCalledByCopyPanel": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "agentReceiptCloseStripAvailable": true,
      "agentReceiptCloseStrip": {
        "available": true,
        "mode": "agent-receipt-close-strip",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Receipt rule accepted? Copy the proof command",
        "purpose": "Put the Agent Receipt Contract directly beside the buyer-agent payment command so x402-capable clients know the exact proof standard before retrying.",
        "sourceTag": "agent-receipt-contract",
        "sourceBucket": "agentReceiptContract",
        "method": "GET",
        "route": "/api/opportunity-check",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "firstScreenPlacement": {
          "x402Proof": "before-wallet-command-copy",
          "chatTinyPaymentFlow": "before-wallet-command-copy",
          "makeReceiptRuleVisibleBeforePaymentCommand": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "receiptRule": {
          "payOnlyIf": "Your buyer agent accepts that only HTTP 200 after a buyer-controlled x402 retry counts as paid proof.",
          "rejectIf": "The client treats HTTP 402, copied text, monitor reads, route mismatch, amount mismatch, network mismatch, or repeated retry loops as proof.",
          "unpaid402IsNotRevenue": true,
          "paidProofRequiresHttp200": true,
          "buyerControlsWalletAndRetry": true,
          "stopAfterOneSuccessfulPaidResponse": true
        },
        "visibleBuyerCopy": [
          "Accept the receipt rule before copying the command.",
          "HTTP 402 is only the unpaid challenge.",
          "HTTP 200 after your buyer-controlled retry is the paid proof.",
          "ApexScout does not run this command and does not control the wallet."
        ],
        "buttons": [
          {
            "label": "Copy receipt-bound command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy receipt route",
            "copies": "route",
            "value": "/api/opportunity-check?src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentReceiptContract",
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "successSignal": "agentReceiptContract source bucket moves only when a buyer/client requests the paid proof route with the receipt-contract source tag."
        },
        "noSpendBoundary": {
          "closeStripIsFree": true,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "paymentAttemptedByCloseStrip": false,
          "paidRouteCalledByCloseStrip": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "buyerWalletCloseAvailable": true,
      "buyerWalletClose": {
        "available": true,
        "mode": "buyer-wallet-close",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Can your wallet pay now?",
        "purpose": "Separate wallet-ready buyers from buyers who still need setup before the one-cent proof retry.",
        "route": "/api/buyer-wallet-close-intent",
        "method": "GET",
        "routeIsFree": true,
        "sourceTags": {
          "walletReady": "agent-receipt-contract",
          "cannotPayYet": "agent-wallet-skill-pack",
          "copyPaidProofCommand": "agent-execution-command-copy",
          "copyReceiptBoundCommand": "agent-receipt-contract",
          "copyWalletSetupCommand": "agent-wallet-skill-pack"
        },
        "actions": {
          "walletReady": {
            "action": "wallet_ready",
            "path": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "method": "GET",
            "sourceTag": "agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "cannotPayYet": {
            "action": "cannot_pay_yet",
            "path": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "method": "GET",
            "sourceTag": "agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyPaidProofCommand": {
            "action": "copy_paid_proof_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "method": "GET",
            "sourceTag": "agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyReceiptBoundCommand": {
            "action": "copy_receipt_bound_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "method": "GET",
            "sourceTag": "agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          "copyWalletSetupCommand": {
            "action": "copy_wallet_setup_command",
            "path": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "url": "https://apexscout.ai/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "method": "GET",
            "sourceTag": "agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        },
        "visibleBuyerCopy": [
          "Choose the wallet state before copying a command.",
          "This signal is a free GET request and does not open the paid route.",
          "If the wallet is ready, copy the command and run it only from the buyer-controlled wallet.",
          "If the wallet is not ready, stop before payment and fix wallet authentication, balance, route, amount, or network."
        ],
        "paidProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "receiptBoundCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
        "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
        "buttons": [
          {
            "label": "I can pay now",
            "action": "wallet_ready",
            "copies": null,
            "value": null,
            "intentPath": "/api/buyer-wallet-close-intent?action=wallet_ready&src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "I can't pay yet",
            "action": "cannot_pay_yet",
            "copies": null,
            "value": null,
            "intentPath": "/api/buyer-wallet-close-intent?action=cannot_pay_yet&src=agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy paid proof command",
            "action": "copy_paid_proof_command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_paid_proof_command&src=agent-execution-command-copy",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy receipt-bound command",
            "action": "copy_receipt_bound_command",
            "copies": "command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_receipt_bound_command&src=agent-receipt-contract",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "action": "copy_wallet_setup_command",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "intentPath": "/api/buyer-wallet-close-intent?action=copy_wallet_setup_command&src=agent-wallet-skill-pack",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "mode": "aggregate-only-buyer-wallet-close-intent",
          "counter": "buyerWalletCloseSignals.walletCloseIntentEvents",
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "cannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "copyWalletSetupCommandCounter": "buyerWalletCloseSignals.copyWalletSetupCommand",
          "intentIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "firstScreenPlacement": {
          "x402Proof": "before-receipt-and-command-copy",
          "chatTinyPaymentFlow": "before-receipt-and-command-copy",
          "walletStateVisibleBeforePaymentCommand": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "noSpendBoundary": {
          "panelIsFree": true,
          "intentRouteIsFree": true,
          "intentRouteMethod": "GET",
          "copyingExecutesPayment": false,
          "clickingStateExecutesPayment": false,
          "clickingStateOpensPaidRoute": false,
          "paidRouteCalledByPanel": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false
        }
      },
      "http402ClosePacketAvailable": true,
      "http402ClosePacket": {
        "available": true,
        "mode": "buyer-agent-402-close-packet",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "402 close packet",
        "purpose": "Put the buyer-agent close instructions inside the unpaid HTTP 402 response so x402-capable clients can finish the proof without hunting through a page.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-execution-command-copy",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
        "sourceTag": "agent-execution-command-copy",
        "sourceBucket": "agentExecutionCommandCopy",
        "price": "$0.01",
        "priceUsd": "0.01",
        "amountAtomicUsdc": "10000",
        "maxAmountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "command": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "oneLineCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
        "closeMessage": "You reached the ApexScout paid proof gate. To complete the proof, retry this exact GET route from an authenticated x402 wallet/client with max amount 10000 atomic USDC on Base mainnet.",
        "buyerAgentInstruction": "If the buyer approved this one-cent proof, run the command exactly once and treat only HTTP 200 as the paid completion. If any route, amount, network, or approval detail differs, stop.",
        "whatHttp200Proves": [
          "The buyer-controlled x402 retry reached ApexScout's one-cent proof route.",
          "The paid route returned structured JSON after payment verification.",
          "The aggregate paid proof completion counter is allowed to move only after HTTP 200."
        ],
        "notProofOf": [
          "Coinbase, AWS, Stripe, Bazaar, AgentCore, Base, marketplace, or protocol endorsement.",
          "Guaranteed revenue, trading results, investment outcome, legal advice, tax advice, lending advice, or compliance approval.",
          "Buyer identity, wallet-level activity, secret signing material, or broader permission to spend."
        ],
        "continueIf": [
          "The buyer explicitly approved this one-cent proof.",
          "The client can attach an x402 payment authorization.",
          "The retry route is exactly GET /api/opportunity-check?src=agent-execution-command-copy.",
          "The max amount is exactly 10000 atomic USDC.",
          "The network is exactly eip155:8453."
        ],
        "stopIf": [
          "The wallet is not authenticated.",
          "The wallet has insufficient USDC on Base.",
          "The client cannot attach x402 payment.",
          "The max amount is lower than 10000 atomic USDC.",
          "The network is not eip155:8453.",
          "The buyer did not approve this exact spend.",
          "The agent plans to retry more than once just to clear a metric."
        ],
        "failureBranches": {
          "walletNotAuthenticated": {
            "bucket": "wallet_not_authenticated",
            "buyerAction": "Authenticate the buyer-controlled x402 wallet/client before retrying.",
            "apexScoutAction": "Do nothing automatically."
          },
          "insufficientBaseUsdc": {
            "bucket": "insufficient_base_usdc",
            "buyerAction": "Stop until the buyer-controlled wallet has enough Base USDC for the one-cent proof.",
            "apexScoutAction": "Do not fund, trade, onramp, or advise funding."
          },
          "maxAmountTooLow": {
            "bucket": "max_amount_too_low",
            "buyerAction": "Use max amount 10000 atomic USDC or stop.",
            "apexScoutAction": "Do not lower route price or change payment requirements."
          },
          "wrongNetwork": {
            "bucket": "wrong_network",
            "buyerAction": "Use eip155:8453 Base mainnet or stop.",
            "apexScoutAction": "Do not switch rails."
          },
          "paymentDeclined": {
            "bucket": "payment_declined",
            "buyerAction": "Stop unless the buyer explicitly approves another attempt.",
            "apexScoutAction": "Do not retry payment for the buyer."
          }
        },
        "telemetryInterpretation": {
          "sourceTag": "agent-execution-command-copy",
          "unpaidChallengeCounter": "opportunityCheckGetProofUnpaidChallenges",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "sourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
          "sourceBucket": "agentExecutionCommandCopy",
          "closePacketUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200"
        },
        "noSpendBoundary": {
          "closePacketIsFree": true,
          "closePacketExecutesPayment": false,
          "paymentAttemptedByClosePacket": false,
          "paidRouteCalledByClosePacket": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "secretSigningMaterialRequested": false
        }
      },
      "buyerProofExecutionCloseoutAvailable": true,
      "buyerProofExecutionCloseout": {
        "available": true,
        "mode": "buyer-proof-execution-closeout",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Copied? Finish with one buyer-run proof retry",
        "purpose": "Close the gap after a buyer agent marks its wallet ready or copies the command: run exactly one buyer-approved proof retry, classify the response, then stop.",
        "route": "/api/opportunity-check",
        "routeWithSource": "/api/opportunity-check?src=agent-receipt-contract",
        "method": "GET",
        "href": "/api/opportunity-check?src=agent-receipt-contract",
        "url": "https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract",
        "price": "$0.01",
        "priceUsd": "0.01",
        "maxAmountAtomicUsdc": "10000",
        "amountAtomicUsdc": "10000",
        "network": "eip155:8453",
        "rail": "Base mainnet x402 exact payment",
        "expectedUnpaidStatus": 402,
        "expectedPaidStatus": 200,
        "primarySourceTag": "agent-receipt-contract",
        "primarySourceBucket": "agentReceiptContract",
        "commandCopySourceTag": "agent-execution-command-copy",
        "commandCopySourceBucket": "agentExecutionCommandCopy",
        "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
        "paidCompletionCounter": "opportunityCheckGetProofCompletions",
        "firstScreenPlacement": {
          "x402Proof": "after-wallet-close-before-receipt-command",
          "chatTinyPaymentFlow": "after-wallet-close-before-receipt-command",
          "closeoutVisibleBeforeCommandCopy": true,
          "normalNoSpendPathRemainsPrimary": true
        },
        "closeoutRule": {
          "ifWalletReadyAndCommandCopied": "Run the receipt-bound command exactly once from the buyer-controlled x402 wallet if the buyer approved the route, amount, and network.",
          "ifCannotPayYet": "Do not retry payment. Use the wallet setup note and stop until wallet authentication, Base USDC balance, route, amount, and network match.",
          "ifResponseIs402": "Treat the result as unpaid. It is a challenge, not a paid proof, and it should not move revenue.",
          "ifResponseIs200": "Treat the result as paid proof only after the buyer-controlled x402 retry returns structured HTTP 200 JSON.",
          "ifRetryIsRejected": "Read the sanitized edge failure status once, classify the rejection, and stop before another paid attempt.",
          "stopAfter": "one buyer-approved paid retry unless a human operator explicitly approves another capped diagnostic"
        },
        "buyerAgentChecklist": [
          "Wallet is authenticated by the buyer, not ApexScout.",
          "Buyer approves GET /api/opportunity-check with source agent-receipt-contract.",
          "Maximum spend is exactly 10000 atomic USDC.",
          "Network is exactly eip155:8453 Base mainnet.",
          "Run one retry, then classify HTTP 402, HTTP 200, or a sanitized edge failure."
        ],
        "copyReadyCommands": {
          "receiptBoundProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
          "commandCopyProofCommand": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy\" --max-amount 10000 --json",
          "edgeFailureReadCommand": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
          "walletSetupNote": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof."
        },
        "safeReadouts": {
          "edgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "edgeLastFailurePath": "/__apexscout/cloudflare-x402/health/last-failure",
          "edgeLastFailureUrl": "https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure",
          "originLastFailurePath": "/api/cloudflare-x402-edge-failure/last",
          "originLastFailureUrl": "https://apexscout.ai/api/cloudflare-x402-edge-failure/last",
          "noPaymentAttemptedByRead": true,
          "buyerLevelDataExposed": false,
          "rawPaymentPayloadExposed": false,
          "privateKeysRequested": false
        },
        "buttons": [
          {
            "label": "Copy receipt-bound proof command",
            "copies": "receipt_bound_command",
            "value": "npx [email protected] x402 pay \"https://apexscout.ai/api/opportunity-check?src=agent-receipt-contract\" --max-amount 10000 --json",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy edge failure readout",
            "copies": "edge_failure_read_command",
            "value": "curl -s \"https://apexscout.ai/__apexscout/cloudflare-x402/health/last-failure\"",
            "executesPayment": false,
            "opensPaidRoute": false
          },
          {
            "label": "Copy wallet setup note",
            "copies": "wallet_setup_note",
            "value": "Authenticate your own x402 wallet/client. Confirm the buyer approves GET /api/opportunity-check. Confirm max spend is 10000 atomic USDC on eip155:8453. Run the paid proof command only from the buyer-controlled wallet. Treat HTTP 402 as unpaid and HTTP 200 as paid proof.",
            "executesPayment": false,
            "opensPaidRoute": false
          }
        ],
        "telemetryInterpretation": {
          "walletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
          "copyPaidProofCommandCounter": "buyerWalletCloseSignals.copyPaidProofCommand",
          "copyReceiptBoundCommandCounter": "buyerWalletCloseSignals.copyReceiptBoundCommand",
          "paidCompletionCounter": "opportunityCheckGetProofCompletions",
          "failureReadoutIsRevenue": false,
          "copyIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "newCounterAdded": false,
          "reason": "The closeout reuses existing aggregate wallet-close, source-bucket, and paid-completion counters so it improves decision clarity without creating fake movement."
        },
        "noSpendBoundary": {
          "closeoutIsFree": true,
          "closeoutExecutesPayment": false,
          "copyingExecutesPayment": false,
          "copyingOpensPaidRoute": false,
          "failureReadoutExecutesPayment": false,
          "failureReadoutCallsPaidRoute": false,
          "paymentAttemptedByCloseout": false,
          "paidRouteCalledByCloseout": false,
          "apexScoutRunsCommand": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "productionPostCreated": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareMutationCreated": false,
          "apifyActorRunCreated": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawCommandStored": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "privateKeysRequested": false,
          "walletPayloadsExposed": false,
          "livePaymentPayloadsExposed": false,
          "rawPaymentPayloadExposed": false
        },
        "safetyClaims": {
          "guaranteedRevenueClaimed": false,
          "officialEndorsementClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareMonetizationGatewayReadinessAvailable": true,
      "cloudflareMonetizationGatewayReadiness": {
        "available": true,
        "mode": "cloudflare-monetization-gateway-readiness",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare live edge status",
        "releaseReportingMode": "worker-and-origin-split",
        "appRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "originReleasePath": "/status",
        "workerRelease": "v2.2.179-cloudflare-worker-origin-release-split",
        "workerSourceVersion": "2.2.179",
        "workerHealthReleaseContract": {
          "healthPath": "/__apexscout/cloudflare-x402/health",
          "releaseFieldMeans": "workerRelease",
          "workerReleaseField": "workerRelease",
          "originReleaseField": "originRelease",
          "originReleasePath": "/status",
          "originReleaseReadIsNoSpend": true,
          "mismatchIsActionableOnlyWhenWorkerHealthFails": true
        },
        "sourceSignal": {
          "name": "Cloudflare Monetization Gateway",
          "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "articleUrl": "https://blog.cloudflare.com/monetization-gateway/",
          "interpretedAs": "Cloudflare is moving x402 payment enforcement toward edge-managed route rules. ApexScout now serves the one-cent proof path through a narrow Cloudflare Worker while keeping Railway as the origin fallback."
        },
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "officialCloudflareMonetizationGatewayClaimed": false,
        "officialCloudflareEndorsementClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "waitlistOrEarlyAccessRequired": false,
        "noDnsChangeMade": false,
        "dnsChangedByLiveCutover": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "apexScoutRemainsSourceOfTruth": true,
        "candidateRules": [
          {
            "id": "apexscout-one-cent-proof",
            "purpose": "Edge-readable one-cent x402 proof route for wallet-capable buyer agents.",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "amountAtomicUsdc": "10000",
            "priceUsd": "0.01",
            "displayPrice": "$0.01",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "purpose": "Higher-value builder monetization audit route.",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "amountAtomicUsdc": "5000000",
            "priceUsd": "5.00",
            "displayPrice": "$5.00",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerApprovalRequired": true,
            "currentOriginStillEnforcesX402": true,
            "gatewayCanMirrorButNotOverrideOrigin": true
          }
        ],
        "migrationPlan": [
          "Keep the Cloudflare Worker route narrow and use Railway as the origin fallback.",
          "Use these candidate rules as the review checklist before any future official managed-gateway change.",
          "Require unpaid HTTP 402 and buyer-controlled HTTP 200 proof for each route after any edge or gateway change.",
          "Keep ApexScout aggregate metrics as the public conversion truth source.",
          "Roll back to Railway-origin x402 if route, amount, network, or payment proof differs."
        ],
        "operatorChecklist": {
          "dnsChangeApproved": true,
          "cloudflareApiTokenApproved": true,
          "gatewayRuleCreationApproved": true,
          "postDeployPaidProofRequiredBeforeClaimingGatewayLive": true,
          "originFallbackRequired": true,
          "compareGatewayRulesToCandidateRules": true
        },
        "noSpendBoundary": {
          "readinessPacketIsFree": true,
          "paymentAttemptedByReadinessPacket": false,
          "paidRouteCalledByReadinessPacket": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerRouteCreated": true,
          "cloudflareApiCalled": false,
          "dnsChanged": false,
          "dnsAlreadyProxiedThroughCloudflare": true,
          "workerAlreadyDeployed": true,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "revenueOutcomeClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        },
        "telemetryInterpretation": {
          "readinessUsageIsRevenue": false,
          "unpaidChallengeIsRevenue": false,
          "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
          "watchCounters": "If unpaid proof counters move without paid completions, treat it as proof-route interest, not gateway success."
        }
      },
      "cloudflareBillingRulesPackAvailable": true,
      "cloudflareBillingRulesPack": {
        "available": true,
        "mode": "cloudflare-billing-rules-pack",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Cloudflare billing rules pack",
        "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
        "apiPath": "/api/cloudflare-billing-rules",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "workerConfigPath": "/api/cloudflare-x402-worker-config",
        "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceSignals": [
          {
            "name": "Cloudflare Monetization Gateway",
            "url": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
          },
          {
            "name": "Cloudflare x402 proxy",
            "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
          },
          {
            "name": "Cloudflare Pay Per Crawl",
            "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
            "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
          }
        ],
        "integrationStatus": "live-edge-worker-proxied",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareEdgeWorkerDeployed": true,
        "cloudflareDnsProxied": true,
        "cloudflareEdgeSettlementBridgeLive": true,
        "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
        "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
        "cloudflareWorkerConfigPrepared": true,
        "cloudflareRulesCreated": true,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRulesCreated": false,
        "officialCloudflareEndorsementClaimed": false,
        "monetizationGatewayApiPubliclyAvailable": false,
        "monetizationGatewayApiStatus": "planned-or-early-access",
        "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
        "originFallbackRequired": true,
        "originStillEnforcesX402": true,
        "originEdgeSettlementBridgePrepared": true,
        "edgeSettlementEligiblePaidRuleCount": 1,
        "originAuthoritativePaidRuleCount": 1,
        "billingRuleCount": 5,
        "paidBillingRuleCount": 2,
        "freeAllowRuleCount": 2,
        "blockRuleCount": 1,
        "paidRules": [
          {
            "id": "apexscout-one-cent-proof",
            "type": "charge_x402",
            "method": "GET",
            "pattern": "/api/opportunity-check",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": true,
            "originEdgeSettlementBypassRequired": true,
            "originStillEnforcesX402": false,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge"
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "type": "charge_x402",
            "method": "POST",
            "pattern": "/api/agent-revenue-audit",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "edgeSettlementEligible": false,
            "originEdgeSettlementBypassRequired": false,
            "originStillEnforcesX402": true,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
          }
        ],
        "allowRules": [
          {
            "id": "apexscout-free-agent-metadata",
            "type": "allow_free",
            "patterns": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/.well-known/agent.json",
              "/agent-capabilities.json",
              "/api/public-agent",
              "/mcp-tool-pack",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json",
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/agent-wallet-skill-pack",
              "/api/agent-wallet-skill-pack",
              "/.well-known/apexscout-agent-wallet-skill.json",
              "/apexscout-agent-wallet-skill.md",
              "/.well-known/apexscout-agent-wallet-skill.md",
              "/apify-x402-upstream-readiness",
              "/api/apify-x402-upstream-readiness",
              "/.well-known/apexscout-apify-x402-upstream.json",
              "/cloudflare-monetization-gateway-rules",
              "/api/cloudflare-monetization-gateway-rules",
              "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
              "/agent-receipt-contract",
              "/api/agent-receipt-contract",
              "/.well-known/apexscout-agent-receipt-contract.json",
              "/api/cloudflare-billing-rules",
              "/.well-known/apexscout-cloudflare-billing-rules.json",
              "/api/cloudflare-x402-worker-config",
              "/.well-known/apexscout-cloudflare-x402-worker.json"
            ],
            "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
            "paidRetryRequired": false
          },
          {
            "id": "apexscout-free-proof-and-preflight",
            "type": "allow_free",
            "patterns": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow",
              "/api/agent-revenue-audit-builder/action-pack",
              "/api/buyer-payment-scope-check",
              "/api/buyer-agent-payment-safety",
              "/api/x402-security-readiness"
            ],
            "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
            "paidRetryRequired": false
          }
        ],
        "blockRules": [
          {
            "id": "apexscout-private-operator-surfaces",
            "type": "block_public_access",
            "patterns": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "paidRetryAvailable": false
          }
        ],
        "workerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "operatorApplyPlan": [
          "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
          "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
          "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
          "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
          "Keep Worker changes inside explicit Cloudflare deployment windows.",
          "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
          "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
        ],
        "blockedUntil": [
          "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
          "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
        ],
        "safeDryRunCommands": [
          "npm run cloudflare:billing-rules:print",
          "npm run cloudflare:x402-proxy:smoke",
          "npm run cloudflare:x402-proxy:typecheck"
        ],
        "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
        "postIntegrationVerificationPlan": [
          "GET /status and confirm the current ApexScout release.",
          "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
          "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
          "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
          "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
        ],
        "noSpendBoundary": {
          "packIsFree": true,
          "paymentAttemptedByPack": false,
          "paidRouteCalledByPack": false,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareGatewayRuleCreated": true,
          "officialCloudflareGatewayRuleCreated": false,
          "cloudflareWorkerDeployedByApexScout": true,
          "dnsChangedByApexScout": true,
          "packReadChangesCloudflare": false,
          "packReadChangesDns": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false,
          "cloudflareVisitorDataPublished": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "cloudflareX402WorkerConfigAvailable": true,
      "cloudflareX402WorkerConfig": {
        "available": true,
        "mode": "cloudflare-x402-worker-config",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "apiPath": "/api/cloudflare-x402-worker-config",
        "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "sourceDocs": {
          "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
          "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
        },
        "wranglerConfig": {
          "name": "apexscout-x402-billing-proxy",
          "main": "src/index.ts",
          "compatibility_date": "2026-07-01",
          "compatibility_flags": [
            "nodejs_compat"
          ],
          "vars": {
            "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
            "PUBLIC_SERVICE_URL": "https://apexscout.ai",
            "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
            "NETWORK": "eip155:8453",
            "CLOUDFLARE_NETWORK_ALIAS": "base",
            "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
            "PROTECTED_PATTERNS": [
              {
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlement": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "sourceTag": "agent-execution-command-copy"
              },
              {
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlement": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation"
              }
            ]
          }
        },
        "protectedPatterns": [
          {
            "id": "apexscout-one-cent-proof",
            "pattern": "/api/opportunity-check",
            "method": "GET",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
            "edgeSettlementEligible": true,
            "liveRuleMode": "edge-settled-with-signed-origin-bridge",
            "originStillEnforcesX402": false
          },
          {
            "id": "apexscout-agent-revenue-audit",
            "pattern": "/api/agent-revenue-audit",
            "method": "POST",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "cloudflareNetwork": "base",
            "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
            "edgeSettlementEligible": false,
            "liveRuleMode": "origin-authoritative-until-prevalidation",
            "originStillEnforcesX402": true
          }
        ],
        "envRequiredBeforeDeploy": [
          "CLOUDFLARE_API_TOKEN",
          "CLOUDFLARE_ACCOUNT_ID",
          "CLOUDFLARE_ZONE_ID",
          "APEXSCOUT_X402_PAY_TO",
          "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "CDP facilitator key id",
          "CDP facilitator key secret"
        ],
        "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
        "noSpendBoundary": {
          "configIsFree": true,
          "cloudflareApiCalledByApexScout": false,
          "cloudflareWorkerDeployedByApexScout": false,
          "dnsChangedByApexScout": false,
          "paymentAttemptedByConfig": false,
          "paidRouteCalledByConfig": false,
          "paidUpstreamCalls": false,
          "fakeTrafficCreated": false,
          "priceChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "edgeSettlementBridge": {
          "originUrl": "https://agent-research-brief-api-production.up.railway.app",
          "publicUrl": "https://apexscout.ai",
          "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
          "signedOriginBridgePrepared": true,
          "edgeSettlementEligibleRuleCount": 1,
          "originAuthoritativeRuleCount": 1,
          "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
          "doubleChargeGuardPrepared": true,
          "postBodyChargeRiskAvoided": true
        }
      },
      "agentMonetizationPolicyMatrixAvailable": true,
      "agentMonetizationPolicyMatrix": {
        "available": true,
        "mode": "agent-monetization-policy-matrix",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "Agent monetization policy matrix",
        "purpose": "Give crawlers, buyer agents, edge gateways, and MCP clients one clear allow/charge/block map before they touch a paid route.",
        "sourceSignals": [
          {
            "name": "Cloudflare Pay Per Crawl",
            "sourceUrl": "https://blog.cloudflare.com/introducing-pay-per-crawl/",
            "interpretedAs": "Agents and crawlers need a simple policy choice: free access, charged access, or blocked access."
          },
          {
            "name": "Cloudflare Monetization Gateway",
            "sourceUrl": "https://blog.cloudflare.com/monetization-gateway/",
            "interpretedAs": "Paid APIs, datasets, pages, and MCP tools can be described as route-level payment rules before any buyer-controlled retry."
          }
        ],
        "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
        "apiPath": "/api/agent-monetization-policy",
        "wellKnownPath": "/.well-known/apexscout-monetization-policy.json",
        "paidMcpToolsManifest": "https://apexscout.ai/.well-known/apexscout-paid-tools.json",
        "currentServingLayer": "Cloudflare edge Worker + Railway origin",
        "cloudflareGatewayIntegrated": true,
        "cloudflareEdgeWorkerIntegrated": true,
        "cloudflareDnsProxied": true,
        "officialCloudflareEndorsementClaimed": false,
        "officialCloudflareMonetizationGatewayClaimed": false,
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "cloudflarePayPerCrawlIntegrated": false,
        "noCrawlerBillingCreated": true,
        "noCloudflareApiCallMade": false,
        "noCloudflareApiCallMadeByRead": true,
        "noPaymentRuleCreated": false,
        "cloudflareWorkerRouteCreated": true,
        "officialCloudflareGatewayRuleCreated": false,
        "noPaidRouteChanged": true,
        "noPriceChanged": true,
        "noSellerWalletChanged": true,
        "noPaymentRailChanged": true,
        "routePolicyCount": 8,
        "defaultPolicy": {
          "action": "allow_free_public_metadata",
          "appliesTo": "Public ApexScout-owned docs, manifests, readiness pages, and health surfaces.",
          "paidRetryRequired": false,
          "buyerLevelDataExposed": false
        },
        "routePolicies": [
          {
            "id": "public-docs-and-start-pages",
            "action": "allow_free",
            "routes": [
              "/",
              "/docs.json",
              "/llms.txt",
              "/skill.md",
              "/agent-capabilities.json",
              "/.well-known/agent.json",
              "/api/public-agent"
            ],
            "reason": "Agents need no-spend discovery and route selection before deciding whether to pay.",
            "crawlerPolicy": "allow_public_metadata_only",
            "paidRetryRequired": false
          },
          {
            "id": "machine-readable-policy-and-tools",
            "action": "allow_free",
            "routes": [
              "/.well-known/apexscout-monetization-policy.json",
              "/api/agent-monetization-policy",
              "/.well-known/apexscout-paid-tools.json",
              "/api/paid-mcp-tools",
              "/api/mcp-tool-pack",
              "/.well-known/mcp.json",
              "/api/agentcore-openapi.json"
            ],
            "reason": "Payment-aware clients should inspect prices, routes, caps, and guardrails without spending.",
            "crawlerPolicy": "allow_agent_metadata",
            "paidRetryRequired": false
          },
          {
            "id": "proof-pages-and-payment-education",
            "action": "allow_free",
            "routes": [
              "/x402-proof",
              "/api/x402-proof",
              "/chat-tiny-payment-flow",
              "/api/chat-tiny-payment-flow"
            ],
            "reason": "These surfaces explain the one-cent proof and wallet-controlled retry; reading them is not payment.",
            "crawlerPolicy": "allow_public_payment_instructions",
            "paidRetryRequired": false
          },
          {
            "id": "one-cent-proof",
            "action": "charge_x402",
            "method": "GET",
            "route": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "price": "$0.01",
            "amountAtomicUsdc": "10000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": false,
            "buyerControlledRetryOnly": true,
            "crawlerPolicy": "charge_only_when_agent_chooses_paid_resource"
          },
          {
            "id": "agent-revenue-audit",
            "action": "charge_x402",
            "method": "POST",
            "route": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "amountAtomicUsdc": "5000000",
            "network": "eip155:8453",
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "requestBodyRequired": true,
            "buyerControlledRetryOnly": true,
            "crawlerPolicy": "charge_paid_builder_audit_only_after_buyer_approval"
          },
          {
            "id": "builder-and-scope-preflight",
            "action": "allow_free_preflight",
            "routes": [
              "/agent-revenue-audit-builder",
              "/api/agent-revenue-audit-builder",
              "/api/agent-revenue-audit-builder/action-pack",
              "/buyer-payment-scope-check",
              "/api/buyer-payment-scope-check",
              "/buyer-agent-payment-safety",
              "/api/buyer-agent-payment-safety"
            ],
            "reason": "Preflight and safety checks reduce accidental spend and do not execute payment.",
            "crawlerPolicy": "allow_no_spend_prep_surfaces",
            "paidRetryRequired": false
          },
          {
            "id": "admin-and-private-surfaces",
            "action": "block_public_access",
            "routes": [
              "/admin/*",
              "/api/admin/*"
            ],
            "reason": "Private operator surfaces are not public buyer-agent resources.",
            "crawlerPolicy": "block",
            "paidRetryAvailable": false
          },
          {
            "id": "third-party-outreach-and-catalog-crawl",
            "action": "not_performed_by_apexscout",
            "routes": [],
            "reason": "ApexScout does not scrape catalogs, contact third parties, create fake traffic, post, DM, email, or crawl competitors.",
            "crawlerPolicy": "blocked_by_operating_boundary",
            "paidRetryAvailable": false
          }
        ],
        "crawlerAndAgentRules": {
          "allow": [
            "Read public docs, manifests, policy files, OpenAPI, MCP metadata, proof pages, and no-spend preflight surfaces.",
            "Use unpaid HTTP 402 as a route-health/payment-requirements signal, not as revenue."
          ],
          "charge": [
            "Charge only the existing one-cent proof route or the existing $5 Agent Revenue Audit route.",
            "Require buyer-controlled x402 retry before any paid completion is counted."
          ],
          "block": [
            "Block admin/private surfaces from public policy.",
            "Do not provide a paid bypass for scraping, third-party discovery, fake traffic, outreach, or buyer-level data."
          ]
        },
        "edgeGatewayCandidate": {
          "readyToReview": true,
          "cloudflareRuleCreated": false,
          "firstRuleToMirror": "one-cent-proof",
          "secondRuleToMirror": "agent-revenue-audit",
          "rollbackRequirement": "Railway-origin x402 remains the fallback until each edge rule proves unpaid 402 and paid 200."
        },
        "noSpendBoundary": {
          "policyIsFree": true,
          "paymentAttemptedByPolicy": false,
          "paidRouteCalledByPolicy": false,
          "cloudflareApiCalled": false,
          "crawlerBillingCreated": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "safetyClaims": {
          "cloudflareEndorsementClaimed": false,
          "marketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "tradingOrInvestmentAdvice": false,
          "buyerPaymentDelegatedToApexScout": false
        }
      },
      "paidMcpToolManifestAvailable": true,
      "paidMcpToolManifest": {
        "available": true,
        "mode": "paid-mcp-tool-manifest",
        "release": "v2.2.179-cloudflare-worker-origin-release-split",
        "title": "ApexScout paid MCP tool manifest",
        "purpose": "Make ApexScout's payable resources obvious to MCP-style clients without opening a paid route or simulating payment.",
        "apiPath": "/api/paid-mcp-tools",
        "wellKnownPath": "/.well-known/apexscout-paid-tools.json",
        "policyPath": "/.well-known/apexscout-monetization-policy.json",
        "policyUrl": "https://apexscout.ai/.well-known/apexscout-monetization-policy.json",
        "cloudflareBillingRulesPath": "/api/cloudflare-billing-rules",
        "cloudflareBillingRulesWellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
        "cloudflareBillingRulesPackAvailable": true,
        "cloudflareBillingRulesPack": {
          "available": true,
          "mode": "cloudflare-billing-rules-pack",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "title": "Cloudflare billing rules pack",
          "purpose": "Document ApexScout's live Cloudflare edge Worker route and existing x402 paid-route policy without changing price, seller wallet, or buyer-controlled payment rules.",
          "apiPath": "/api/cloudflare-billing-rules",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-billing-rules.json",
          "workerConfigPath": "/api/cloudflare-x402-worker-config",
          "workerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceSignals": [
            {
              "name": "Cloudflare Monetization Gateway",
              "url": "https://blog.cloudflare.com/monetization-gateway/",
              "interpretedAs": "Cloudflare is moving toward edge-managed payment rules, including route-level x402 enforcement."
            },
            {
              "name": "Cloudflare x402 proxy",
              "url": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "interpretedAs": "A Cloudflare Worker can sit in front of an existing HTTP origin, return 402, verify x402 payment, and forward the approved request."
            },
            {
              "name": "Cloudflare Pay Per Crawl",
              "url": "https://developers.cloudflare.com/ai-crawl-control/features/pay-per-crawl/what-is-pay-per-crawl/",
              "interpretedAs": "Cloudflare's crawler billing direction reinforces clear allow, charge, and block rules for automated clients."
            }
          ],
          "integrationStatus": "live-edge-worker-proxied",
          "currentServingLayer": "Cloudflare edge Worker + Railway origin",
          "cloudflareGatewayIntegrated": true,
          "cloudflareEdgeWorkerIntegrated": true,
          "cloudflareEdgeWorkerDeployed": true,
          "cloudflareDnsProxied": true,
          "cloudflareEdgeSettlementBridgeLive": true,
          "cloudflareEdgeHealthPath": "/__apexscout/cloudflare-x402/health",
          "expectedUnpaidEdgeHeader": "x-apexscout-cloudflare-x402=edge-unpaid-402",
          "cloudflareWorkerConfigPrepared": true,
          "cloudflareRulesCreated": true,
          "cloudflareWorkerRouteCreated": true,
          "officialCloudflareGatewayRulesCreated": false,
          "officialCloudflareEndorsementClaimed": false,
          "monetizationGatewayApiPubliclyAvailable": false,
          "monetizationGatewayApiStatus": "planned-or-early-access",
          "currentDeployableOption": "cloudflare-x402-edge-settlement-worker",
          "originFallbackRequired": true,
          "originStillEnforcesX402": true,
          "originEdgeSettlementBridgePrepared": true,
          "edgeSettlementEligiblePaidRuleCount": 1,
          "originAuthoritativePaidRuleCount": 1,
          "billingRuleCount": 5,
          "paidBillingRuleCount": 2,
          "freeAllowRuleCount": 2,
          "blockRuleCount": 1,
          "paidRules": [
            {
              "id": "apexscout-one-cent-proof",
              "type": "charge_x402",
              "method": "GET",
              "pattern": "/api/opportunity-check",
              "route": "/api/opportunity-check",
              "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
              "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
              "sourceTag": "agent-execution-command-copy",
              "sourceBucket": "agentExecutionCommandCopy",
              "price": "$0.01",
              "priceUsd": "0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": false,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": true,
              "originEdgeSettlementBypassRequired": true,
              "originStillEnforcesX402": false,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge"
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "type": "charge_x402",
              "method": "POST",
              "pattern": "/api/agent-revenue-audit",
              "route": "/api/agent-revenue-audit",
              "url": "https://apexscout.ai/api/agent-revenue-audit",
              "price": "$5.00",
              "priceUsd": "5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "expectedUnpaidStatus": 402,
              "expectedPaidStatus": 200,
              "requestBodyRequired": true,
              "buyerControlledRetryOnly": true,
              "edgeSettlementEligible": false,
              "originEdgeSettlementBypassRequired": false,
              "originStillEnforcesX402": true,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "reasonEdgeSettlementDeferred": "This POST route should not be edge-settled until the buyer payload can be validated before charge."
            }
          ],
          "allowRules": [
            {
              "id": "apexscout-free-agent-metadata",
              "type": "allow_free",
              "patterns": [
                "/",
                "/docs.json",
                "/llms.txt",
                "/skill.md",
                "/.well-known/agent.json",
                "/agent-capabilities.json",
                "/api/public-agent",
                "/mcp-tool-pack",
                "/api/mcp-tool-pack",
                "/.well-known/mcp.json",
                "/api/agentcore-openapi.json",
                "/.well-known/apexscout-monetization-policy.json",
                "/api/agent-monetization-policy",
                "/.well-known/apexscout-paid-tools.json",
                "/api/paid-mcp-tools",
                "/agent-wallet-skill-pack",
                "/api/agent-wallet-skill-pack",
                "/.well-known/apexscout-agent-wallet-skill.json",
                "/apexscout-agent-wallet-skill.md",
                "/.well-known/apexscout-agent-wallet-skill.md",
                "/apify-x402-upstream-readiness",
                "/api/apify-x402-upstream-readiness",
                "/.well-known/apexscout-apify-x402-upstream.json",
                "/cloudflare-monetization-gateway-rules",
                "/api/cloudflare-monetization-gateway-rules",
                "/.well-known/apexscout-cloudflare-monetization-gateway-rules.json",
                "/agent-receipt-contract",
                "/api/agent-receipt-contract",
                "/.well-known/apexscout-agent-receipt-contract.json",
                "/api/cloudflare-billing-rules",
                "/.well-known/apexscout-cloudflare-billing-rules.json",
                "/api/cloudflare-x402-worker-config",
                "/.well-known/apexscout-cloudflare-x402-worker.json"
              ],
              "reason": "Payment-aware agents should inspect policy, prices, and route caps before spend.",
              "paidRetryRequired": false
            },
            {
              "id": "apexscout-free-proof-and-preflight",
              "type": "allow_free",
              "patterns": [
                "/x402-proof",
                "/api/x402-proof",
                "/chat-tiny-payment-flow",
                "/api/chat-tiny-payment-flow",
                "/api/agent-revenue-audit-builder/action-pack",
                "/api/buyer-payment-scope-check",
                "/api/buyer-agent-payment-safety",
                "/api/x402-security-readiness"
              ],
              "reason": "No-spend proof, preflight, Builder, Scope, and payment-safety surfaces should stay readable.",
              "paidRetryRequired": false
            }
          ],
          "blockRules": [
            {
              "id": "apexscout-private-operator-surfaces",
              "type": "block_public_access",
              "patterns": [
                "/admin/*",
                "/api/admin/*"
              ],
              "reason": "Private operator surfaces are not public buyer-agent resources.",
              "paidRetryAvailable": false
            }
          ],
          "workerConfig": {
            "available": true,
            "mode": "cloudflare-x402-worker-config",
            "release": "v2.2.179-cloudflare-worker-origin-release-split",
            "apiPath": "/api/cloudflare-x402-worker-config",
            "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
            "sourceDocs": {
              "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
              "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
            },
            "wranglerConfig": {
              "name": "apexscout-x402-billing-proxy",
              "main": "src/index.ts",
              "compatibility_date": "2026-07-01",
              "compatibility_flags": [
                "nodejs_compat"
              ],
              "vars": {
                "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
                "PUBLIC_SERVICE_URL": "https://apexscout.ai",
                "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
                "NETWORK": "eip155:8453",
                "CLOUDFLARE_NETWORK_ALIAS": "base",
                "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
                "PROTECTED_PATTERNS": [
                  {
                    "pattern": "/api/opportunity-check",
                    "method": "GET",
                    "price": "$0.01",
                    "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                    "edgeSettlement": true,
                    "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                    "sourceTag": "agent-execution-command-copy"
                  },
                  {
                    "pattern": "/api/agent-revenue-audit",
                    "method": "POST",
                    "price": "$5.00",
                    "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                    "edgeSettlement": false,
                    "liveRuleMode": "origin-authoritative-until-prevalidation"
                  }
                ]
              }
            },
            "protectedPatterns": [
              {
                "id": "apexscout-one-cent-proof",
                "pattern": "/api/opportunity-check",
                "method": "GET",
                "price": "$0.01",
                "amountAtomicUsdc": "10000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                "edgeSettlementEligible": true,
                "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                "originStillEnforcesX402": false
              },
              {
                "id": "apexscout-agent-revenue-audit",
                "pattern": "/api/agent-revenue-audit",
                "method": "POST",
                "price": "$5.00",
                "amountAtomicUsdc": "5000000",
                "network": "eip155:8453",
                "cloudflareNetwork": "base",
                "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                "edgeSettlementEligible": false,
                "liveRuleMode": "origin-authoritative-until-prevalidation",
                "originStillEnforcesX402": true
              }
            ],
            "envRequiredBeforeDeploy": [
              "CLOUDFLARE_API_TOKEN",
              "CLOUDFLARE_ACCOUNT_ID",
              "CLOUDFLARE_ZONE_ID",
              "APEXSCOUT_X402_PAY_TO",
              "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "CDP facilitator key id",
              "CDP facilitator key secret"
            ],
            "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
            "noSpendBoundary": {
              "configIsFree": true,
              "cloudflareApiCalledByApexScout": false,
              "cloudflareWorkerDeployedByApexScout": false,
              "dnsChangedByApexScout": false,
              "paymentAttemptedByConfig": false,
              "paidRouteCalledByConfig": false,
              "paidUpstreamCalls": false,
              "fakeTrafficCreated": false,
              "priceChanged": false,
              "sellerWalletChanged": false,
              "settlementRailChanged": false
            },
            "edgeSettlementBridge": {
              "originUrl": "https://agent-research-brief-api-production.up.railway.app",
              "publicUrl": "https://apexscout.ai",
              "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
              "signedOriginBridgePrepared": true,
              "edgeSettlementEligibleRuleCount": 1,
              "originAuthoritativeRuleCount": 1,
              "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
              "doubleChargeGuardPrepared": true,
              "postBodyChargeRiskAvoided": true
            }
          },
          "operatorApplyPlan": [
            "Confirm the ApexScout zone remains active on Cloudflare and the route remains proxied.",
            "Set APEXSCOUT_X402_PAY_TO to the existing ApexScout x402 seller payTo address in Cloudflare secrets or vars.",
            "Set APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET as the same shared secret in Cloudflare and Railway.",
            "Review cloudflare/x402-proxy/wrangler.jsonc against this API response.",
            "Keep Worker changes inside explicit Cloudflare deployment windows.",
            "Run unpaid 402 checks first, then one buyer-approved paid 200 proof for the one-cent proof rule when a paid proof is explicitly authorized.",
            "Keep Railway-origin x402 as rollback until both edge rules match route, method, price, network, and paid proof."
          ],
          "blockedUntil": [
            "One buyer-approved paid HTTP 200 proof is still required before calling the proof route commercially converted.",
            "Official Cloudflare managed Monetization Gateway rules are not claimed or required for the current Worker bridge."
          ],
          "safeDryRunCommands": [
            "npm run cloudflare:billing-rules:print",
            "npm run cloudflare:x402-proxy:smoke",
            "npm run cloudflare:x402-proxy:typecheck"
          ],
          "liveApplyCommandTemplate": "npm --prefix cloudflare/x402-proxy run deploy",
          "postIntegrationVerificationPlan": [
            "GET /status and confirm the current ApexScout release.",
            "GET /api/cloudflare-billing-rules and confirm the same paid rule count.",
            "GET /api/cloudflare-x402-worker-config and confirm protected pattern prices.",
            "Unpaid-check the protected route and confirm HTTP 402 only after an explicit deploy window.",
            "Run one buyer-approved paid x402 proof only after the unpaid challenge matches."
          ],
          "noSpendBoundary": {
            "packIsFree": true,
            "paymentAttemptedByPack": false,
            "paidRouteCalledByPack": false,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareGatewayRuleCreated": true,
            "officialCloudflareGatewayRuleCreated": false,
            "cloudflareWorkerDeployedByApexScout": true,
            "dnsChangedByApexScout": true,
            "packReadChangesCloudflare": false,
            "packReadChangesDns": false,
            "automaticSpending": false,
            "paidUpstreamCalls": false,
            "createsPrepareRequest": false,
            "createsScopeCheck": false,
            "createsActionIntent": false,
            "fakeTrafficCreated": false,
            "newPaidRouteAdded": false,
            "pricingChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "privacy": {
            "aggregateOnly": true,
            "buyerLevelDataExposed": false,
            "rawBuyerInputStored": false,
            "rawGeneratedPayloadStored": false,
            "rawUserAgentsStored": false,
            "ipAddressesStored": false,
            "cookiesAdded": false,
            "sessionsAdded": false,
            "fingerprintingAdded": false,
            "cloudflareVisitorDataPublished": false
          },
          "safetyClaims": {
            "cloudflareEndorsementClaimed": false,
            "marketplaceEndorsementClaimed": false,
            "guaranteedRevenueClaimed": false,
            "tradingOrInvestmentAdvice": false,
            "buyerPaymentDelegatedToApexScout": false
          }
        },
        "cloudflareX402WorkerConfigPath": "/api/cloudflare-x402-worker-config",
        "cloudflareX402WorkerConfigWellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
        "cloudflareX402WorkerConfigAvailable": true,
        "cloudflareX402WorkerConfig": {
          "available": true,
          "mode": "cloudflare-x402-worker-config",
          "release": "v2.2.179-cloudflare-worker-origin-release-split",
          "apiPath": "/api/cloudflare-x402-worker-config",
          "wellKnownPath": "/.well-known/apexscout-cloudflare-x402-worker.json",
          "sourceDocs": {
            "cloudflareX402Proxy": "https://developers.cloudflare.com/agents/tools/payments/x402/charge-for-http-content/",
            "cloudflareMonetizationGateway": "https://blog.cloudflare.com/monetization-gateway/"
          },
          "wranglerConfig": {
            "name": "apexscout-x402-billing-proxy",
            "main": "src/index.ts",
            "compatibility_date": "2026-07-01",
            "compatibility_flags": [
              "nodejs_compat"
            ],
            "vars": {
              "ORIGIN_URL": "https://agent-research-brief-api-production.up.railway.app",
              "PUBLIC_SERVICE_URL": "https://apexscout.ai",
              "PAY_TO": "${APEXSCOUT_X402_PAY_TO}",
              "NETWORK": "eip155:8453",
              "CLOUDFLARE_NETWORK_ALIAS": "base",
              "FACILITATOR_URL": "https://api.cdp.coinbase.com/platform/v2/x402",
              "PROTECTED_PATTERNS": [
                {
                  "pattern": "/api/opportunity-check",
                  "method": "GET",
                  "price": "$0.01",
                  "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
                  "edgeSettlement": true,
                  "liveRuleMode": "edge-settled-with-signed-origin-bridge",
                  "sourceTag": "agent-execution-command-copy"
                },
                {
                  "pattern": "/api/agent-revenue-audit",
                  "method": "POST",
                  "price": "$5.00",
                  "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
                  "edgeSettlement": false,
                  "liveRuleMode": "origin-authoritative-until-prevalidation"
                }
              ]
            }
          },
          "protectedPatterns": [
            {
              "id": "apexscout-one-cent-proof",
              "pattern": "/api/opportunity-check",
              "method": "GET",
              "price": "$0.01",
              "amountAtomicUsdc": "10000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout one-cent x402 proof. Buyer-controlled GET retry only; unpaid 402 is not revenue.",
              "edgeSettlementEligible": true,
              "liveRuleMode": "edge-settled-with-signed-origin-bridge",
              "originStillEnforcesX402": false
            },
            {
              "id": "apexscout-agent-revenue-audit",
              "pattern": "/api/agent-revenue-audit",
              "method": "POST",
              "price": "$5.00",
              "amountAtomicUsdc": "5000000",
              "network": "eip155:8453",
              "cloudflareNetwork": "base",
              "description": "ApexScout paid Agent Revenue Audit. Buyer-controlled POST retry only after no-spend preflight.",
              "edgeSettlementEligible": false,
              "liveRuleMode": "origin-authoritative-until-prevalidation",
              "originStillEnforcesX402": true
            }
          ],
          "envRequiredBeforeDeploy": [
            "CLOUDFLARE_API_TOKEN",
            "CLOUDFLARE_ACCOUNT_ID",
            "CLOUDFLARE_ZONE_ID",
            "APEXSCOUT_X402_PAY_TO",
            "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "CDP facilitator key id",
            "CDP facilitator key secret"
          ],
          "deployCommand": "npm --prefix cloudflare/x402-proxy run deploy",
          "noSpendBoundary": {
            "configIsFree": true,
            "cloudflareApiCalledByApexScout": false,
            "cloudflareWorkerDeployedByApexScout": false,
            "dnsChangedByApexScout": false,
            "paymentAttemptedByConfig": false,
            "paidRouteCalledByConfig": false,
            "paidUpstreamCalls": false,
            "fakeTrafficCreated": false,
            "priceChanged": false,
            "sellerWalletChanged": false,
            "settlementRailChanged": false
          },
          "edgeSettlementBridge": {
            "originUrl": "https://agent-research-brief-api-production.up.railway.app",
            "publicUrl": "https://apexscout.ai",
            "facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
            "signedOriginBridgePrepared": true,
            "edgeSettlementEligibleRuleCount": 1,
            "originAuthoritativeRuleCount": 1,
            "sharedSecretEnv": "APEXSCOUT_CLOUDFLARE_EDGE_PAYMENT_SECRET",
            "doubleChargeGuardPrepared": true,
            "postBodyChargeRiskAvoided": true
          }
        },
        "mcpToolPackPath": "/api/mcp-tool-pack",
        "mcpManifestPath": "/.well-known/mcp.json",
        "openApiPath": "/api/agentcore-openapi.json",
        "toolCount": 3,
        "paidToolCount": 3,
        "freeToolCount": 0,
        "tools": [
          {
            "name": "apexscout_link_native_tiny_paid_proof",
            "displayName": "One-cent x402 proof",
            "method": "GET",
            "path": "/api/opportunity-check",
            "routeWithSource": "/api/opportunity-check?src=agent-execution-command-copy",
            "url": "https://apexscout.ai/api/opportunity-check?src=agent-execution-command-copy",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUnits": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": false,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "sourceTag": "agent-execution-command-copy",
            "sourceBucket": "agentExecutionCommandCopy",
            "buyerControlledRetryOnly": true,
            "recommendedFor": "Fastest proof that the buyer agent can complete an x402 payment path."
          },
          {
            "name": "apexscout_opportunity_check",
            "displayName": "Opportunity Check",
            "method": "POST",
            "path": "/api/opportunity-check",
            "url": "https://apexscout.ai/api/opportunity-check",
            "price": "$0.01",
            "priceUsd": "0.01",
            "maxAmountAtomicUnits": "10000",
            "network": "eip155:8453",
            "requestBodyRequired": true,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerControlledRetryOnly": true,
            "inputSchemaSummary": {
              "subject": "string",
              "goal": "string",
              "buyerType": "optional string",
              "source": "optional string"
            },
            "recommendedFor": "Cheapest normal paid trust screen after a buyer chooses a subject and goal."
          },
          {
            "name": "apexscout_agent_revenue_audit",
            "displayName": "Agent Revenue Audit",
            "method": "POST",
            "path": "/api/agent-revenue-audit",
            "url": "https://apexscout.ai/api/agent-revenue-audit",
            "price": "$5.00",
            "priceUsd": "5.00",
            "maxAmountAtomicUnits": "5000000",
            "network": "eip155:8453",
            "requestBodyRequired": true,
            "expectedUnpaidStatus": 402,
            "expectedPaidStatus": 200,
            "buyerControlledRetryOnly": true,
            "preflightPath": "/api/agent-revenue-audit-builder/prepare",
            "previewPath": "/api/agent-revenue-audit-preview",
            "inputSchemaSummary": {
              "serviceName": "string",
              "currentOffer": "string",
              "targetBuyer": "string",
              "currentProblem": "string",
              "currentPaymentRail": "optional string",
              "riskTolerance": "optional string",
              "source": "optional string"
            },
            "recommendedFor": "Paid conversion audit for x402, MCP, and agent API builders."
          }
        ],
        "recommendedNoSpendBeforePayment": [
          "/docs.json",
          "/api/agent-monetization-policy",
          "/api/mcp-tool-pack",
          "/api/agentcore-openapi.json",
          "/api/cloudflare-billing-rules",
          "/api/cloudflare-x402-worker-config",
          "/api/x402-proof",
          "/api/chat-tiny-payment-flow",
          "/api/agent-revenue-audit-preview",
          "/api/agent-revenue-audit-builder/action-pack",
          "/api/buyer-payment-scope-check"
        ],
        "compatibility": {
          "mcpClientsCanDiscoverPaidTools": true,
          "x402RequiredForPaidCompletion": true,
          "http402ChallengeExpectedBeforePayment": true,
          "paymentCredentialIsBuyerControlled": true,
          "sellerManagedBuyerWallet": false,
          "apiKeysRequiredBeforePayment": false,
          "cloudflareGatewayRuleAlreadyCreated": false,
          "originStillEnforcesX402": true
        },
        "noSpendBoundary": {
          "manifestIsFree": true,
          "paymentAttemptedByManifest": false,
          "paidRouteCalledByManifest": false,
          "automaticSpending": false,
          "paidUpstreamCalls": false,
          "createsPrepareRequest": false,
          "createsScopeCheck": false,
          "createsActionIntent": false,
          "fakeTrafficCreated": false,
          "newPaidRouteAdded": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawGeneratedPayloadStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesAdded": false,
          "sessionsAdded": false,
          "fingerprintingAdded": false
        },
        "notClaims": {
          "cloudflareEndorsementClaimed": false,
          "mcpMarketplaceEndorsementClaimed": false,
          "guaranteedRevenueClaimed": false,
          "paymentExecutedByReadingManifest": false,
          "buyerWalletControlledByApexScout": false
        }
      },
      "sourcePreservingHandoffAvailable": true,
      "sourcePreservingHandoff": {
        "sourcePreservingHandoffAvailable": true,
        "mode": "aggregate-only-source-preserving-handoff",
        "purpose": "Preserve owner-approved launch source tags from public entry pages into no-spend proof, Builder, Scope, and paid-intent handoff links.",
        "activeSourceTag": null,
        "exampleSourceTag": "x-daily-post",
        "sourceQueryParam": "src",
        "supportedSourceTags": [
          "x-profile",
          "x-pinned-post",
          "x-daily-post",
          "owner-public-launch"
        ],
        "destinationLinks": {
          "x402Proof": "/x402-proof?src=x-daily-post",
          "x402ProofApi": "/api/x402-proof?src=x-daily-post",
          "chatTinyPaymentFlow": "/chat-tiny-payment-flow?src=x-daily-post",
          "chatTinyPaymentFlowApi": "/api/chat-tiny-payment-flow?src=x-daily-post",
          "tinyPaidProof": "/api/opportunity-check?src=x-daily-post",
          "auditBuilderActionPack": "/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
          "auditBuilder": "/agent-revenue-audit-builder?src=x-daily-post",
          "scopeCheck": "/buyer-payment-scope-check?src=x-daily-post",
          "agentCommerceScenarios": "/agent-commerce-scenarios?src=x-daily-post",
          "paymentIntent": "/payment-intent?route=agent-revenue-audit&src=x-daily-post"
        },
        "destinationUrls": {
          "x402Proof": "https://apexscout.ai/x402-proof?src=x-daily-post",
          "x402ProofApi": "https://apexscout.ai/api/x402-proof?src=x-daily-post",
          "chatTinyPaymentFlow": "https://apexscout.ai/chat-tiny-payment-flow?src=x-daily-post",
          "chatTinyPaymentFlowApi": "https://apexscout.ai/api/chat-tiny-payment-flow?src=x-daily-post",
          "tinyPaidProof": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
          "auditBuilderActionPack": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack?src=x-daily-post",
          "auditBuilder": "https://apexscout.ai/agent-revenue-audit-builder?src=x-daily-post",
          "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?src=x-daily-post",
          "agentCommerceScenarios": "https://apexscout.ai/agent-commerce-scenarios?src=x-daily-post",
          "paymentIntent": "https://apexscout.ai/payment-intent?route=agent-revenue-audit&src=x-daily-post"
        },
        "sourcePreservedOnPageLinks": true,
        "sourcePreservedOnCopyCommand": true,
        "preservesOnlySafeSourceTags": true,
        "unsupportedSourceTagsDropped": true,
        "sourcePreservationCreatesTraffic": false,
        "sourcePreservationCreatesActionIntent": false,
        "sourcePreservationCreatesPrepareRequest": false,
        "sourcePreservationCreatesScopeCheck": false,
        "sourcePreservationCallsPaidRoute": false,
        "sourcePreservationExecutesPayment": false,
        "noSpendBoundary": {
          "handoffIsFree": true,
          "linkRewriteOnly": true,
          "paidRouteCalledByHandoff": false,
          "productionPostCreated": false,
          "actionIntentCreatedByHandoff": false,
          "prepareRequestCreatedByHandoff": false,
          "scopeCheckCreatedByHandoff": false,
          "fakeTrafficCreated": false,
          "pricingChanged": false,
          "sellerWalletChanged": false,
          "settlementRailChanged": false,
          "cloudflareRuleChanged": false,
          "dnsChanged": false
        },
        "privacy": {
          "aggregateOnly": true,
          "buyerLevelDataExposed": false,
          "rawBuyerInputStored": false,
          "rawUserAgentsStored": false,
          "ipAddressesStored": false,
          "cookiesRequired": false,
          "cookiesAddedForHandoff": false,
          "sessionTrackingRequired": false,
          "sessionTrackingAddedForHandoff": false,
          "fingerprintingAdded": false
        },
        "note": "A safe owner source tag can travel on same-site links and copied proof commands so aggregate proof/source buckets can connect the front door to the next buyer-controlled step. The handoff does not open links or execute payment."
      },
      "sourcePreservedHref": "/api/opportunity-check?src=x-daily-post",
      "sourcePreservedHrefUrl": "https://apexscout.ai/api/opportunity-check?src=x-daily-post",
      "sourceAttributionAvailable": true,
      "sourceTagsStored": "sanitized-aggregate-only",
      "supportedSourceTags": [
        "front-door-x402-proof-cta",
        "action-pack-x402-proof-cta",
        "chat-tiny-x402-proof-cta",
        "x-profile",
        "x-pinned-post",
        "x-daily-post",
        "owner-public-launch",
        "machine-readable-x402-proof",
        "agent-execution-proof-packet",
        "agent-execution-command-copy",
        "agent-wallet-skill-pack",
        "agent-receipt-contract"
      ],
      "unpaidSourceBucketsCounter": "opportunityCheckGetProofUnpaidSourceBuckets",
      "unpaidTopSourceTagsCounter": "opportunityCheckGetProofUnpaidTopSourceTags",
      "completionSourceBucketsCounter": "opportunityCheckGetProofCompletionSourceBuckets",
      "agentExecutionCommandCopySourceBucket": "agentExecutionCommandCopy",
      "agentReceiptContractSourceBucket": "agentReceiptContract",
      "buyerWalletCloseSignalCounter": "buyerWalletCloseSignals.walletCloseIntentEvents",
      "buyerWalletCloseWalletReadyCounter": "buyerWalletCloseSignals.walletReadyIntent",
      "buyerWalletCloseCannotPayYetCounter": "buyerWalletCloseSignals.cannotPayYet",
      "http402ClosePacketSourceBucket": "agentExecutionCommandCopy",
      "buyerProofExecutionCloseoutSourceBucket": "agentReceiptContract",
      "agentExecutionCommandCopyTelemetryAdded": false,
      "agentExecutionCommandCopyTelemetryReason": "The release keeps the buttons copy-only and avoids adding a client-side analytics call; the new source tag is still available when a buyer-run agent command reaches the unpaid 402 route.",
      "ownerLaunchSourcePreservationCreatesTraffic": false,
      "ownerLaunchSourcePreservationCallsPaidRoute": false,
      "ownerLaunchSourcePreservationExecutesPayment": false,
      "unpaidChallengeIsRevenue": false,
      "paidCompletionDefinition": "buyer-controlled x402 retry returns HTTP 200",
      "unpaidChallengeInterpretation": "GET proof CTA clicks that reach unpaid 402 are not revenue. They show a client requested the proof route before payment. A paid completion still requires buyer-controlled x402 retry and HTTP 200.",
      "buyerAgentExecutionPacketAvailable": true,
      "requiresBuyerControlledX402Retry": true,
      "noRequestBodyRequired": true,
      "usesExistingPaidResource": true,
      "samePaidResourceAs": "POST /api/opportunity-check",
      "doesNotAddThirdPaidRoute": true,
      "doesNotCallAgentRevenueAudit": true,
      "cloudflareGatewayIntegrated": true,
      "cloudflareEdgeWorkerIntegrated": true,
      "cloudflareDnsProxied": true,
      "noCloudflareApiCallMade": false,
      "noCloudflareApiCallMadeByRead": true,
      "noDnsChangeMade": false,
      "cloudflareGatewayRuleCreated": true,
      "officialCloudflareGatewayRuleCreated": false,
      "cloudflareWorkerRouteCreated": true,
      "paidCallsMadeByActionSurface": false,
      "buyerLevelDataExposed": false,
      "publicCopy": "GET /api/opportunity-check is the one-cent x402 proof link. It returns HTTP 402 until a buyer-controlled x402 client retries payment."
    },
    "publicCopy": "Action intent is a pre-revenue signal. It means a reader chose a safe next step; it does not mean payment happened.",
    "noJsIntentLinks": true,
    "noJsIntentLinkBasePath": "/action-pack/go",
    "noJsIntentLinkMethod": "GET",
    "noJsIntentLinkBehavior": "Records only aggregate intent and redirects to the existing no-spend next step.",
    "postStillAvailableForStructuredClients": true,
    "qualityBuckets": "browserLike and agentClientLike count as organic; botCrawlerLike and operatorMonitorLike are separated; unknown stays separate.",
    "rawBuyerInputStored": false,
    "buyerLevelDataExposed": false,
    "paidCallsMade": false,
    "paymentExecuted": false
  },
  "agenticTradingPaymentSafety": {
    "templateSlug": "agentic-trading-payment-safety",
    "purpose": "Payment readiness and monetization structure around agentic trading, DeFi, MCP, x402, and wallet-enabled agent tools.",
    "disclaimer": "This is payment-readiness only. ApexScout does not give trading, investment, tax, legal, lending, or compliance advice.",
    "paidCallsMade": false,
    "paymentExecuted": false
  },
  "cashRegisterPreview": {
    "mode": "unpaid-agent-revenue-audit-cash-register-preview",
    "release": "v2.2.179-cloudflare-worker-origin-release-split",
    "purpose": "Put the $5 paid-route preview next to the no-spend doorway without attempting payment.",
    "doorway": {
      "firstRead": "/api/agent-revenue-audit-builder/action-pack",
      "firstReadUrl": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack",
      "freePrepare": "/api/agent-revenue-audit-builder/prepare",
      "freePrepareUrl": "https://apexscout.ai/api/agent-revenue-audit-builder/prepare",
      "buyerPaymentScopeCheck": "/buyer-payment-scope-check",
      "buyerPaymentScopeCheckUrl": "https://apexscout.ai/buyer-payment-scope-check",
      "cashRegister": "/api/cash-register",
      "cashRegisterUrl": "https://apexscout.ai/api/cash-register"
    },
    "paidRoutePreview": {
      "route": "/api/agent-revenue-audit",
      "routeUrl": "https://apexscout.ai/api/agent-revenue-audit",
      "price": "$5.00",
      "amountAtomicUnits": "5000000",
      "network": "eip155:8453",
      "rail": "Base mainnet",
      "paymentIntent": "/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
      "paymentIntentUrl": "https://apexscout.ai/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
      "paymentIntentApi": "/api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
      "paymentIntentApiUrl": "https://apexscout.ai/api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
      "whatBuyerGets": "A structured Agent Revenue Audit response after a buyer-controlled x402 paid retry succeeds.",
      "expectedPaidCompletionSignal": "paidCompletions increases only after the paid route returns HTTP 200.",
      "previewIsFree": true,
      "paymentAttemptedByPreview": false,
      "walletConnectionRequiredForPreview": false
    },
    "buyerApprovalGates": [
      "Buyer explicitly asks to continue after the action-pack read.",
      "Free prepare returns ready_to_pay.",
      "Buyer confirms route /api/agent-revenue-audit.",
      "Buyer confirms price $5.00 and max amount 5000000 atomic USDC.",
      "Buyer confirms Base mainnet x402 retry through their own wallet/client."
    ],
    "noSpendSequence": [
      "GET /api/agent-revenue-audit-builder/action-pack",
      "POST /api/agent-revenue-audit-builder/prepare only after explicit buyer approval",
      "GET /api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
      "POST /api/buyer-payment-scope-check/check only if the buyer is ready to validate payment scope",
      "Buyer-controlled x402 retry only after approval"
    ],
    "watchSignals": [
      "auditBuilderActionPackBuyerLikeReads",
      "actionIntentCopyNoSpendActionPack",
      "auditBuilderOneClickPrepareRequests",
      "auditBuilderOrganicReadyToPay",
      "buyerPaymentScopeCheck.scopeChecks",
      "paidCompletions"
    ],
    "noSpendBoundary": {
      "readingPreviewCreatesPrepareRequest": false,
      "readingPreviewCreatesActionIntent": false,
      "readingPreviewCallsPaidRoute": false,
      "paymentExecutedByPreview": false,
      "paidUpstreamCallsMade": false,
      "walletConnectionRequiredForPreview": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false,
      "buyerLevelDataExposed": false
    },
    "privacy": {
      "aggregateOnly": true,
      "rawBuyerInputStored": false,
      "rawGeneratedPayloadStored": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionsAdded": false,
      "walletDataExposed": false,
      "paidResponseBodiesExposed": false,
      "buyerLevelDataExposed": false
    }
  },
  "walletLimitReceiptPreflight": {
    "walletLimitReceiptPreflight": true,
    "mode": "free-no-spend-wallet-limit-receipt-preflight",
    "route": "/api/agent-revenue-audit",
    "priceUsd": "5.00",
    "requiredMaxPerCallUsd": "5.00",
    "requiredSessionBudgetUsd": "5.00",
    "requiredAmountAtomicUnits": "5000000",
    "network": "eip155:8453",
    "rail": "Base mainnet x402 exact payment",
    "walletLimitReceiptPreflightNextStep": "Run free Scope Check",
    "scopeCheckQuickFillAvailable": true,
    "scopeCheckExecutionPacketAvailable": true,
    "receiptEvidenceChecklistAvailable": true,
    "paidConversionDefinition": "buyer-controlled x402 paid retry returns HTTP 200",
    "checks": [
      "maxPerCallUsd >= 5.00",
      "sessionBudgetUsd >= 5.00",
      "network === eip155:8453",
      "amountAtomicUnits === 5000000",
      "buyer approves the route, payload, budget, and x402 retry",
      "paid conversion requires buyer-controlled HTTP 200 plus payment response or receipt evidence when supported"
    ],
    "noSpendBoundary": {
      "noWalletConnection": true,
      "noPaymentExecution": true,
      "noPaidRouteCall": true,
      "noAutoRetry": true,
      "noReceiptCreatedByPreflight": true,
      "noPaymentResponseCreatedByPreflight": true,
      "approvedToRetryIsPayment": false,
      "approvedToRetryIsReceipt": false,
      "freeScopeCheckCreatesReceipt": false,
      "quickFillExecutesPayment": false
    },
    "receiptExpectation": {
      "createdOnlyAfterPaidRetry": true,
      "paidConversionRequiresHttp200": true,
      "expectedPaymentResponseHeader": "PAYMENT-RESPONSE",
      "alternatePaymentResponseHeader": "X-PAYMENT-RESPONSE",
      "receiptOrPaymentResponseIsPostPaymentEvidence": true,
      "scopeCheckCreatesReceipt": false,
      "quickFillCreatesReceipt": false
    },
    "privacy": {
      "aggregateOnly": true,
      "buyerWalletAddressStored": false,
      "rawPaymentPayloadStored": false,
      "rawReceiptStored": false,
      "rawPaymentResponseStored": false,
      "buyerLevelDataExposed": false,
      "cookiesAdded": false,
      "sessionTrackingAdded": false
    }
  },
  "paymentMandatePreviewAvailable": true,
  "paymentMandatePreview": {
    "paymentMandatePreview": true,
    "mode": "free-no-spend-payment-mandate-preview",
    "releaseGoal": "v2.2.151-payment-mandate-preview",
    "title": "Payment Mandate Preview",
    "copy": "Preview the buyer-approved route, price, budget, retry limit, network, and evidence before any buyer-controlled x402 retry.",
    "route": "/api/agent-revenue-audit",
    "routeLabel": "Agent Revenue Audit",
    "priceUsd": "5.00",
    "maxBudgetUsd": "5.00",
    "walletPerRequestCapUsd": "5.00",
    "amountAtomicUnits": "5000000",
    "network": "eip155:8453",
    "rail": "Base mainnet x402 exact payment",
    "allowedRetryCount": 1,
    "expectedPaidSuccessCondition": "buyer-controlled x402 paid retry returns HTTP 200",
    "buyerApprovedMandateFields": {
      "buyerApprovedRoute": "/api/agent-revenue-audit",
      "routeLabel": "Agent Revenue Audit",
      "priceUsd": "5.00",
      "maxBudgetUsd": "5.00",
      "walletPerRequestCapUsd": "5.00",
      "maxAmountAtomicUsdc": "5000000",
      "allowedRetryCount": 1,
      "network": "eip155:8453",
      "expectedOutput": "Agent Revenue Audit JSON after buyer-controlled paid retry",
      "expectedPaidSuccessCondition": "HTTP 200 from the paid route after the buyer-approved retry"
    },
    "requiredBuyerApproval": [
      "Buyer approves the paid route.",
      "Buyer approves the exact payload or prepared request.",
      "Buyer approves a $5.00 max budget and wallet per-request cap.",
      "Buyer approves one x402 retry on Base mainnet.",
      "Buyer understands the expected post-payment response evidence."
    ],
    "prePaymentEvidence": [
      "Action-pack read or intent is pre-revenue.",
      "Free Builder prepare can create ready_to_pay, but ready_to_pay is not payment.",
      "Free Scope Check can return approved_to_retry, but approved_to_retry is not payment.",
      "Cash Register preview can show the route and price, but preview is not payment."
    ],
    "postPaymentEvidence": [
      "Buyer-controlled x402 paid retry returns HTTP 200.",
      "Payment response evidence appears after the paid retry when the client exposes it.",
      "The paid route JSON is available only after the buyer-approved retry succeeds."
    ],
    "noSpendBoundary": {
      "previewIsFree": true,
      "paymentAttemptedByPreview": false,
      "walletConnectionRequiredForPreview": false,
      "signedMandateCreated": false,
      "signedReceiptCreated": false,
      "receiptCreated": false,
      "paidRouteCalled": false,
      "paidUpstreamCallsMade": false,
      "paymentExecuted": false,
      "prepareRequestCreated": false,
      "actionIntentCreated": false,
      "approvedToRetryIsPayment": false,
      "readyToPayIsPayment": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false
    },
    "privacy": {
      "aggregateOnly": true,
      "buyerLevelDataExposed": false,
      "rawBuyerInputStored": false,
      "rawGeneratedPayloadStored": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionsAdded": false,
      "fingerprintingAdded": false,
      "walletDataExposed": false,
      "paidResponseBodyExposed": false
    },
    "buyerControlledNextStep": "Run the free Scope Check, then retry the paid route only if the buyer explicitly approves the route, payload, budget, wallet cap, network, and x402 retry.",
    "notPaymentCopy": "This is not a signed mandate, receipt, payment, wallet approval, paid route call, or x402 retry.",
    "links": {
      "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=payment-mandate-preview",
      "paymentIntentPreview": "https://apexscout.ai/api/payment-intent?route=agent-revenue-audit&src=payment-mandate-preview",
      "paidRoute": "https://apexscout.ai/api/agent-revenue-audit"
    }
  },
  "unsignedMandatePacketAvailable": true,
  "unsignedMandatePacketIsSigned": false,
  "ap2ProofCreated": false,
  "walletApprovalCreated": false,
  "paymentExecutedByPacket": false,
  "receiptCreatedByPacket": false,
  "inlineNoSpendActionRemainsPrimary": true,
  "noAutoSubmit": true,
  "noPaymentExecution": true,
  "noPaidRouteCall": true,
  "countersRemainActionOnly": true,
  "buyerLevelDataExposed": false,
  "unsignedMandatePacket": {
    "unsignedMandatePacket": true,
    "unsignedMandatePacketAvailable": true,
    "unsignedMandatePacketIsSigned": false,
    "ap2ProofCreated": false,
    "walletApprovalCreated": false,
    "paymentExecutedByPacket": false,
    "receiptCreatedByPacket": false,
    "inlineNoSpendActionRemainsPrimary": true,
    "noAutoSubmit": true,
    "noPaymentExecution": true,
    "noPaidRouteCall": true,
    "countersRemainActionOnly": true,
    "buyerLevelDataExposed": false,
    "mode": "free-no-spend-unsigned-buyer-mandate-packet",
    "releaseGoal": "v2.2.153-unsigned-mandate-action-placement",
    "title": "Unsigned Buyer Mandate Packet",
    "copy": "Review the exact buyer authorization facts before Scope Check or any buyer-controlled x402 retry.",
    "purpose": "Compress action-pack intent into a clear no-spend approval packet: what route, price, budget, network, retry count, and evidence the buyer would authorize later.",
    "route": "/api/agent-revenue-audit",
    "routeLabel": "Agent Revenue Audit",
    "priceUsd": "5.00",
    "maxBudgetUsd": "5.00",
    "walletPerRequestCapUsd": "5.00",
    "amountAtomicUnits": "5000000",
    "network": "eip155:8453",
    "rail": "Base mainnet x402 exact payment",
    "allowedRetryCount": 1,
    "expectedPaidSuccessCondition": "buyer-controlled x402 paid retry returns HTTP 200",
    "expectedPostPaymentEvidence": [
      "HTTP 200 from the paid route.",
      "Payment response evidence when the buyer client exposes it.",
      "Agent Revenue Audit JSON returned only after the buyer-approved paid retry succeeds."
    ],
    "buyerAuthorizationFacts": {
      "buyerApprovesRoute": "/api/agent-revenue-audit",
      "buyerApprovesPayloadOrPreparedRequest": "required before any paid retry",
      "buyerApprovesMaxBudgetUsd": "5.00",
      "buyerApprovesWalletPerRequestCapUsd": "5.00",
      "buyerApprovesMaxAmountAtomicUsdc": "5000000",
      "buyerApprovesNetwork": "eip155:8453",
      "buyerApprovesAllowedRetryCount": 1,
      "buyerApprovesExpectedOutput": "Agent Revenue Audit JSON with route ladder, pricing logic, and buyer-agent payment handoff guidance.",
      "buyerApprovesPostPaymentEvidence": "HTTP 200 plus payment response or receipt evidence when supported by the buyer client."
    },
    "buyerApprovalChecklist": [
      "I approve the paid route: /api/agent-revenue-audit.",
      "I approve the exact prepared payload before payment.",
      "I approve a $5.00 maximum budget and $5.00 wallet per-request cap.",
      "I approve one buyer-controlled x402 retry on Base mainnet.",
      "I understand that HTTP 200 from the paid route is the conversion proof.",
      "I understand this packet is unsigned and does not move money."
    ],
    "scopeCheckBridge": {
      "nextStep": "Run free Scope Check",
      "href": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=unsigned-mandate-packet",
      "scopeCheckIsFree": true,
      "scopeCheckCreatesPayment": false,
      "approvedToRetryIsPayment": false,
      "buyerControlledRetryStillRequired": true
    },
    "protocolPositioning": {
      "inspiredByAgentPaymentControlPatterns": true,
      "ap2CompatibleClaimed": false,
      "officialAp2MandateClaimed": false,
      "officialVisaMastercardCoinbaseStripeGoogleAwsEndorsementClaimed": false,
      "signedVerifiableCredentialCreated": false,
      "cryptographicSignatureCreated": false,
      "legalMandateCreated": false,
      "tradingInvestmentTaxLegalLendingComplianceAdvice": false
    },
    "noSpendBoundary": {
      "packetIsFree": true,
      "signedMandateCreated": false,
      "walletApprovalCreated": false,
      "walletConnectionRequiredForPacket": false,
      "paymentAttemptedByPacket": false,
      "paidRouteCalled": false,
      "paidUpstreamCallsMade": false,
      "paymentExecuted": false,
      "prepareRequestCreated": false,
      "scopeCheckCreatedByRead": false,
      "actionIntentCreatedByRead": false,
      "readyToPayIsPayment": false,
      "approvedToRetryIsPayment": false,
      "receiptCreated": false,
      "paymentResponseCreated": false,
      "fakeTrafficCreated": false,
      "outreachPerformed": false,
      "scrapingPerformed": false
    },
    "privacy": {
      "aggregateOnly": true,
      "buyerLevelDataExposed": false,
      "rawBuyerInputStored": false,
      "rawGeneratedPayloadStored": false,
      "rawUserAgentsStored": false,
      "ipAddressesStored": false,
      "cookiesAdded": false,
      "sessionsAdded": false,
      "fingerprintingAdded": false,
      "walletDataExposed": false,
      "paidResponseBodyExposed": false
    },
    "publicSafetyCopy": "Unsigned packet only. Not a signed mandate, not AP2 proof, not a receipt, not wallet approval, not payment, and not a platform approval claim.",
    "noSpendApprovalReviewCopy": "This is a no-spend approval review packet. Payment only happens later if a buyer-controlled x402 wallet retries the paid route after explicit buyer approval.",
    "buyerControlledNextStep": "Run the free Scope Check, then retry the paid route only if the buyer explicitly approves the route, payload, budget, wallet cap, network, and x402 retry.",
    "links": {
      "scopeCheck": "https://apexscout.ai/buyer-payment-scope-check?route=agent-revenue-audit&src=unsigned-mandate-packet",
      "paymentIntentPreview": "https://apexscout.ai/api/payment-intent?route=agent-revenue-audit&src=unsigned-mandate-packet",
      "paidRoute": "https://apexscout.ai/api/agent-revenue-audit"
    }
  },
  "scenarioDoors": {
    "available": true,
    "scenarioCount": 7,
    "api": "/api/agent-commerce-scenarios",
    "humanRoute": "/agent-commerce-scenarios",
    "noSpend": true,
    "telemetryAdded": false,
    "telemetryReason": "hrefs-only, no extra tracking",
    "publicCopy": "Scenario doors are no-spend routing links. They do not mean prepare happened, ready_to_pay happened, or payment happened.",
    "noPaymentExecution": true,
    "noPrepareExecution": true,
    "buyerLevelDataExposed": false
  },
  "expectedOutcomes": [
    "ready_to_pay",
    "fix_required_fields",
    "fix_budget_cap",
    "stop"
  ],
  "actionIntent": {
    "method": "POST",
    "endpoint": "/api/agent-revenue-audit-builder/action-intent",
    "url": "https://apexscout.ai/api/agent-revenue-audit-builder/action-intent",
    "aggregateCopyAction": "copy_no_spend_action_pack",
    "allowedCopyActions": [
      "copy_no_spend_action_pack",
      "copy_prepare_payload",
      "copy_prepare_curl"
    ],
    "storesRawPayload": false,
    "storesBuyerIdentity": false
  },
  "coinbaseForAgentsStyleHandoff": {
    "sourceSignal": "Coinbase for Agents, published June 11, 2026",
    "sourceUrl": "https://www.coinbase.com/blog/coinbase-for-agents",
    "fit": "For MCP or CLI-style agents evaluating ApexScout after the Coinbase for Agents signal: fetch this no-spend action pack first, then run the free prepare check only if the buyer asks to continue.",
    "firstAgentInstruction": "Fetch https://apexscout.ai/api/agent-revenue-audit-builder/action-pack, summarize the no-spend prepare path, and do not attempt x402 payment unless the buyer approves a paid retry.",
    "baseExposurePath": "ApexScout stays on Base mainnet x402 and exposes a machine-readable first step for buyer-controlled agent clients.",
    "officialCoinbaseEndorsementClaimed": false,
    "coinbaseAccountConnectionRequired": false,
    "cdpApiKeyRequiredForThisRead": false,
    "paymentExecutedByThisHandoff": false
  },
  "paymentBoundary": {
    "noWalletConnection": true,
    "prepareIsPayment": false,
    "paidRouteCalledByPack": false,
    "paymentExecutedByPack": false,
    "walletLimitReceiptPreflightAvailable": true,
    "scopeCheckCreatesReceipt": false,
    "approvedToRetryIsReceipt": false,
    "paidConversionRequiresHttp200": true,
    "paidRoute": "/api/agent-revenue-audit",
    "unpaidCashRegisterPreview": "/api/payment-intent?route=agent-revenue-audit&src=action-pack-cash-register-preview",
    "buyerPaymentOnlyAfterReadyToPayAndWalletRetry": true
  },
  "privacy": {
    "cookiesAdded": false,
    "sessionsAdded": false,
    "rawUserAgentsStored": false,
    "ipAddressesStored": false,
    "rawBuyerInputStored": false,
    "buyerLevelDataExposed": false
  },
  "noSpendBoundary": {
    "paidCallsMade": false,
    "paidUpstreamCallsMade": false,
    "paidRouteCalled": false,
    "productionPreparePostMadeByGet": false,
    "productionPreparePostMadeByIntent": false,
    "actionIntentRecordedByGet": false,
    "paymentExecuted": false,
    "prepareRequestCreated": false,
    "fakeTrafficCreated": false,
    "outreachPerformed": false,
    "scrapingPerformed": false,
    "competitorInspectionPerformed": false,
    "directorySubmissionPerformed": false,
    "sellerWalletChanged": false,
    "settlementRailChanged": false,
    "scenarioDoorClicksCreatePrepareRequest": false,
    "scenarioDoorClicksCallPaidRoute": false,
    "scenarioDoorClicksExecutePayment": false,
    "paymentMandatePreviewCreatesPayment": false,
    "paymentMandatePreviewCreatesReceipt": false,
    "paymentMandatePreviewCallsPaidRoute": false,
    "unsignedMandatePacketCreatesSignedMandate": false,
    "unsignedMandatePacketCreatesWalletApproval": false,
    "unsignedMandatePacketCallsPaidRoute": false,
    "unsignedMandatePacketExecutesPayment": false
  }
}

AI agent start card

GET /api/agent-revenue-audit-builder/action-pack for the compact no-spend action pack. It is made for agents that need the next safe step without scraping the page.

Open action-pack JSON
{
  "name": "ApexScout Builder agent start card",
  "release": "v2.2.179-cloudflare-worker-origin-release-split",
  "mode": "no-spend-agent-start",
  "instruction": "If you are an AI or buyer-agent evaluating ApexScout, fetch the action pack, record aggregate copy/action intent only when a real user asks you to proceed, then run the free prepare check before any buyer-controlled payment.",
  "actionPackApi": "/api/agent-revenue-audit-builder/action-pack",
  "actionPackUrl": "https://apexscout.ai/api/agent-revenue-audit-builder/action-pack",
  "page": "/agent-revenue-audit-builder",
  "pageUrl": "https://apexscout.ai/agent-revenue-audit-builder",
  "firstSafeSteps": [
    {
      "step": 1,
      "action": "fetch_action_pack",
      "method": "GET",
      "endpoint": "/api/agent-revenue-audit-builder/action-pack",
      "payment": false
    },
    {
      "step": 2,
      "action": "copy_or_run_free_prepare",
      "method": "POST",
      "endpoint": "/api/agent-revenue-audit-builder/prepare",
      "payment": false
    },
    {
      "step": 3,
      "action": "stop_unless_ready_to_pay",
      "payment": false
    }
  ],
  "aggregateIntentAction": "copy_no_spend_action_pack",
  "recommendedTemplateSlug": "search-checkout",
  "recommendedSourceTag": "audit-builder-action-compression",
  "coinbaseForAgentsStyleFit": {
    "sourceSignal": "Coinbase for Agents",
    "sourceUrl": "https://www.coinbase.com/blog/coinbase-for-agents",
    "clientShape": "MCP or CLI-style buyer agent with user-controlled limits",
    "firstSafeStep": "/api/agent-revenue-audit-builder/action-pack",
    "secondSafeStep": "/api/agent-revenue-audit-builder/prepare",
    "thirdSafeStep": "/api/buyer-payment-scope-check/check",
    "paidRetryRequiresBuyerApproval": true,
    "officialCoinbaseEndorsementClaimed": false,
    "paymentExecutedByStartCard": false,
    "buyerLevelDataExposed": false
  },
  "noSpendBoundary": {
    "paidRouteCalled": false,
    "paymentExecuted": false,
    "walletConnectionRequired": false,
    "cookiesAdded": false,
    "sessionsAdded": false,
    "rawUserAgentsStored": false,
    "ipAddressesStored": false,
    "rawBuyerInputStored": false,
    "buyerLevelDataExposed": false
  }
}

When you click, you get one of four results:

  • ready_to_payyour request is ready for buyer-controlled payment.
  • fix_fieldsadd missing required information.
  • fix_budget_capraise wallet cap or budget before payment.
  • stopremove unsafe or private content before continuing.

No wallet connection. No payment. Just a readiness result.

What happens next

1. Run the free check. ApexScout fills the recommended Search-to-checkout template and prepares the request.

2. Read the result. You will see ready_to_pay, fix_required_fields, fix_budget_cap, or stop.

3. If ready_to_pay: run Buyer Payment Scope Check before any wallet retry. Scope Check is also free and does not execute payment.

Template selection is not payment. Prepare is not payment. Payment only happens if a buyer-controlled x402 wallet, Base MCP-style buyer flow, or approved x402 client retries the paid route.

Starter templates

Use a safe example to fill the four required fields.

These templates are examples only, not buyer data. They do not submit the form, call the paid route, execute x402 payment, or claim a conversion.

Fastest path: choose a template and run the free check. No payment happens.

Choose a template, then click Run free prepare check. Template selection is not payment. Prepare is not payment.

Use this template fills the form only. Run free check with this template fills the form and runs the free no-spend prepare check. Neither action spends money. Payment only happens if a buyer-controlled x402 wallet later retries the paid route.

Example template

x402 paid API builder

serviceName: Example x402 API

currentOffer: Pay-per-call API for buyer agents

targetBuyer: x402 builders and buyer agents

currentProblem: The service has working paid routes but buyers are not completing payment.

No wallet connection. No payment happens here. Payment only happens later if your own x402 wallet retries the paid route.

Example template

MCP paid tool builder

serviceName: Example MCP Paid Tool

currentOffer: MCP-compatible paid tool for AI agents

targetBuyer: AI agent operators and MCP tool users

currentProblem: The tool needs clearer pricing, route metadata, and buyer-agent checkout instructions.

No wallet connection. No payment happens here. Payment only happens later if your own x402 wallet retries the paid route.

Example template

AgentCore payment flow builder

serviceName: Example AgentCore Payment Flow

currentOffer: AgentCore-style buyer-agent payment handoff

targetBuyer: AgentCore payment builders and x402 buyers

currentProblem: The flow needs a safer handoff from discovery or OpenAPI import into buyer-approved x402 payment.

No wallet connection. No payment happens here. Payment only happens later if your own x402 wallet retries the paid route.

Example template

API monetization builder

serviceName: Example API Business

currentOffer: API service that wants to add pay-per-call monetization

targetBuyer: API founders, builders, and operators

currentProblem: The API needs a practical route ladder, pricing logic, and buyer-agent onboarding path.

No wallet connection. No payment happens here. Payment only happens later if your own x402 wallet retries the paid route.

Example template

Agentic trading payment-safety builder

serviceName: Example Agentic Trading Tool

currentOffer: Wallet-enabled agent or API for market data, DeFi workflows, swaps, rebalancing, or trading-tool automation

targetBuyer: Builders of agentic trading, DeFi, MCP, x402, and wallet-enabled agent tools

currentProblem: The tool needs safe x402 payment boundaries, budget-cap guidance, metadata hygiene, and a buyer-controlled payment handoff without giving trading or investment advice.

No wallet connection. No payment happens here. Payment only happens later if your own x402 wallet retries the paid route.

Free prepare check

Prepare the request first. Pay later only if it is ready.

This form is the action the Builder is waiting for. It checks the four required fields, the $5 wallet cap, and metadata safety without making a payment.

ready_to_pay fix_required_fields fix_budget_cap stop

A prepared request is not a paid call. Use the returned command only after the buyer wallet cap and operator approval are in place.

Free prepare result

Result before payment

Look for ready_to_pay before any buyer-controlled x402 payment. If it appears, payment still has not happened. Any other status tells you what to fix first.

ready_to_pay is not payment. Payment only happens later if a buyer-controlled x402 wallet, Base MCP-style buyer flow, or approved x402 client retries the paid route.

No prepare check run yet. Choose a template and run the free check.
Example result shape

This is an example only. It is not buyer-specific advice, not a real prepare result, and not a paid response.

{
  "status": "ready_to_pay",
  "exampleOnly": true,
  "paymentHappened": false,
  "copyPastePayload": {
    "serviceName": "Example Search-Visible Agent Tool",
    "currentOffer": "Agent tool visible in discovery/search but not converting",
    "targetBuyer": "Buyer agents searching for paid tools",
    "currentProblem": "The product is visible in discovery, but users are not moving from search result to checkout action."
  },
  "x402CommandShape": "Shown only after a real ready_to_pay prepare result."
}
Full machine-readable result
{
  "status": "not_run_yet",
  "message": "Choose a template and run the free check before using any payload or command.",
  "paymentHappened": false
}

How the Builder works

Four fields, one free readiness result.

serviceName What are you building?
currentOffer What does it sell?
targetBuyer Who buys it?
currentProblem What are you trying to fix?
  1. 1. Choose a starter template. Use a safe example to fill the required fields, including currentProblem.
  2. 2. Run the free prepare check. Prepare checks the request shape, wallet cap, and metadata before payment.
  3. 3. If ready_to_pay, copy the buyer-controlled x402 command. The Builder shows the command shape but does not run it.
  4. 4. Run Scope Check before wallet retry. Buyer Payment Scope Check is also free and does not execute payment.

Check the payment safety score before any buyer-controlled x402 spend.

Fix before paying

If anything is missing, the builder tells the buyer what to fix before payment. Missing currentProblem is caught before the paid route.

Budget-aware

If walletPerRequestCapUsd or maxBudgetUsd is below 5, the builder returns fix_budget_cap.

Payment is separate

The x402 command shape is returned for buyer-side clients only. This page does not execute payment.