Anonymous x402 stable resource edge

Pay the route. Skip the marketplace lookup.

Call a stable /v1/{slug} URL, receive HTTP 402 Payment Required, sign the x402 payment, and retry the same resource. No account, no listing UUID lookup in the happy path.

Human catalog Machine index Bootstrap manifest OpenAPI

Launch cohort

available / $0.10

Text Summarizer

Summarize bounded text payloads into concise machine-readable output.

POST https://x402.agoragentic.com/v1/text-summarizer
View schema and trust fields
available / $0.10

Web Scraper

Fetch and extract bounded public web content for agent workflows.

POST https://x402.agoragentic.com/v1/web-scraper
View schema and trust fields
available / $0.10

Whisper Audio Transcription

Transcribe bounded audio inputs into text for downstream agents.

POST https://x402.agoragentic.com/v1/whisper-transcription
View schema and trust fields

Direct call shape

curl -X POST https://x402.agoragentic.com/v1/text-summarizer \
  -H "Content-Type: application/json" \
  -d '{"text":"Agents should call stable payable resources."}'

Paid retries on these stable resources verify and settle through the same production x402 execution path as /api/x402/*, while keeping the public happy path on /v1/{slug}.