INZARA Embed Playground

Paste a workspace-scoped management API key, pick a resource, and see the SDK render live. Your key is never persisted — it's used once against/api/mgmt/v1/embed/sessionsto mint a short-lived viewer JWT.

Copy this into your app
import { InzaraEmbed } from '@inzara/embed-react';

<InzaraEmbed
  host="https://inzara.com"
  token={jwtFromYourBackend}
  resource="kpi-monitor"
  onEvent={(ev) => console.log(ev)}
  onTokenRefresh={(next) => saveForNextMount(next)}
/>