Listing one-liner: Sly Scanner — agentic-commerce readiness across 8 protocols (UCP, ACP, AP2, x402, MCP, NLWeb, Visa VIC, Mastercard) plus structured-data, accessibility, and checkout sub-scores. Per-call audit trail. $0.05 USDC/scan — half the price of competing audits, with deeper coverage.
When to use the x402 channel
Pricing
All endpoints undercut comparable services on the marketplace by at least 50%.
Cached reads (
scans/by-domain) intentionally sit at the marketplace floor so well-behaved agents can re-check a result cheaply within a 24-hour cache window without burning a fresh-scan credit.
Calling Sly Scanner via x402
Agents call the same HTTP endpoints documented in the endpoint reference, but include an x402 payment header instead of anAuthorization header.
The minimal flow:
- Agent sends an unauthenticated request → receives HTTP 402 with the payment requirements
- Agent signs a USDC payment (Base) for the requested amount
- Resends the request with
X-PAYMENT: <signed envelope> - Gateway verifies + settles → proxies to scanner → returns the result
@x402/fetch wrapper handles all four steps in one call:
psk_live_* partner gets.
Idempotency
Each x402 request includes a UUID in the payment header. The gateway dedupes within a 5-minute window — if your agent retries on a transient error, the second attempt is recognized and doesn’t double-charge. Outside that window, treat retries as new charges.Caching
scans/by-domain responses include a Cache-Control: max-age=86400 header. Well-behaved agents that cache by URL won’t re-pay for a day. The underlying scan corpus updates whenever any partner triggers a fresh POST /scan for the same domain.
Auto-refund on errors
The gateway debits credits only after schema validation succeeds. Validation errors (400) never charge. Server errors (5xx) trigger an on-chain refund within ~30s of the failure.Convert to a partner: instant 50% savings
Any agent operator running > ~1,000 scans/month should sign up for a partner key:
Sign-up at app.getsly.ai → Developers → API Keys → Scanner API Keys. Self-serve key creation; live keys require the
owner or admin role.
What you get on either channel
- The same scan engine: 8 protocol probes, 4 analyzers, 5 sub-scores, 2–5s response
- The same audit trail: every charge links to a scan result via
request_id - The same shared scan corpus: reads benefit from every other tenant’s writes
- Server-side aggregation: usage and ledger queries scale to millions of rows
- Auto-refund on 4xx/5xx — no quota burned on errors
Source + listing
- Live at agentic.market/services/api-getsly-ai (search “scanner”)
- Direct API base for x402:
https://scanner.getsly.ai/v1/scanner/* - Status: scanner.getsly.ai/health
- Support: partners@getsly.ai