create_dashboard
Create a new dashboard in a project. Specify project, name, sharing option, and additional fields.
Instructions
Create a new dashboard in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). | |
| name | Yes | Dashboard name. | |
| shared | No | Whether the dashboard is shared with the project. | |
| payload | No | Additional dashboard fields (e.g. description, widgets). |