AI-Powered Shopping Free Shipping over $49

ShopVision Agentic Commerce API

v1.0

Machine-readable endpoints for AI agents. Browse, search, compare, and initiate purchases via ShopVision escrow. All data is structured for LLM consumption.

Protocol: ShopVision Agentic Commerce Protocol (ACP)

Payment Model

Escrow Protected

Buyer → ShopVision → Brand

Data Formats

Markdown + JSON + JSON-LD

Schema.org compatible

Agent Actions

Browse · Search · Compare · Buy

Supports MCP, llms.txt

12

Products

8

Brands

8

Categories

11

Buying Guides

Endpoints

Catalog & Listings (JSON)
GET /agent/catalog.json Full catalog — everything in one call JSON
GET /agent/products.json All products listing JSON
GET /agent/brands.json All brands listing JSON
GET /agent/categories.json All categories listing JSON
GET /agent/questions.json All buying guides listing JSON
Detail Pages (Markdown)
GET /agent/products/{slug} Product details, specs, reviews MD
GET /agent/brands/{slug} Brand profile & product list MD
GET /agent/categories/{slug} Category overview & products MD
GET /agent/questions/{slug} Buying guide details MD
Discovery Files
GET /llms.txt LLM-friendly site summary TXT
GET /llms-full.txt Full content dump for LLMs TXT
GET /ai.txt AI crawling & training preferences TXT
GET /sitemap-index.xml XML Sitemap for all pages XML

Quick Start for AI Agents

# 1. Discover full catalog (one call)
GET https://structured-commerce.demo/agent/catalog.json

# 2. Or browse by resource type
GET https://structured-commerce.demo/agent/products.json
GET https://structured-commerce.demo/agent/brands.json
GET https://structured-commerce.demo/agent/categories.json
GET https://structured-commerce.demo/agent/questions.json

# 3. Read a specific product (markdown, no JS needed)
GET https://structured-commerce.demo/agent/products/proglide-ergonomic-wireless-mouse

# 4. Read LLM-friendly summary
GET https://structured-commerce.demo/llms.txt

# 5. Purchase (human confirms on ShopVision UI)
# Payment held in escrow → brand ships → buyer confirms → brand paid
BUY https://structured-commerce.demo/products/proglide-ergonomic-wireless-mouse

Compatible AI Platforms

ChatGPTClaudeGeminiPerplexityGoogle AI OverviewsCopilotCustom MCP Clients
API