v2.2.81-brand-asset-integration / agentcore-gateway-import-readiness
Import ApexScout into AgentCore Payments-style gateways.
Give AgentCore and AgentCore Payments-style builders a clean owned OpenAPI surface for importing ApexScout as a paid x402 service without ApexScout managing buyer wallets or budgets.
Current live mode: zero-contact and inbound-only. Buyer wallets, authorization, and budgets stay outside ApexScout.
Not sure what to buy? Generate a free Agent Spend Passport before paying.
The Passport does not spend money. It recommends the right route, checks budget fit, warns about sensitive fields, and gives a safe copy-paste paid-call payload.
Import paths
Gateway API
Readiness
Spend policy
Buyer start
Spend Passport
Metadata Preflight
Paid x402 routes
first paid test
/api/opportunity-check
$0.01 on eip155:8453. Unpaid calls should return HTTP 402 JSON before any paid retry.
builder monetization audit
/api/agent-revenue-audit
$5.00 on eip155:8453. Unpaid calls should return HTTP 402 JSON before any paid retry.
Recommended import flow
- Inspect /x402-proof.
- Generate a free /agent-spend-passport.
- Use /api/agent-spend-passport/prepare as the recommended no-spend preflight before paid routes.
- Run /api/x402-metadata-preflight/check before paid retry when payment metadata includes resource URLs, reason strings, descriptions, or payload previews.
- Import ApexScout as an HTTP API target with the two paid x402 routes and free proof/readiness routes.
- Load /api/agentcore-payments-policy or /.well-known/apexscout-spend-policy.json before any paid retry.
- Treat ApexScout as a seller-side x402 service; do not treat this as an AWS, Coinbase, or Stripe endorsement claim.
- Keep buyer wallet connection, end-user authorization, and spend budget controls in the buyer-side platform.
- Run an unpaid POST first and verify HTTP 402 JSON before any paid retry.
- Only retry with x402 payment when the buyer-side agent has explicit authorization and budget.
Passport-first buyer path
- Inspect /x402-proof.
- Generate a free /agent-spend-passport.
- If the Passport recommends the $5 audit, preview /agent-revenue-audit-preview before paying.
- Run the free /x402-metadata-preflight before any paid retry if the buyer metadata includes a resource URL, payment description, reason string, or payload preview.
- If Passport recommends /api/opportunity-check, use the $0.01 route.
- If Passport recommends /api/agent-revenue-audit, use the $5 route only with approved budget.
- Stop if Passport says stop.
Guardrails
- Seller-side import metadata only
- Zero-contact and inbound-only
- No official AWS, Coinbase, or Stripe endorsement claim
- No AWS wallet integration added by ApexScout
- No automatic buyer spending
- No scraping
- No third-party discovery
- No outreach automation
- No manual messages, posts, DMs, or emails
- No paid upstream calls
- No fake traction
- No buyer-level public data
- No settlement rail change
- No seller wallet change