Embedding a dashboard

Putting a live dashboard inside another website.

A dashboard can be embedded in another page as a live, interactive view.

How it works

Enable embedding and you get a snippet to paste into your site. The embedded view is chrome-less — no application navigation, just the dashboard — and it resizes itself to fit its container.

The embed token

Embedding is granted by a token in the URL. That token is the credential: anyone holding it can view that dashboard.

  • Rotating the token immediately invalidates every existing embed.
  • Turning embedding off revokes access at once.
  • Treat the snippet as a secret in the same way you would an API key.

Theme and fit

An embed can follow the host page's light or dark theme, or be pinned to one. It can fit the container's width or keep the dashboard's designed size.

When an embed shows everything

By default an embed shows what the owner sees. If different viewers of the same embed should see different rows, that is row-level security with signed embeds.