agents.json is an open, machine-readable contract that lets any AI agent discover, browse, and purchase from any store — without store-specific integration code.
{
"store": { "name": "agentbridge-demo", "url": "https://agentbridge-demo.myshopify.com" },
"capabilities": ["discovery", "browse", "cart", "checkout"],
"endpoints": {
"catalog": "/stores/agentbridge-demo-myshopify-com/catalog",
"search": "/stores/agentbridge-demo-myshopify-com/search",
"cart": "POST /stores/agentbridge-demo-myshopify-com/cart",
"checkout": "POST /stores/agentbridge-demo-myshopify-com/checkout"
},
"products": ["The Inventory Not Tracked Snowboard", "Gift Card", ...]
}
Works with every agent and every platform
The Problem
Today, AI shopping agents are hard-coded per store. A new store means a new integration. agents.json ends that fragmentation.
Agent → custom Shopify adapter → custom Woo adapter → custom BigCommerce adapter → (repeat forever)
Agent → reads agents.json → knows exactly how to shop any compliant store. One integration, infinite stores.
Think robots.txt for search engines — but for AI agents shopping online. A single open standard, adopted everywhere, understood by every compliant agent.
How It Works
No account. No approval process. Publish the spec, and any compliant agent can shop you.
Add agents.json to your store's root domain — or deploy a Cloudflare Worker in one click.
Any compliant AI agent checks your domain for agents.json automatically, before it shops.
Agent reads your catalog, adds items to cart, and completes checkout — all through the standard interface.
See It In Action
Connect your Shopify store and watch the dashboard expose a live agents.json endpoint — ready for any compliant AI agent to start shopping.
No code. No infrastructure. One-click Shopify connection.
The Specification
Every endpoint, field, and policy declared in the document itself. No surprises, no undocumented behaviour.
Loading...
Features
Four pillars that make agents.json the most practical open standard for AI-driven shopping.
Agents find your store in milliseconds via /.well-known/agents.json — same pattern as robots.txt, trusted by every compliant agent.
Connect your Shopify store in one click. The dashboard exposes a live agents.json endpoint — no code, no infrastructure to manage.
No accounts, no auth tokens required. Agents and humans shop as guests — privacy-first, friction-minimal checkout every time.
Works with Shopify, WooCommerce, BigCommerce, or any custom stack. One spec, every platform — via Cloudflare Worker or native plugin.
Roadmap
Three phases, each building on the last. Standard first. Infrastructure second. Intelligence third.
Months 1–2
Months 2–3
Month 4+
agents.json is open and free. Implement it today and be ready when agentic commerce takes off.