Add your AI chatbot to any website in minutes. Choose your platform and follow the simple integration steps.
Get your chatbot running on any platform
We'll provide you with your unique chatbot ID and API base URL after setup.
Select your website platform from the examples below and copy the integration code.
Paste the code into your website and deploy. Your chatbot will be live instantly!
Choose your platform and copy the code
<!-- Add this before closing </body> tag -->
<script>
window.CHATBOT_ID = 'YOUR_CHATBOT_ID_HERE';
window.CHATBOT_API_BASE = 'https://example-chatbot-website.com';
</script>
<script src="https://example-chatbot-website.com/embed.js"></script>
YOUR_CHATBOT_ID_HERE
with your actual chatbot IDhttps://example-chatbot-website.com
with your API base URL</body>
tag