WooCommerce and a feed storefront — 15 minutes · SDKs — about an hour · 4 ways · not just WordPress
One plugin switches on all three modules: agent selling, analytics and bot control.
The zip is in your dashboard, section “Connection” (Download button). The plugin is submitted to the WordPress.org directory and will appear there soon.
WP admin → Plugins → Add New → Upload Plugin. After activation a Botmetria section appears in the settings.
Cloud URL, api_key and hmac_secret are shown in the dashboard on the same page — copy them into the plugin settings and press “Test connection”.
Run the demo on your domain: the agent reads the manifest and the catalog and builds a cart.
UCP: manifest, catalog and agent checkout (hand-off into your native cart)
Analytics: AI bots with IP verification, visits and orders from AI
Bot control: modes, anti-spoofing, block lists
llms.txt and markdown twins of your pages for agents
JSON-LD and product feeds (ACP/XML)
Weekly email report for the owner
The manifest must answer on your domain:
curl https://your-store.com/.well-known/ucp
And run the live purchase demo on your domain:
Something off? The Help page covers the typical cases (cache plugins, robots.txt, permissions): Help →