Works everywhere.
One script tag, one API, one webhook URL. That is all Resposai needs to work anywhere you publish.
Website builders
Paste the embed snippet into a Code Block widget. Works in any section.
Add a Custom Code Embed component anywhere on the page, or paste into the site-wide </body> injection in Project Settings.
Paste the embed snippet before </body> in your theme's theme.liquid file, or use a Custom HTML block in the page editor.
Use a Custom HTML block in the block editor, or paste into the footer via Appearance → Theme Editor → footer.php.
Use Wix’s “Embed HTML” widget under Add → More → HTML iFrame.
Drop an Embed component onto the canvas. Paste the snippet as the HTML source.
Messaging
Register a WhatsApp Cloud API app, connect your phone number, and paste the webhook URL from the Deploy tab. Your agent replies to incoming messages automatically.
Custom / API
POST to /api/chat/[token] with { "question": "…", "conversation_id": "…" }. Works from curl, Python requests, Node fetch, Go net/http — anything.
Call the chat API from your own component. Store the conversation_id in state to maintain history. The API is stateless — you hold the ID, we hold the messages.
Use the JSON API from any mobile HTTP client. Conversation IDs are strings — safe to store in UserDefaults or SharedPreferences.
Step-by-step guides live in the documentation. The full API reference is at api-reference.