{"@context":"https://schema.org","@type":"WebAPI","name":"SiteAI Agent Commerce API","description":"API for AI agents to discover products, negotiate prices, and complete purchases on SiteAI-powered websites.","version":"2.0","provider":{"@type":"Organization","name":"SiteAI","url":"https://siteai.app"},"documentation":"https://siteai.app/docs/agent-api","endpoints":[{"name":"Product Info","path":"/api/agent/info","method":"GET","description":"Get product and pricing information for a site","parameters":[{"name":"site","type":"string","required":true,"description":"Site API key"}],"headers":[{"name":"x-agent-id","type":"string","required":false,"description":"Your agent identifier"},{"name":"x-agent-name","type":"string","required":false,"description":"Your agent name"},{"name":"x-agent-provider","type":"string","required":false,"description":"Your provider"}]},{"name":"Negotiate","path":"/api/agent/negotiate","method":"POST","description":"Request a discount on a product","body":{"siteKey":{"type":"string","required":true},"productId":{"type":"string","required":false},"requestedDiscount":{"type":"number","required":false},"budget":{"type":"number","required":false}}},{"name":"Checkout","path":"/api/agent/checkout","method":"GET","description":"Redirect to payment page","parameters":[{"name":"domain","type":"string","required":true},{"name":"product","type":"string","required":false},{"name":"discount","type":"number","required":false},{"name":"agent","type":"string","required":false}]}],"schemas":{"Product":{"type":"object","properties":{"@context":{"type":"string","example":"https://schema.org"},"@type":{"type":"string","example":"Product"},"name":{"type":"string"},"description":{"type":"string"},"url":{"type":"string"},"pricing":{"type":"object","properties":{"plans":{"type":"array"},"currency":{"type":"string"}}},"negotiation":{"type":"object","properties":{"available":{"type":"boolean"},"discountRange":{"type":"object"},"autoApproveUpTo":{"type":"number"}}}}}},"rateLimit":{"requests":60,"window":"1 minute"},"contact":{"email":"support@siteai.app","documentation":"https://siteai.app/docs"}}