---
title: "Share Dashboard"
description: "Enable public sharing for a dashboard and return its share token + embed id."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Share Dashboard

Use the Speak AI MCP server tool `share_dashboard` to enable public sharing for a
dashboard and return its share token + embed id.

## What does it do?

Enable public sharing for a dashboard and return its share token + embed id.
WARNING: by default the public link resolves with no passphrase, so anyone with the
token can view the dashboard data until an owner sets one.

## Parameters

`share_dashboard` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `dashboardId` | string | Yes | Dashboard business id to share |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `share_dashboard`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Can reach systems outside Speak AI.

## Related

- [Dashboards](/mcp/tools/dashboards/) lists the rest of the Dashboards category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/dashboards/share_dashboard/index.mdx
