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

Installing the plugin

Two ways to install: from the WordPress.org plugin directory once we’re approved (recommended), or by uploading the zip from install.xpay.sh (works today).

Open the Plugins page

In your WordPress admin, in the left sidebar, hover Plugins → click Add New Plugin.

Search for the plugin

In the search box on the top right, type Agentic Commerce for WooCommerce.

Install

Click Install Now on the card that shows our banner + icon.

Activate

Click Activate. You’ll be redirected to Settings → xpay.

Connect store

See Connecting your store.

System requirements

ComponentMinimumTested up to
WordPress6.26.7
WooCommerce7.09.4
PHP7.48.3
SSL (https://)required

What happens on activation

In order:

  1. The plugin registers two rewrite rules — /llms.txt and /.well-known/agentic-commerce.json.
  2. It schedules a one-time rewrite-rule flush on the next init hook.
  3. It marks itself as “ever activated” so the first-time-only welcome flow happens once.
  4. It surfaces the first-activation consent notice asking whether you want to share anonymous lifecycle telemetry. Default: off.
  5. It redirects you to Settings → xpay (skipped if you bulk-activated multiple plugins together).

The plugin does not contact xpay’s servers at activation. The first network call only happens when you click Connect store.

Verifying the install

After activation, check these in any order:

CheckWhat you should see
Plugins list”Agentic Commerce for WooCommerce” with version 0.1.7+ and status “Active”
Settings → xpayBig “Connect your store” card + an “Audit readiness” table with some yellow ⚠ Pending rows
curl https://yourstore.com/llms.txtHTTP 200, plain text starting with # <your site name>
curl https://yourstore.com/.well-known/agentic-commerce.jsonHTTP 200, valid JSON

If the curl checks fail with 404, go to Settings → Permalinks → Save Changes once (forces a rewrite flush) and retry.

What’s next

Generate your WooCommerce REST API keys (required for the connect step)

Last updated on: