datadog
v10.0.0Available for US1 customers only. Analyze, investigate, and act on your Datadog telemetry directly from ChatGPT using natural language. Ask questions about your production applications, identify, visualize, and remediate issues in your critical services. Run agentic loops to ensure you continue to maintain good observability and service management posture.
By Datadog7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install datadog for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add datadog@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “datadog” remain stable.
- Codex:
datadog@agent-plugin-marketplace→datadog@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/datadog/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.datadoghq.com/v1/mcp
Plugin manifests1
{
"apps": "./.app.json",
"author": {
"name": "Datadog"
},
"description": "Available for US1 customers only. Analyze, investigate, and act on your Datadog telemetry directly from ChatGPT using natural language. Ask questions about your production applications, identify, visualize, and remediate issues in your critical services. Run agentic loops to ensure you continue to maintain good observability and service management posture.",
"interface": {
"capabilities": [],
"category": "Developer Tools",
"composerIcon": "./assets/composer-icon.png",
"defaultPrompt": [
"Show me a breakdown of log volume by service.",
"Show me average CPU usage for my top 10 services for the past 6 hours.",
"Where are my users coming from? Show me a chart by country."
],
"developerName": "Datadog",
"displayName": "Datadog (Preview)",
"logo": "./assets/logo.png",
"longDescription": "Available for US1 customers only. Analyze, investigate, and act on your Datadog telemetry directly from ChatGPT using natural language. Ask questions about your production applications, identify, visualize, and remediate issues in your critical services. Run agentic loops to ensure you continue to maintain good observability and service management posture.",
"privacyPolicyURL": "https://www.datadoghq.com/legal/privacy/",
"shortDescription": "Search and act on your data",
"supportURL": "https://www.datadoghq.com/support/",
"termsOfServiceURL": "https://www.datadoghq.com/legal/terms/2024-10-25/",
"websiteURL": "https://www.datadoghq.com"
},
"name": "datadog",
"version": "10.0.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[datadog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/datadog)