---
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

## Changes

- **2026-05-22** `b1dc4ea67567` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/agent/v1/dashboard/post.md)

---

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