create-dashboard
Build custom Datadog dashboards with widgets for metrics, logs, and APM by specifying title, layout, and widget definitions.
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 |