Feature

Embed widgets

Widgets in an iframe on a partner site, JWT with baked-in filters.

A partner site receives a short-lived JWT whose claims carry mandatory filters. The frontend puts it in an iframe or passes it via postMessage. Filters are read from the claim, not the URL — spoofing via a crafted URL is structurally impossible. SDKs for vanilla JS and React (useMetricRange / useMetricLatest hooks).

Key properties

  • Embed JWT with baked-in filters — URL spoofing is impossible
  • Origin allowlist at the API-key level
  • React hooks: useMetricRange / useMetricLatest
  • Vanilla JS SDK for non-React sites
  • Templates: CPU last hour, p95 latency, error-rate badge

Related features