Skip to main content
Create an empty dashboard — the page a set of reports is shown on. The dashboard is created with no tiles, and comes back here with its id and a link to it — reuse that id rather than looking the dashboard up again, which can miss a creation this recent. Reports are pinned onto it from the Qobra web app. Available only where the Qobra write tools beta is enabled. Every write to the live environment is recorded in the audit trail as the Qobra MCP agent; writes to a sandbox are not audited.

Parameters

Body

string
required
Display name of the dashboard, as people will read it in Qobra — ‘Q3 board review’, ‘EMEA performance’.
string
Optional free-text note about what the dashboard is for.
string
Id of the sandbox to create the dashboard in — the id list_sandboxes returns. Omit it to create the dashboard in the live environment. Only a sandbox id is accepted here — never a sandbox name, and never the live environment’s own id.

Response

Body

object
The dashboard as it now exists — the same row list_dashboards returns, so the id can be reused straight away.