Respos·ai← Back to journal
§ Integrations

Works everywhere.

One script tag, one API, one webhook URL. That is all Resposai needs to work anywhere you publish.

Website builders

Squarespace

Paste the embed snippet into a Code Block widget. Works in any section.

Webflow

Add a Custom Code Embed component anywhere on the page, or paste into the site-wide </body> injection in Project Settings.

Shopify

Paste the embed snippet before </body> in your theme's theme.liquid file, or use a Custom HTML block in the page editor.

WordPress

Use a Custom HTML block in the block editor, or paste into the footer via Appearance → Theme Editor → footer.php.

Wix

Use Wix’s “Embed HTML” widget under Add → More → HTML iFrame.

Framer

Drop an Embed component onto the canvas. Paste the snippet as the HTML source.

Messaging

WhatsApp Business

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

Any HTTP client

POST to /api/chat/[token] with { "question": "…", "conversation_id": "…" }. Works from curl, Python requests, Node fetch, Go net/http — anything.

React / Next.js

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.

iOS / Android

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.