Developer Overview

In depth tools for working with your teams:

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.

• How the Sentienta Assistant Works

The Assistant runs as an embedded script on your website. It is responsible for:

  1. Connecting your website visitors to your Sentienta team.
  2. Managing user interactions and delivering responses from the assigned agents.
  3. Ensuring security by validating the Owner Key and domain restrictions.

• Adding Sentienta Assistant to Your Website

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.

• Creating an Owner Key

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.

• Steps to Create an Owner Key:

  1. Go to the Manage Keys page.
  2. Enter the list of domains where your Assistant will be active.
  3. Click Create Key and copy your new Owner Key.
  4. Use this key when initializing the Assistant on your website.

• Security Considerations

• Start Using Sentienta Assistant

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.

• Need help or have questions?

If you have questions or need help integrating a team into your website, contact us here and select Support.