---
title: "POST /api/agent/v1/dashboard"
method: POST
path: "/api/agent/v1/dashboard"
tags: ["/api/agent"]
---

# POST /api/agent/v1/dashboard

`POST /api/agent/v1/dashboard`

Create a new dashboard, optionally populated with saved questions.

  Pass `question_ids` to add existing saved questions as cards on the dashboard.
  Cards are automatically positioned on the grid based on their display type.

## Request body

- MetabaseAgentApiApiCreateDashboardRequest
  - `collection_id` integer, nullable — value must be an integer greater than zero.
  - `description` string, nullable
  - `name` string, required
  - `question_ids` integer[], nullable

## Response `2XX`

Successful response

- MetabaseAgentApiApiCreateDashboardResponse
  - `collection_id` integer, nullable, required — value must be an integer greater than zero.
  - `dashcard_ids` integer[], required
  - `description` string, nullable, required
  - `id` integer, required — value must be an integer greater than zero.
  - `name` string, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/08b5a2bafb4f/schema)
