The Toolkit for Agentic Commerce
Prepare your e-commerce store for AI agents with our suite of free diagnostic and implementation tools.
UCP Checker
Run a 15-point diagnostic check on your store's /.well-known/ucp profile to ensure strict compliance with Google's Universal Commerce Protocol.
UCP Builder
Don't have a UCP profile? Visually construct a valid JSON payload declaring your store's supported AI capabilities and transactional endpoints.
ACP Checker
Check if your store is optimized for AI agents. Run automated heuristics on your robots.txt, llms.txt, and structured data.
ACP Builder
Generate your llms.txt, robots.txt AI crawler rules, and JSON-LD structured data in one guided workflow. No coding required.
AI View Simulator
Enter any product URL and see exactly what an AI agent sees. Discover if your critical data is hidden behind client-side rendering.
llms.txt Generator
Generate a standardized llms.txt markdown file to explicitly guide LLM crawlers to your sitemap, API docs, and return policies.
Learn the Mechanics of Agentic Commerce
Not sure where to start? Check out our Resources Hub for deep-dive tutorials on structured data, UCP compliance, and optimizing your store for autonomous agents.
Read the Guidesimport { agent } from 'commerce-ai';
const task = agent.shop({
intent: "running shoes",
budget: 150
});
task.execute();