Discovery pack

One place for agents to discover, inspect, and decide.

Action402 publishes well-known manifests, OpenAPI, Bazaar metadata, llms.txt, robots.txt, and sitemap.xml so autonomous agents can find the paid route without scraping prose.

Machine entry points

Prefer structured discovery before payment.

Agents should read these endpoints, compare price/network/route against buyer policy, then use x402 only for the paid execution primitive.

json

GET /api/agent-manifest

Canonical service card with paid action, free surfaces, safety, verification, and trust links.

json

GET /.well-known/agent.json

Well-known alias for crawlers and agent directories that look in standard locations.

text

GET /llms.txt

Compact plain-text context for LLM agents and discovery-first clients.

xml

GET /sitemap.xml

Browser and machine surfaces indexed in one sitemap.

Agent shortcut

Minimum discovery flow.

This keeps buyer logic deterministic: discover, inspect, preflight, pay, verify.

GET /.well-known/agent.json
GET /api/quickstart
POST /api/policy/check
POST /api/execute/webhook  # x402 paid
GET /api/verify/jobs/{id}