enable_embedded_dashboard
Enable embedding for a dashboard and retrieve its embed UUID, specifying allowed domains for external embedding via Superset SDK.
Instructions
Enable embedding for a dashboard and return its embed UUID.
The returned UUID is used to embed the dashboard in external applications via the Superset embedded SDK.
Args: dashboard_id: The dashboard ID to enable embedding for. allowed_domains: List of domains allowed to embed (e.g. '["app.example.com"]'). Pass an empty list to allow all origins. dry_run: If True, preview the action without executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ||
| allowed_domains | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |