← Back to the docs

Shopping agent — live demo

A chat surface over the same young women’s-fashion catalog as /demo — tops, bottoms, dresses, footwear, and outerwear. Ask for something in plain language and the agent runs a real /v1/search, renders real product cards, and can find visually similar piecesfor any item — an image-similarity search on that product’s own photo. The assistant’s wording is templated, not LLM-generated; a small server route holds the demo credentials so no key ever reaches the browser.

Shopping assistant
Hi! I’m a shopping assistant for a young women’s fashion catalog — tops, bottoms, dresses, footwear, and outerwear. Tell me what you’re after — try one of these, or type your own:

Live results from the shared demo catalog (merchant 98334572911) via a server-side POST /v1/search — the same call the search_products_trimodal MCP tool makes. “More like this” runs a visual (image) similarity search on that product’s own photo (query_image_url). The assistant’s wording is templated (no LLM); every product and price is real. Your messages go to a demo-scoped proxy; no key is exposed to the browser.