create-dashboard
Create a new Datadog dashboard with customizable widgets, layout, tags, and template variables for dynamic filtering.
Instructions
Create a new Datadog dashboard with widgets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Dashboard title. Example: Production Overview | |
| layoutType | Yes | Layout type: ordered (auto-arranged) or free (manual placement) | |
| description | No | Dashboard description | |
| widgets | Yes | Array of widget definitions (each with a 'definition' key) | |
| tags | No | Tags for the dashboard. Example: ["env:prod"] | |
| templateVariables | No | Template variables for dynamic filtering |