docs-mintlify/embedding/iframe/analytics-chat.mdx
Embed Analytics Chat into your application using an iframe. Let your users ask questions in plain language and get trusted answers powered by your semantic layer — without leaving your product.
Analytics Chat can be embedded with either authentication mode:
The embed URL for Analytics Chat is always the same:
<iframe
title="Analytics Chat"
src="https://your-account.cubecloud.dev/embed/chat"
width="100%"
height="800"
></iframe>
Users will be prompted to sign in with their Cube credentials when accessing the embedded chat. See Private embedding for details on the auth model.
To embed Analytics Chat for external/customer-facing applications, generate a session on your backend and pass the session ID into the iframe:
<iframe
title="Analytics Chat"
src="https://your-tenant.cubecloud.dev/embed/chat?sessionId=YOUR_SESSION_ID"
width="100%"
height="800"
></iframe>
See Signed embedding for the full session generation flow, API key setup, and a complete working example.
When using signed embedding, you can pass user attributes during session generation to personalize chat responses for each user — for example, scoping answers to a specific region, department, or tenant.