Datadog for your agents.
Connect Datadog once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Datadog.
What agents can do with Datadog
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
datadog_validateCheck the keys: validates the API key.
datadog_list_monitorsList monitors, optionally filtered.
datadog_query_metricsQuery timeseries points over a time range. `query` is a Datadog metrics query, e.g. "avg:system.cpu.user{*}".
datadog_list_eventsQuery the event stream over a time range.
datadog_get_monitorGet details of a specific monitor by id.
datadog_create_eventPost an event to the Datadog event stream. `title` and `text` are required.
datadog_list_dashboardsList all dashboards in the account.
datadog_search_logsSearch logs with a Lucene query. Returns matching log events.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Under Organization Settings, open API Keys and copy (or create) an API key.
- Open Application Keys and create one, then copy it.
- The first field is the API key; the second is the Application key. EU-hosted? Change base_url to https://api.datadoghq.eu.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Datadog to Even: call connect_begin("datadog") on the even-connect MCP and walk me through it.
Datadog lists monitoring rules, queries metrics over time ranges, and retrieves the event stream for alerting.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.