Sentienta allows you to deploy intelligent agent teams directly onto your website through an assistant interface. This enables visitors to interact with agents that are part of a team you developed on Sentienta, providing information, assistance, and automation in real time.
The Assistant runs as an embedded script on your website. It is responsible for:
To integrate Sentienta’s Assistant, you need to include the following inline script on each page where the Assistant should appear:
<script src="https://www.sentienta.ai/js/chatbot_v1.js"></script>
<script>
SentientaChatbot.init({
ownerKey: 'YOUR-OWNER-KEY', // Your unique key
domain: 'YOUR-DOMAIN.com', // Your website's domain
team: 'Your Team Name', // Your Sentienta team handling chats
agents: 'Agent1, Agent2' // List of agents that you want to participate
});
</script>
Important: Replace `"YOUR-OWNER-KEY"` and `"YOUR-DOMAIN.com"` with your actual Owner Key and website domain.
Before embedding the Assistant, you need an Owner Key. This key is required to authenticate and authorize Assistant access to your website. You can generate and manage your Owner Key in the Manage Keys section.
Once you've set up your Owner Key and added the inline script to your website, your Assistant will be fully operational. Visitors will be able to chat with your Sentienta team directly from your site.
If you have questions or need help integrating a team into your website, contact us here and select Support.