domo/embed-analytics

Embed Domo cards and dashboards into external websites using iframes and tokens.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill domo-embed-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domo/embed-analytics
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/domo/embed-analytics
Command: npx skills add https://github.com/MantisWare/BizForge --skill domo-embed-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Embeds Domo content such as cards and dashboards into external websites or applications, enabling seamless, interactive analytics within your own UI.

Core Features & Use Cases

  • Embed private and public Domo content through tokens and iframe configurations.
  • Mitigate Safari third-party cookie issues with header-based auth, enabling reliable cross-domain analytics.
  • Use backend samples in multiple languages to generate embed tokens and integrate with existing tech stacks.

Quick Start

Run the embed-analytics flow to generate a token and embed a Domo card in your frontend.

Frequently Asked Questions about domo/embed-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed Domo dashboards into an external website?

To embed Domo dashboards into an external website, you configure an iframe and use backend token generation to enable seamless, interactive analytics integration directly within your UI.

Why do my embedded Domo analytics fail to load in Safari?

Embedded Domo analytics fail in Safari due to third-party cookie restrictions; you can mitigate this by implementing header-based authentication to enable reliable cross-domain analytics.

How do I generate Domo embed tokens using Python or Node.js?

You generate Domo embed tokens using Python or Node.js by running backend examples that handle authentication patterns, ensuring secure content delivery before configuring your frontend iframe.

Can I apply programmatic filters to Domo cards embedded in my application?

Yes, you can apply programmatic filters to Domo cards embedded in your application, allowing you to dynamically control the data views shown to users within your external sites and apps.

Does this support responsive sizing for embedded Domo iframes?

Yes, this supports responsive sizing requirements for embedded Domo iframes, ensuring that your integrated cards and dashboards adapt correctly to different screen dimensions across external applications.

What is the best way to handle cross-domain authentication for embedded analytics?

The best way to handle cross-domain authentication for embedded analytics is using header-based auth and embed tokens, which securely validates users and bypasses browser cookie limitations.