--- title: 'Datadog' description: 'Monitor infrastructure, query metrics, and manage alerts with Datadog.' --- # Datadog Monitor infrastructure, query metrics, and manage alerts with Datadog. | Detail | Value | |---|---| | Category | Dev Tools | | Base URL | `https://api.datadoghq.com` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `datadog` | ## Using Datadog in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Datadog** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /query](./get_query_devtools_querymetrics) | Query time series metrics | | [POST /series](./post_series_devtools_submitmetrics) | Submit metrics | | [GET /monitor](./get_monitor_devtools_listmonitors) | List all monitors | | [POST /monitor](./post_monitor_devtools_createmonitor) | Create a monitor | | [POST /events](./post_events_devtools_postevent) | Post an event | | [GET /dashboard](./get_dashboard_devtools_listdashboards) | List all dashboards | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.