Home / The Index / Workday
Developing

How agent-ready is Workday?

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

Workday's overall agentability score of 37/100 indicates significant barriers for autonomous AI agents attempting to parse and operate its public website. The product scored 84/100 on machine readability, showing solid structured markup, but fell short on principles that govern agent interaction flow and observability. Homepage (37), pricing (31), and documentation (25) scores all reflect similar underlying gaps.

The most critical weaknesses appear in transparency (0/100), defaults (18/100), and clean handoffs (10/100). Workday provides no machine-readable activity logs, confidence indicators, or source citations that would help agents understand system reasoning. Error states lack structured context, and async operations offer minimal status feedback. These gaps force agents into guesswork and make recovery from failures difficult.

Control (72) and machine readability (84) represent relative strengths, suggesting the underlying page structure is sound. Improvements should focus on exposing operational metadata, enriching status signals, and making error handoffs actionable for programmatic consumers.

Score by principle

Machine Readability84 / 100
Chunking40 / 100
Control72 / 100
Status30 / 100
Defaults18 / 100
Clean Handoffs10 / 100
No Shadow UI45 / 100
Transparency0 / 100

Key findings

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).
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.
Status
Emit descriptive status text on async actions ('Uploading 3 of 10 files'), not a bare spinner.
Status
For long tasks, show an enumerated multi-step or activity-feed pattern.
Machine Readability
Among the stronger areas for Workday, scored 84/100.
Control
Among the stronger areas for Workday, scored 72/100.

How Workday could improve its score

To improve agentability, Workday should prioritize the following changes:

  • Add a machine-readable activity log or audit trail that records system actions in JSON format, paired with a visible activity feed in the UI to support transparency.
  • Return structured error objects in both API responses and UI that include error codes, the specific field or resource that failed, and a clear next action (e.g., 'Email is invalid — enter a valid address').
  • Emit descriptive status messages for all asynchronous operations, such as 'Uploading 3 of 10 files' or enumerated multi-step progress indicators, rather than generic spinners.
  • Attach confidence scores or certainty labels to key outputs, implemented as a 'confidence' field in API responses or 'verified vs. best-guess' tags in the interface.
  • Provide source references or input citations for generated content, linking outputs back to the underlying data or document IDs that informed them.
  • Implement expandable drill-down patterns that pair a one-line summary with detailed breakdowns for important results, helping agents decide when to examine details.

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