Home / The Index / Datadog
Developing

How agent-ready is Datadog?

Independent agentability audit of Datadog, scored across the 8 principles of Agent Factors Engineering — how well AI agents can parse, navigate, and operate it.

Audited June 12, 2026 · Rubric v0 · 3 page(s) evaluated

Audit summary

Datadog's agentability audit reveals a score of 36/100 on its homepage, indicating significant friction for autonomous AI agents attempting to parse and interact with the platform. While machine readability scores well at 87/100, the site struggles with transparency (0/100), defaults (18/100), and shadow UI avoidance (15/100). These gaps mean agents face difficulty understanding system state, predicting outcomes, and operating controls reliably.

The pricing page (40/100) and documentation (25/100) show similar patterns. Strong HTML structure supports basic parsing, but the absence of transparency mechanisms—such as confidence indicators, audit logs, or source citations—leaves agents unable to validate outputs or trace decisions. Combined with weak defaults and control patterns, this creates an environment where agents must rely heavily on trial-and-error rather than predictable interaction patterns.

Improving agent-readiness will require addressing transparency fundamentals and strengthening interactive affordances. The technical foundation for machine parsing exists; the challenge lies in surfacing system reasoning and providing clearer operational guardrails.

Score by principle

Machine Readability87 / 100
Chunking42 / 100
Control45 / 100
Status35 / 100
Defaults18 / 100
Clean Handoffs50 / 100
No Shadow UI15 / 100
Transparency0 / 100

Key findings

Defaults
Pre-fill inputs with sensible defaults wherever a reasonable one exists.
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Transparency
Offer a one-line summary plus an expandable drill-down for important results.
Transparency
Attach source references or input citations (link or id) to generated outputs.
Control
Gate destructive actions behind an explicit, distinctly-labelled confirmation step — not a same-styled button.
Control
Support undo/override on completed actions (an 'Undo' on destructive changes, editable results).
Machine Readability
Among the stronger areas for Datadog, scored 87/100.
Clean Handoffs
Among the stronger areas for Datadog, scored 50/100.

How Datadog could improve its score

To improve agentability, Datadog should prioritize the following concrete changes:

  • Expose an activity or audit log that records system actions in machine-readable format, providing agents with a visible activity feed and corresponding JSON event log to track state changes.
  • Add source references or input citations to generated outputs, allowing agents to trace data provenance and verify information origins.
  • Pre-fill form inputs with sensible defaults wherever reasonable values exist, reducing the cognitive load on agents navigating configuration workflows.
  • Clearly distinguish publicly accessible content from authentication-required areas, enabling agents to plan interaction paths without encountering unexpected authorization barriers.
  • Gate destructive actions behind explicit, distinctly-labeled confirmation steps rather than same-styled buttons, giving agents clear signal before irreversible operations.
  • Provide one-line summaries with expandable drill-downs for important results, allowing agents to efficiently scan information hierarchies and selectively retrieve detail.

Work at Datadog? Re-audit any page free.

Scores refresh automatically when we re-crawl — or run an instant audit on any URL now.

Run a free audit

Embed this score

Show your agent-readiness in your docs or README. The badge links back to this live report.

<a href="https://agentability.io/index/datadog.html"> <img src="https://agentability.io/badge/datadog.svg" alt="Datadog — Agentability score 36/100 (Developing)" /> </a>