Shoppa
Agent platform
This process serves the streaming chat API, the widget configuration endpoint, and the embeddable widget bundle. The shopper-facing demo runs on the demo store at demo.shoppa.au.
Endpoints
- POST /api/chat
- GET /api/widget-config?retailerId=harlow
- GET /api/health
- GET /embed/shoppa.js
Retailer integration
<script src="https://api.shoppa.au/embed/shoppa.js"></script>
<script>Shoppa.init({ retailerId: "harlow", apiBase: "https://api.shoppa.au" })</script>Hosted proof of concept. These APIs are unauthenticated by design. CORS is a browser origin allowlist, not authentication. Do not treat this as a production-safe public API.