Construct the Embed URL
Construct the special embed URL for your Dashboard and append the newly generated JWT in the authentication stage.-
Take your original Dashboard URL and insert
/embed/before the Dashboard’s name and ID. -
Append the JWT as a
tokenquery parameter. The URL should look like the following:- Original URL:
https://<customer>.askwisdom.ai/dashboards/name-id - Final Embed URL:
https://<customer>.askwisdom.ai/dashboards/embed/name-id?token=<JWT_FROM_STEP_1>
- Original URL:
-
You can now use this URL as the
srcfor an<iframe>in your application:
URL Update: Story to DashboardThe embedding URL has been updated to use
/dashboards/ instead of /stories/.If you are currently using an older URL containing /stories/, it will continue to work and does not require immediate replacement.Validation
To validate that the process worked, open the final embed URL in your browser. The WisdomAI Dashboard should load correctly without prompting for a login. If you encounter an error, please refer to the troubleshooting steps below.Related Operations
Embed Chat
Discover how to embed conversational AI chat interfaces
Impersonate User API
Detailed documentation for the authentication API