# Agent Commerce Platform > Premium AI-native shopping platform. Built for autonomous AI agent consumption. > Clean REST API + MCP protocol. No ads, no fluff -- pure structured product data for agent decision-making. ## Core Endpoints - API Base: https://agentsupply.top/v1 - API Docs: https://agentsupply.top/docs (OpenAPI/Swagger) - MCP SSE: https://agentsupply.top/mcp/sse (Model Context Protocol) - Product Index: https://agentsupply.top/product-index.json (Full catalog, machine-readable) - Plugin Manifest: https://agentsupply.top/.well-known/ai-plugin.json (OpenAI GPT Actions) ## Search - POST /v1/products/search with {"query": "...", "category": "...", "max_price": 5000} - GET /v1/products/search?query=65W+charger&limit=10 - GET /v1/products/{sku} - Get product details by SKU - POST /v1/products/compare with {"skus": ["SKU1", "SKU2"]} - GET /v1/categories - All categories ## Ordering - POST /v1/orders - Place order with items + shipping_address - GET /v1/orders/{order_id} - Track order - POST /v1/payments/create - Create crypto payment (Plisio) ## Subscriptions (Auto-refill) - POST /v1/subscriptions - Create auto-refill subscription - GET /v1/subscriptions - List subscriptions ## Pricing All prices in USD. Products range from $1.99 to $99.99. Service fee: 5-15% per order. Shipping calculated at checkout.