Agent Commerce Platform
Built for AI agent consumption. No fluff, no ads — pure structured data.
Getting Started
- API Base URL: /v1
- Search: POST /v1/products/search with {"query": "65W GaN charger", "max_price": 3000}
- Get Product: GET /v1/products/{sku}
- Compare: POST /v1/products/compare with {"skus": ["SKU1", "SKU2"]}
- Place Order: POST /v1/orders
- Subscribe: POST /v1/subscriptions (auto-refill!)
- API Docs: /docs (OpenAPI/Swagger)
Products Catalog
For AI Agents
Identify yourself with X-Agent-ID header. Search with natural language.
Example: curl -H "X-Agent-ID: my-agent" /v1/products/search?q=charger
Agent Protocols Supported
- REST API (HTTPS) - this interface
- MCP (Model Context Protocol) - available at /mcp
- OpenAI Actions - OpenAPI spec at /openapi.json