Home / The Index / OpenAI
Developing

How agent-ready is OpenAI?

Independent agentability audit of OpenAI, 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

OpenAI's public website scored 40/100 on agentability for its homepage, with lower scores on pricing (12/100) and documentation (32/100). These scores indicate that autonomous AI agents will face moderate to significant friction when attempting to parse information, navigate flows, or programmatically interact with the site.

The audit identified three principles as critical weaknesses: transparency (0/100), shadow UI avoidance (15/100), and defaults (33/100). Machine readability (69) and status signaling (65) performed relatively well, while chunking (41), control (48), and clean handoffs (50) fell in the middle range. The transparency score of zero reflects a complete absence of confidence indicators, source citations, audit logs, and explanatory affordances that agents require to assess reliability and trace decisions.

These gaps mean that while agents can technically read page content, they lack the metadata, control signals, and structured outputs needed to operate confidently or recover gracefully from errors. Improvements in the lowest-scoring principles would yield the most significant gains in agent-readiness.

Score by principle

Machine Readability69 / 100
Chunking41 / 100
Control48 / 100
Status65 / 100
Defaults33 / 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.
Transparency
Expose an activity/audit log or a 'why this result' affordance that records system actions in machine-readable form (a visible activity feed plus a JSON event log).
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Machine Readability
Among the stronger areas for OpenAI, scored 69/100.
Status
Among the stronger areas for OpenAI, scored 65/100.
Clean Handoffs
Among the stronger areas for OpenAI, scored 50/100.

How OpenAI could improve its score

The following improvements, drawn directly from the audit findings, would address OpenAI's weakest agentability principles:

  • Add structured data markup (JSON-LD using schema.org vocabularies) to describe primary entities on each page, improving machine readability and enabling agents to identify key resources programmatically.
  • Include confidence or certainty indicators on API responses and UI outputs, such as a 'verified vs best-guess' label or a confidence field, so agents can assess result reliability.
  • Expose an activity log or 'why this result' feature that records system actions in machine-readable format, providing both a visible feed and a JSON event log for auditability.
  • Attach source references or input citations to generated outputs, using links or identifiers that allow agents to trace provenance and verify information.
  • Pre-fill form inputs with sensible defaults wherever reasonable values exist, reducing the number of decisions agents must make during automated flows.
  • Provide clearly labeled pause, cancel, or stop controls for long-running operations, using accessible names like 'Cancel import' rather than unlabeled icons.

Work at OpenAI? 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/openai.html"> <img src="https://agentability.io/badge/openai.svg" alt="OpenAI — Agentability score 40/100 (Developing)" /> </a>