Beta Feature — Remote MCP Servers (used by this integration) is currently in beta. Core functionality is stable, but some behaviors and interfaces may change as we continue development. Contact support if you run into any issues.
What You Can Do
Once connected, PlayerZero AI agents can:- Query monitors — Check monitor status, search for triggered alerts, and investigate monitoring gaps
- Search logs — Find relevant log entries across your Datadog environment when debugging issues
- Retrieve dashboards — Pull dashboard data and metrics to understand system behavior during incidents
- Investigate traces — Access APM trace data for end-to-end request analysis
- Cross-reference with code — Combine Datadog observability data with codebase context for faster root cause analysis
The specific tools available depend on the permissions granted to the Datadog service account you use for authentication. See the Datadog prerequisites below for details.
Prerequisites
Before connecting Datadog to PlayerZero, you need an API key and Application key from your Datadog organization.-
Create an API key in Datadog
- Go to Organization Settings → API Keys
- Click New Key, give it a name (e.g.
PlayerZero), and save it - Copy the key value — you’ll need it during setup
-
Create an Application key in Datadog
- Go to Organization Settings → Application Keys
- Click New Key, give it a name (e.g.
PlayerZero), and save it - Copy the key value — you’ll need it during setup
-
Assign permissions to the service account
- Ensure the account has the appropriate read permissions (e.g.
mcp_read) for the data you want AI agents to access - If you want agents to create or modify resources (such as muting a monitor), grant write permissions (e.g.
mcp_write) as well
- Ensure the account has the appropriate read permissions (e.g.
Setup
This connection uses PlayerZero’s Remote MCP Servers feature. Datadog authenticates via custom headers (API key + Application key), not OAuth.
- In PlayerZero, navigate to Settings → Ticketing
- Navigate to the Remote MCP Servers page and click New Connector
- Fill in the connection details:
- Name —
Datadog(or any descriptive name). Connection names must be unique within your organization. - Description — Optional. For example:
Production Datadog environment - MCP Server URL — Enter the Datadog MCP server endpoint for your region. Check Datadog’s documentation for the correct regional URL.
- Name —
- Under Project Access, choose which PlayerZero projects should have access:
- All projects — Every project in your organization can use this connection
- Specific projects — Select individual projects
- Under Authentication, select Custom
- Add two custom headers:
- Key:
DD-API-KEY→ Value: your Datadog API key - Key:
DD-APPLICATION-KEY→ Value: your Datadog Application key
- Key:
- Click Add
- Authentication failed — Verify your API key and Application key are correct
- Connection timed out — Verify the MCP Server URL is correct and the server is reachable
- Could not resolve host — Verify the MCP Server URL is correct