WooCommerce and a feed storefront — 15 minutes · SDKs — about an hour · 4 ways · not just WordPress
A store on any platform becomes visible to AI agents in 15 minutes: we build and host the catalog, checkout stays with you.
Log into your Botmetria dashboard → Connection → “Agent storefront (UCP)”, paste the feed URL and press Save. We reconvert the feed every 6 hours.
Copy the generated manifest JSON from the dashboard.
Publish it at https://your-domain/.well-known/ucp (see “Serving the manifest” below) — done.
The manifest lives on YOUR domain (that is where agents look), while endpoints.catalog inside it points to the Botmetria-hosted catalog.
The manifest honestly declares checkout:false: the agent reads your catalog, prices and availability, and the purchase is completed by a human on your site. The catalog is reconverted from the feed every 6 hours.
One JSON file at /.well-known/ucp on your domain. The ready-made manifest with a copy button is in the dashboard; nginx and Apache snippets are in the guide: UCP spec & self-hosting →
A storefront does not create agent carts. When you want full checkout — the WooCommerce plugin or the PHP/Node.js SDK; your catalog and manifest are already in place.
WooCommerce plugin → · PHP SDK (Composer) → · Node.js SDK (npm) →
The storefront from a feed is part of the Pro plan (free during the beta).