New embed options

We have allowed dashboards to be embedded through iframes since we launched, but now we're taking things a step further by creating two new embeddable objects - a list of all dashboards available as well as a new copilot component.
Change to the base url
The base url of all embed objects has changed from https://dashboard.onvo/ai/embed to https://embed.onvo.ai. This will let us make sure the embed platform has high availability and uptime and is ready for the unique challenges of making a webpage secure in an embedded iframe environment.
New dashboard list embed
You can now embed a list of all dashboards for an embed user. The URL structure look like:
https://embed.onvo.ai/dashboards?
token=<token>&
variant=<grid|list>&
theme=<light|dark|system>&
title=Dashboards

You can change any of the query parameters to change how the embed looks:
variant: Can be set to either grid
or list
. The default is grid
.

theme: Can be set to light
, dark
or system
. The default is system
.

title: Can be set to any string, the default is Dashboards

You can get the url to the dashboards page for any embed user by heading to the embed user page on the dashboard and clicking on 'Go to dashboard embed page'

New copilot embed
Along with the list of all dashboards, you can now embed just the copilot for any single dashboard. The URL structure look like:
https://embed.onvo.ai/copilot/<dashboard-id>?token=<token>

This lets your users ask questions and get rich, detailed answers based on data from your platform.