Skip to main content
Connections are added inside an Access bundle. At claude.ai/admin-settings/claude-tag, open Access bundles in the left navigation, click into a bundle (or Create one), and go to its Credentials tab.
Connecting Datadog lets Claude query metrics, logs, and monitors during debugging from any channel under the bundle’s scope. You add it as a connection inside an Access bundle; the credential belongs to the agent, not to any person. Pair this connection with the Datadog plugin from Anthropic’s plugin marketplace so Claude knows how to call the API; see Attach plugins. This is an HTTP API connection, not an MCP server or a personal claude.ai connector.

Create the credential in Datadog

Create both an API key and an Application key under a service account in Datadog. The Application key carries the read scopes; restrict it to read-only roles. Datadog’s own guide for creating the credential is at docs.datadoghq.com.

Add the connection to a bundle

In the bundle, click Connect next to Datadog. The picker has two Datadog entries: Datadog for accounts on api.datadoghq.com (US1, the default site) and Datadog (US5) for accounts on api.us5.datadoghq.com. Pick the one that matches your Datadog site.
FieldValue
Claude’s API keyThe api key from Datadog
Claude’s application keyThe application key from Datadog
Allowed websitesPrefilled by the preset; override for other sites (see below)
Datadog has a separate API host per site, and a key only works against its own. If your account is on a site other than US1 or US5, override Allowed websites with your site’s API host: api.us3.datadoghq.com, api.datadoghq.eu, api.ap1.datadoghq.com, or api.ddog-gov.com. To change the host later, open the menu on this connection in the bundle’s Credentials tab and choose Edit. The Agent Proxy injects the credential at the network boundary; the model and the sandbox are not given the key. See how Agent Proxy works.

Verify the connection

In a channel under the bundle’s scope, in a new thread:
@Claude what can you access from this channel?
Datadog appears in the list once the connection is live. New connections apply to new threads only.