Create dashboard

Create a saved dashboard. Each widget carries a chart type, a grid position, and an analytics query spec validated against the dimension registry. Limited to 10 dashboards per workspace.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Request

This endpoint expects an object.
namestringRequired
layoutobjectRequired
descriptionstring or nullOptional

Response

The created dashboard.
idstring

Prefixed wire id (dash_<26 char Crockford base32>).

namestring
layoutobject
created_atdatetime
updated_atdatetime
descriptionstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error