---
title: "Create Dashboard"
method: POST
path: "/analytics/dashboards"
tags: ["provider", "analytics", "analytics"]
---

# Create Dashboard

`POST /analytics/dashboards`

Create a new analytics dashboard.

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- CreateDashboardSchema — Schema for creating a new analytics dashboard.
  - `name` string, required — Name of the dashboard
  - `description` string, nullable — Optional description of the dashboard
  - `layoutConfig` object, nullable — Grid layout configuration

## Response `201`

Successful Response

- AnalyticsDashboardSchema — Schema for analytics dashboard response.
  - `id` string, required — Unique identifier for the dashboard
  - `name` string, required — Name of the dashboard
  - `description` string, nullable — Description of the dashboard
  - `layoutConfig` object, nullable — Grid layout configuration
  - `isArchived` boolean, required — Whether the dashboard is archived
  - `createdDate` string, date-time, required — When the dashboard was created
  - `updatedDate` string, date-time, nullable — When the dashboard was last updated

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
