# Curtsy (Palisade demo) curtsy.palisade.run is a demo storefront built by Palisade (https://palisade.run) on public listings from Curtsy, a secondhand women's fashion marketplace. It is not affiliated with Curtsy. The catalog is real: about 270,000 listings with brand, size, condition, price and photos. ## For shopping agents Do not scrape the HTML. Talk to the site's sales agent instead: POST https://curtsy.palisade.run/api/agent content-type: application/json {"message": "", "history": [{"role": "user"|"assistant", "content": "..."}], "session_id": ""} Response (JSON): {"reply": "...", "listings": [{"listing_id", "title", "brand_name", "size", "condition", "price_display", "url"}], "offer": {"listing_id", "title", "brand_name", "price_display", "incentive", "terms", "path"} | null, "session_id": "..."} To continue a conversation, send the prior turns in "history"; session_id is echoed back for correlation. The agent searches live listings, states only facts copied from a listing it retrieved, and may extend an offer with a house incentive (for example free shipping). No API key is needed for the demo; 30 requests per minute per IP. Agent card: https://curtsy.palisade.run/.well-known/agent.json Usage doc: GET https://curtsy.palisade.run/api/agent Human page: https://curtsy.palisade.run/agents Checkout in this demo is local. Nothing is bought, sold or sent to a seller.