Quick Start Guide
Integrating Avatars in Websites & Apps
Last updated
Integrating Avatars in Websites & Apps
This guide will walk you through the simple steps needed to integrate a Sentifyd 3D AI avatar into your website or web application. To begin, ensure you have the avatar's API key, which can be found in the Sentifyd platform under the avatar section.
Before you can deploy an avatar, you need to create and train it on the Sentifyd platform. In addition, customize the avatar widget using the customization panel provided on the avatar page. Once done, open the Website Deployment modal from the avatar page.

This is a required step to allow the avatar to be deployed on your website. Add your website domain and click on Save Domain.


Use the provided embed creator to configure and copy your avatar embed.
Exposing your avatar API key in the frontend is generally safe. This key is public and only permits interaction with the avatar, and its usage is restricted by the “allowed domains” setting—meaning the avatar cannot be deployed on unauthorized websites.
If you prefer not to expose your avatar API key at all, you can follow our Backend-for-Frontend (BFF) guide to issue short-lived access tokens instead.

Optional: Advanced customization of the Avatar
You can customize your avatar's behavior and appearance using additional attributes on the <sentifyd-bot> or <sentifyd-realtime> component. For a full list of customization options, please refer to the detailed guide on the <sentifyd-bot> / <sentifyd-realtime> Web Components.
Next, copy and add the avatar embed code to your website wherever you want the avatar to appear. Make sure the script tag is placed in the head or at the end of the body element. If you chose the toggler option, the parent size does not matter and the avatar will be deployed floating in the page's bottom-right corner.
Last updated