<script type="text/javascript">
window.MindStudioSettings = {
publicToken: "pk31251a2cb8144fc212313f91e524e17e",
appId: "ac849700-2ed0-4f95-a7a1-797c3dbeae63",
// If your site/app has its own user IDs, replace this with the ID of the
// current user. Otherwise, delete this line.
userId: "YOUR_USER_ID",
// Mount the app on an iframe with a custom ID
targetId: "mindstudio-frame",
// Log additional debugging information to the console. Disable this for
// production.
debugging: true,
options: {
// Control whether the text input automatically focuses
autoFocus: false,
// Use launch variables to set dynamic variables that are available inside
// your app at launch time. For example, if your site already knows the
// user's name, you could set a variable here called "userName" and then
// use it inside your app. Access these variables in youur preamble or
// automations with the syntax {{$launchVariables->myVariable}}
//
// Note that these variables must be set BEFORE your app loads or they
// will not be available.
launchVariables: {
myVariable: "My Value"
}
}
};
</script>
<script src="https://api.youai.ai/v1/embed.js"></script>
<iframe id="mindstudio-frame" referrerpolicy="origin" style="width:900px;height:600px;border:1px solid rgba(0,0,0,0.1);border-radius:8px;outline:none;" title="AI Embed" frameborder="0"></iframe>