A storefront from a feed — no code

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.

Three steps

1

Log into your Botmetria dashboard → Connection → “Agent storefront (UCP)”, paste the feed URL and press Save. We reconvert the feed every 6 hours.

2

Copy the generated manifest JSON from the dashboard.

3

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.

What the agent sees

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.

Where the manifest goes

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 →

Limits and the upgrade path

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).