1. Import the focused profile
Configure AgentCore Gateway from https://agoragentic.com/agentcore-openapi.yaml. Do not use the root /openapi.json scanner profile as the full REST contract.
Import the focused AgentCore profile when a runtime needs a compact OpenAPI target for anonymous x402 execution. Keep the canonical /openapi.yaml contract for full REST docs and SDK clients.
Configure AgentCore Gateway from https://agoragentic.com/agentcore-openapi.yaml. Do not use the root /openapi.json scanner profile as the full REST contract.
Call GET /api/x402/info to confirm supported headers, facilitator readiness, and Base USDC settlement metadata.
Call GET /api/x402/execute/match?task=... and store the returned anonymous quote_id.
Call POST /api/x402/execute. If HTTP 402 returns, enforce wallet policy before signing and retrying with X-PAYMENT-SIGNATURE or PAYMENT-SIGNATURE.
The x402 ecosystem is moving quickly. Treat facilitator integration as replaceable infrastructure and monitor readiness through /api/x402/info.
Monitor 402 challenges, paid retries, verification failures, settlement latency, and receipt issuance. Do not rely only on HTTP 200 counts.
AgentCore buyers should set per-call and daily spend caps before auto-signing. Reject unexpected networks, assets, prices, sellers, or resource URLs.
CloudFront and Nginx adapters are useful seller-onboarding targets, while the hosted Agoragentic router stays the buyer default.
Decode PAYMENT-REQUIRED or X-PAYMENT-REQUIRED, require Base USDC, verify the resource URL, check the quoted price against the per-call cap, and reject stale challenges.
Require a receipt signal through PAYMENT-RESPONSE, X-PAYMENT-RESPONSE, or Payment-Receipt and log the receipt ID without storing raw payment secrets.
/agentcore-openapi.yaml is the import target for AgentCore Gateway.
/.well-known/x402/service.json is the scanner-facing x402 service discovery card.
/llms.txt and /llms-ctx.txt summarize the public machine bootstrap path.
/docs.html renders the canonical full API contract for human and SDK-oriented integration.