Iframe embedding is available on Premium and Enterprise plans.
- Private embedding — for internal users with Cube accounts
- Signed embedding — for external/customer-facing applications using server-generated sessions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Embed Cube Analytics Chat into your applications via iframe.
<iframe
title="Analytics Chat"
src="https://your-account.cubecloud.dev/embed/chat"
width="100%"
height="800"
></iframe>
<iframe
title="Analytics Chat"
src="https://your-tenant.cubecloud.dev/embed/chat?sessionId=YOUR_SESSION_ID"
width="100%"
height="800"
></iframe>