Skip to Content
🚀 {xpay✦} is building the future of x402 payments - Join the developer beta →
MerchantsAgentic Commerce RoadmapOverview

Agentic Commerce — Platform Roadmap

xpay✦ ships open-source plugins that expose your eCommerce storefront to AI-agent buyers — without locking you into a single protocol or payment rail. Every plugin in the agentic-commerce-for-* family implements ACP, UCP, and AP2 out of the box and works with your existing payment gateway.

New to the protocols? Start with the ACP vs UCP vs AP2 comparison. It’s a side-by-side technical breakdown of how the three open standards differ on governance, transport, request integrity, and capability coverage.

Platforms

Live

Next up

The next five first-party plugins, ordered by engineering cost ascending so cheap wins land first and the shared template + schema packages compound:

PlatformRepoStatus
commercetoolsxpaysh/agentic-commerce-for-commercetoolsScaffolded
BigCommercexpaysh/agentic-commerce-for-bigcommercePlanned
Magento / Adobe Commercexpaysh/agentic-commerce-for-magentoPlanned
Shopify (App Store)xpaysh/agentic-commerce-for-shopify-appPlanned
Salesforce Commerce Cloudxpaysh/agentic-commerce-for-salesforce-commercePlanned

The Shopify play is intentionally a Shopify App rather than a plugin — a multi-protocol, multi-rail layer on top of Shopify’s UCP-native flow. It composes with Shopify’s own agentic toolkit rather than competing with it.

Long-tail — template + community

PrestaShop, Saleor (multi-protocol port of the official Saleor MCP), OpenCart, Shopware, Spree, Sylius, nopCommerce, Drupal Commerce, Ecwid. Most are community-PR-driven against the shared plugin template . A contributor guide and bounty program will land alongside the template release.

What every plugin does (real standards, no invented files)

The plugin family is built on only externally-verifiable discovery standards. We do not emit invented /.well-known/ URIs.

File / standardAction
/llms.txt (llmstxt.org )Emit. Markdown, lists product API + checkout flow + OAuth + terms.
schema.org JSON-LD (Product, Offer, AggregateOffer, BreadcrumbList)Emit on PDPs and listing pages.
robots.txt with explicit allow/disallow for real AI crawlers (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, CCBot, Amazonbot)Honor via opt-in allowlist.
/.well-known/agent-card.json (A2A 1.0 , IANA-registered)Watchlist — feature-flagged.
/.well-known/oauth-protected-resource (RFC 9728 )Use for UCP OAuth Identity Linking.

Protocol endpoints (real, not discovery files)

ACP, UCP, and AP2 don’t define a /.well-known/ discovery file — each handles discovery differently:

  • ACP — per-session capability negotiation inside POST /checkout_sessions.
  • UCP — out-of-band OAuth Identity Linking, then RFC 9421 signed requests.
  • AP2 — signed mandates accepted alongside the merchant’s existing checkout.

The plugin implements all three real surfaces; each merchant’s /llms.txt documents which are exposed.

Why open-source

  • No protocol lock-in. Every plugin speaks ACP + UCP + AP2 from day one — you’re not betting on which spec wins.
  • No rail lock-in. Cards, Stripe MPP , x402 , stablecoins — pick the rail your buyers use.
  • Two-mode operation. Run standalone (zero xpay backend, discovery-only) or commercial (connect to xpay backend for catalog hosting, analytics, multi-region).
  • GPLv2 / Apache-2.0. No surprises; community-PR-friendly.

Curated index of the ecosystem

The awesome-agentic-commerce  registry tracks every plugin in the family plus vendor-built and community-built siblings (Shopify-AI-Toolkit, Saleor MCP, Forter TACP, NVIDIA Retail-Agentic-Commerce blueprint, etc.). Star-velocity and last-push-date are auto-updated.

Contribute a plugin

Building for a platform we haven’t covered? The plugin template  is the starting point. PRs welcome on every repo in the family.

See also

Last updated on: