---
title: "Create Dashboard"
method: POST
path: "/api/v1/dashboards/"
tags: ["dashboards"]
---

# Create Dashboard

`POST /api/v1/dashboards/`

Create a new dashboard (company member; creator gets ADMIN).

## Request body

- DashboardCreate
  - `name` string
  - `description` string
  - `database_ids` string[] — Databases this dashboard may read (D1). May be empty; bind later from the detail page.

## Response `201`

Successful Response

- DashboardRead
  - `id` string, uuid, required
  - `company_id` string, uuid, required
  - `project_id` string, uuid, nullable
  - `is_favorite` boolean
  - `user_id` string, uuid, required
  - `name` string, required
  - `description` string, required
  - `status` string, required
  - `current_version_id` string, uuid, nullable
  - `bundle_url` string, nullable, required
  - `bundle_css` string, nullable, required
  - `bundle_imports` string[], nullable, required
  - `error_message` string, nullable, required
  - `is_suppressed` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 1 not diffed.

- **2026-09-03** `307ede8c429b` — 2 breaking, 2 warning, 2 info
  - the response property `project_id` became optional for the status `201`
  - response property `project_id` list-of-types was widened by adding types `null` to media type `application/json` of response `201`
  - removed the request property `project_id`
  - removed the optional property `step_id` from the response with the `201` status
  - …2 more

[Change history](https://skmtc.dev/netter/apis/dmi-backend/changes/api/v1/dashboards/post.md)

---

[API](https://skmtc.dev/netter/apis/dmi-backend.md) · [All operations](https://skmtc.dev/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/0bf1e7f0ae06/schema)
