Embedding Dashboards & Widgets

AgenticBI lets you embed dashboards and widgets into external websites and applications using either a public share URL or a simple iFrame embed code. Both are available on the Team plan.

Two options are available on the Team plan:

A small AgenticBI watermark is included on embeds. To remove the watermark, customize the iFrame chrome, or use SSO / secure encrypted embeds / a white-label JavaScript SDK, you'll need the AgenticBI Enterprise plan -- contact us to upgrade.

Getting Started

AgenticBI's basic embed lets you drop a live dashboard or widget into another web page with a single URL or iFrame. The dashboard refreshes the same way it does inside AgenticBI -- viewers see your latest data without an account.

Key concepts

Shareable URL: A public URL that renders the dashboard or widget in any browser. Anyone with the URL can view the embed.

Embed code: An iFrame snippet (HTML) that wraps the shareable URL so you can drop the embed into a webpage, blog, or internal portal.

URL parameters: Optional query-string parameters appended to the shareable URL to filter the data shown or apply a theme.

Note: Basic embeds are publicly accessible -- anyone with the URL can view the dashboard. Don't use the simple URL share for data you wouldn't otherwise post on a public page. For embeds that authenticate the viewer or filter data per user, use the AgenticBI Enterprise plan's SSO / secure-hash options.

URL Embed

Simple URL Share and Embed

Use this option to share or embed a dashboard for public access without security.

To enable a public share URL, click the menu icon in the top right of the dashboard, select Sharing Options, toggle on Shareable URL, and click Save Changes. The embed code can also be used to embed the dashboard into your own portal or HTML pages. To disable the URL, return to Sharing Options and toggle it off.

Full URL example:

https://app.agenticbi.com/d/3cKltxiizxNFgxjRvanZwY2WZoiikPo5ip3EqS13cii1KdQie

Embedding with iFrame

The easiest method for embedding an AgenticBI display (dashboard or visualization) is with the copy-paste embed code. Navigate to a dashboard or visualization in AgenticBI and copy the Embed Code from the Share option.

Once acquired, this code can be pasted into HTML. This method is useful for simple embeddings, such as embedding into websites, blogs, or internal knowledge bases.

Embedding with an iFrame

<iframe width="1280" height="960" src="https://app.agenticbi.com/d/YOUR_SHARE_URL" frameborder="0" allowfullscreen></iframe>

What's available on the Enterprise plan

The AgenticBI Enterprise plan unlocks advanced embedding options that aren't available on Team:

  • Secure URL Embed -- encrypted query parameters so viewers can only see the data you allow.
  • Single Sign-On (SSO) -- pass your application's logged-in user identity into AgenticBI so embeds respect each viewer's permissions and content filters.
  • JavaScript Embed API -- programmatic embed with custom CSS, theme switching, view options, filters, and interactive controls.
  • White-label -- remove the AgenticBI watermark and brand the embedded experience as your own.
  • Multi-tenancy -- workspace-based isolation and row-level security for SaaS embedding scenarios.
  • Embedding without cookies -- token-based session handling for third-party-cookie-blocked browsers.

Contact us to enable these.