Step 1 / free
Inspect x402 proof
/x402-proof
Confirm ApexScout has working Base x402 proof and aggregate-only public metrics.
v2.2.107-audit-builder-recommended-first-action / AgentCore Payments buyer guide
Explain how an AgentCore Payments-style buyer can inspect ApexScout, prepare a valid payload, and decide whether to run a buyer-controlled x402 payment.
Buyer budget facts
currentProblem and a wallet cap of at least $5.00.Step 1 / free
/x402-proof
Confirm ApexScout has working Base x402 proof and aggregate-only public metrics.
Step 2 / free
/api/agentcore-openapi.json
Load ApexScout as an HTTP API target with explicit paid and free routes.
Step 3 / free
/agentcore-payment-handoff
Choose the tiny proof path or the $5 Builder path before any buyer-controlled paid retry.
Step 4 / free
/mcp-tool-pack
Confirm route names, prices, schemas, and MCP-compatible metadata.
Step 5 / free
/agent-revenue-audit-builder
Build the $5 audit payload and catch missing currentProblem or wallet-cap issues before payment.
Step 6 / free
/buyer-agent-payment-safety
Check route contract, amount, network, wallet cap, buyer approval, duplicate-payment risk, and metadata safety.
Step 7 / free
/api/opportunity-check
Send an unpaid POST first and inspect the returned x402 requirements.
Step 8 / $0.01
/api/opportunity-check
Only a buyer-controlled wallet should execute this, and only after explicit operator approval.
Step 9 / $5.00
/api/agent-revenue-audit
Use only after the builder returns ready_to_pay and the buyer wallet cap is at least $5.00.
Command shape only
Do not execute this guide. It only describes buyer-side payment shape.
npx awal@latest x402 pay "https://apexscout.ai/api/agent-revenue-audit" \
-X POST \
-h '{"Content-Type":"application/json"}' \
-d '{"serviceName":"Example Agent API","currentOffer":"Pay-per-call API for buyer agents","targetBuyer":"x402 builders and buyer agents","currentProblem":"The service has working paid routes but needs a clearer buyer-agent conversion path.","currentPaymentRail":"base-x402","riskTolerance":"medium","source":"agentcore-payments-buyer-guide"}' \
--max-amount 5000000 \
--json
Guardrails