Add an AI Agent
to any website in
one line of code
Drop in a script. Your AI learns your site instantly. No setup required.
<script src="https://www.livetok.ai/widget/dist/livetok-widget.min.js"></script>How it works
1
Add the script
Paste one line of code into your website
2
AI learns your site
Automatically crawls and indexes your content
3
Instant support
Visitors get accurate answers immediately
Zero configuration
Works out of the box. No API keys, no dashboard setup, no training data.
Learns automatically
Crawls your site and builds knowledge instantly. Updates as your content changes.
Voice, SMS & WhatsApp
Connect the same AI agent to voice calls, SMS, and WhatsApp. One brain, every channel.
Works everywhere
Any website, any framework. Just add the script and you're done.
Try it on any website
Open your browser console and paste this:
(function() {
const script = document.createElement('script');
script.src = 'https://www.livetok.ai/widget/dist/livetok-widget.min.js';
script.async = true;
document.body.appendChild(script);
})();