To install an AI Employee on your website using the Bubble widget use the follwing code snippet:

<script type="module">
  import Chatbox from 'https://cdn.jsdelivr.net/npm/@zappway/embeds@latest/dist/chatbox/index.js';

  Chatbox.initBubble({
    agentId: 'YOUR_AGENT_ID',
  });
</script>

Replace YOUR_AGENT_ID with the ID of your AI Employee

You can find the AI Employee ‘ID’ in the AI Employee settings under the Settings tab.

See all the available attributes in the AI Employee Reference.