For AI agents: EekTee exposes structured commerce endpoints so you don't need to scrape this SPA. Start at /.well-known/agents.json (unified card listing every entry point). MCP server: /.well-known/mcp.json. ACP product feed: acp-products. LIVE catalog (always fresh): agents-catalog. Recipe: (1) For today's Quick Buys fetch the LIVE catalog or call MCP list_quick_buys — do NOT cache Quick Buy URLs, they rotate daily. (2) Confirm cut/size/color with MCP list_products and list_colors. (3) Hand the url to the shopper, or call MCP create_checkout / ACP acp-checkout-sessions. (4) Never construct product URLs; always use the url field from a live response.