Orbit Logo
Core Features/Orbit Flow

Export & Embeds

Orbit Flow provides multiple ways to share dashboards and components outside the Orbit App.
Exports and embeds make it easy to bring AI-generated insights into reports, presentations, or client-facing portals.


Export Options

Orbit Flow supports one-click export of any dashboard or component:

  • PNG Export → Static image file for reports, emails, or documentation.
  • SVG Export → Scalable vector export for high-resolution design use.
  • PDF Export (coming soon) → Full dashboard snapshot for offline or print-ready distribution.

Tip: Use exports when you need frozen-in-time snapshots of your data or visuals.


Embedding Dashboards

Orbit Flow also supports secure embeds, allowing live dashboards to appear in other applications:

  • Iframe Embeds → Generate a secure link that can be dropped into any website or portal.
  • Tokenized Access → Embeds can be restricted via signed JWT tokens, ensuring only authorized viewers can access live data.
  • Granular Permissions → Limit embeds by user, account, or organization.

Example embed (using your deployed Orbit instance):

<iframe
  src="https://your-orbit-instance.com/embed/dashboard/123?token=abc123"
  width="100%"
  height="600"
  frameborder="0"
></iframe>

Note: The URL will be your own Orbit Hosted deployment domain, as you host and manage the platform in your infrastructure.

Last updated on