Datadog
Monitoring, incident management, logs, and observability platform
Tools
| Name | Description |
|---|---|
list_monitorsList monitor definitions with optional tag and name filters. Does not mute or edit monitors. | List monitor definitions with optional tag and name filters. Does not mute or edit monitors. |
search_monitorsSearch monitors using Datadog monitor search syntax. | Search monitors using Datadog monitor search syntax. |
get_monitorGet a monitor by ID. | Get a monitor by ID. |
list_incidentsList Datadog Incident Management incidents. | List Datadog Incident Management incidents. |
get_incidentGet a Datadog incident by ID. | Get a Datadog incident by ID. |
list_eventsQuery Datadog events by time range, tags, priority, and source. | Query Datadog events by time range, tags, priority, and source. |
post_eventPost a Datadog event for deployment or incident context. This does not create or modify monitors. | Post a Datadog event for deployment or incident context. This does not create or modify monitors. |
search_logsSearch Datadog logs with a bounded query and cursor pagination. | Search Datadog logs with a bounded query and cursor pagination. |
send_logSend one log entry to Datadog HTTP log intake. | Send one log entry to Datadog HTTP log intake. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('datadog', 'list_monitors', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'datadog',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Datadog to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Datadog support?
Datadog supports 9 tools including List Monitors, Search Monitors, Get Monitor, List Incidents, Get Incident, and more.
Can I use Datadog with AI agents?
Yes. Add Datadog to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Datadog to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Datadog as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Datadog tools exposed by that workspace.
Does Datadog work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Datadog work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Datadog?
Datadog exposes 9 tools, including List Monitors, Search Monitors, Get Monitor, List Incidents, Get Incident, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Datadog be used in stateful agent workflows?
Yes. Agents can combine Datadog tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Datadog use?
Datadog uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Datadog integration cost?
The Datadog integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Datadog in minutes
Get 20,000 free action executions every month. No credit card required.