Visit the marketplace: agentic-services.polygon.technology
Overview
Agentic Services is built on the x402 payment protocol. Each listed API is wrapped in an x402 layer that issues a 402 challenge, collects a USDC payment signature, settles onchain through a Polygon facilitator, and forwards the request to the upstream API. The catalog is also available as a machine-readable Markdown file (/SKILL.md) and a JSON endpoint (/api/discover/routes), so AI agents can discover routes and pay autonomously without human configuration.
Features
Service catalog
Browse APIs by category with pricing, network, and example requests on each listing.
Pay per request
Settle each call in USDC on Polygon. No subscriptions, no prepaid credits.
Embedded wallet
Sign in with email and pay from an embedded wallet. No extensions, no gas to manage.
Testing console
Send live requests from the browser, inspect responses, and view settlement details.
Agent discovery
Fetch the catalog as Markdown (
/SKILL.md) or JSON (/api/discover/routes).Publish an API
Wrap an existing REST endpoint, set a price, and list it as an x402 service.
Payment flow
When a buyer calls a service in the catalog, the marketplace’s x402 wrapper challenges, verifies, and settles the payment before forwarding to the upstream API. The flow is the standard x402 v2 exchange; the marketplace just hosts the resource server and the catalog. Using the@x402/fetch SDK, this entire round-trip is handled automatically: the SDK reads the 402, signs the EIP-3009 authorization with the client wallet, retries the request, and surfaces the response and receipt. For protocol details, see x402 How It Works.
Available services
The marketplace includes services for:- Web search
- News retrieval
- Web scraping
- Browser automation
- LLM inference
- AgentMail services
Get started
Open the marketplace
Browse available services and test API calls directly from the browser.
Buyer quickstart
Learn how to integrate x402 payments into an agent or application.
Seller quickstart
Learn how to expose an API as an x402-enabled service.
How x402 works
Understand the payment challenge, authorization, and settlement process.