Skip to main content

Introduction

Mindset AI provides the Chat SDK to embed the AI agent Component into your web application or portal. This documentation provides the technical instructions and important points in order to achieve that..
Before embedding an agent, you need to create the agent and set it up.
There are 2 ways to create an agent:
You may then probably need to create Contexts and upload source files (PDF, Video, Doc, …) called Context Files. There are 2 ways to do that:
Finally, you may have to give your agent access to the created Contexts, given your own users’ and tenants’ roles and permissions system.

Embedding the AI Agent

Regardless of whether your agent uses authenticated or anonymous access, there is one **Front-end **script to integrate. In the case that your agent uses the authenticated access (default mode), there is an additional **Back-end authentication **script to integrate, which is in charge of getting an authentication token from the Mindset AI system. In the case that your agent uses anonymous access, there is no need for any back-end script, but you will have to whitelist URLs in your Agent Management Studio.