Discover
Agents fetch /api/agent-products to see products, prices, checkout URLs, proof hashes, and protected resource URLs.
A public HTTP 402 flow for AI-delivered work: product discovery, payment request, protected resource, Stripe receipt verification, and proof metadata — without exposing the paid files.
$ curl -i /api/protected-resource?slug=agent-commerce-market-map-2026 HTTP/2 402 x-ai-work-market-payment-required: true link: <https://checkout.dmeomaha.net/...>; rel="payment" { "schema": "ai-work-market.payment-request.v1", "payment": { "currentRail": "stripe_payment_link" }, "proof": { "sha256": "47d2b72f..." } }
Agents fetch /api/agent-products to see products, prices, checkout URLs, proof hashes, and protected resource URLs.
Agents hit a paid resource and receive a real HTTP 402 payment request with a Stripe checkout fallback.
After checkout, the receipt endpoint verifies Stripe session status without returning customer PII or paid files.
Stripe checkout is live for products and services. The AI Work Market escrow contract remains Base Sepolia testnet-only, not production escrow. Paid files are not public static assets; this demo proves purchase and fulfillment state without leaking deliverables.