Leaderboard/Workday RestAPI

Workday RestAPI

community.workday.com/sites/default/files/file-hosting/restapi
Score: 28 out of 100, grade F28
Grade F
Last checked: May 18, 2026 · afdocs v0.17.1 · Rerun
Share on
Simulation: Fern // bud
Day 0
CategoryBusiness
Checks passed4/23Warnings0Failed10

Workday RestAPI scores 28/100 (Grade F), passing only 4 of 23 checks (17%). Significant work is needed to make these docs accessible to AI coding agents. Priority improvements include adding llms.txt, enabling markdown endpoints, and reducing page complexity.

# Agent Score Fix Report — Workday RestAPI
URL: https://community.workday.com/sites/default/files/file-hosting/restapi/
Score: 28/100 (Grade F)

I need help improving the AI-readiness of the documentation at https://community.workday.com/sites/default/files/file-hosting/restapi/.
Agent Score found 10 failing checks and 0 warnings.

## Failing Checks (10)
- [content-discoverability] Llms Txt Exists: No llms.txt found at any candidate location (https://community.workday.com/sites/default/files/file-hosting/restapi/llms.txt, https://community.workday.com/llms.txt, https://community.workday.com/docs/llms.txt)
- [content-discoverability] Llms Txt Directive Html: Could not test any pages; 1 failed to fetch
- [content-discoverability] Llms Txt Directive Md: Could not fetch markdown for any of 1 pages; 1 had no markdown version
- [markdown-availability] Markdown Url Support: No pages support .md URLs (0/1 tested)
- [markdown-availability] Content Negotiation: Server ignores Accept: text/markdown header (0/1 pages return markdown); 1 failed to fetch
- [page-size] Rendering Strategy: Could not fetch any pages to analyze; 1 failed to fetch
- [page-size] Page Size Html: Could not fetch any pages to measure; 1 failed to fetch
- [page-size] Content Start Position: Could not fetch any pages to analyze; 1 failed to fetch
- [content-structure] Tabbed Content Serialization: Could not fetch any pages to analyze; 1 failed to fetch
- [observability] Cache Header Hygiene: Could not fetch any endpoints to check cache headers; 1 failed to fetch



## Fix Instructions

For each issue above, please:
1. Analyze the documentation site at https://community.workday.com/sites/default/files/file-hosting/restapi/
2. Implement the specific fix
3. Verify the fix would cause the check to pass

### Common fixes:
- **No llms.txt**: Create /llms.txt following https://llmstxt.org — list all doc pages in markdown format
- **No .md URL support**: Configure your docs platform to serve pages at equivalent .md URLs (e.g. /docs/quickstart.md)
- **No content negotiation**: Return markdown when request includes Accept: text/markdown header
- **Large page size**: Reduce nav boilerplate, inline scripts, and repetitive markup
- **No sitemap**: Generate /sitemap.xml listing all documentation URLs
- **Auth walls**: Ensure docs pages return 200 without requiring login cookies or tokens
- **No Last-Modified header**: Configure your server/CDN to include Last-Modified response headers
- **Tab content hidden**: Ensure tabbed content is rendered in the HTML (not JS-only) so agents can read all variants

## Run afdocs Locally for More Detail

To get deeper visibility into what's failing, run afdocs against your docs:

  npx afdocs check https://community.workday.com/sites/default/files/file-hosting/restapi/ --fixes --verbose

- **--fixes**: Adds "Fix:" lines to the output for each warn/fail check with actionable remediation steps
- **-v, --verbose**: Shows per-page details (specific URLs, character counts, error codes) for checks with issues — useful for per-URL visibility into what's failing
CHECK RESULTS

How your docs scored

llms-txt-existsNo llms.txt found at any candidate location (https://community.workday.com/sites/default/files/file-hosting/restapi/llms.txt, https://community.workday.com/llms.txt, https://community.workday.com/docs/llms.txt)Learn more
llms-txt-directive-htmlCould not test any pages; 1 failed to fetchLearn more
llms-txt-directive-mdCould not fetch markdown for any of 1 pages; 1 had no markdown versionLearn more
llms-txt-validNo llms.txt files to validateLearn more
llms-txt-sizeNo llms.txt files to measureLearn more
llms-txt-links-resolveNo llms.txt files to check links forLearn more
llms-txt-links-markdownNo llms.txt files to check links forLearn more
markdown-url-supportNo pages support .md URLs (0/1 tested)Learn more
content-negotiationServer ignores Accept: text/markdown header (0/1 pages return markdown); 1 failed to fetchLearn more
rendering-strategyCould not fetch any pages to analyze; 1 failed to fetchLearn more
page-size-htmlCould not fetch any pages to measure; 1 failed to fetchLearn more
content-start-positionCould not fetch any pages to analyze; 1 failed to fetchLearn more
page-size-markdownSite does not serve markdown; skipping markdown size checkLearn more
cache-header-hygieneCould not fetch any endpoints to check cache headers; 1 failed to fetchLearn more
llms-txt-coverageNo page URLs found in llms.txtLearn more
markdown-content-parityNo pages with markdown versions available to compareLearn more
tabbed-content-serializationCould not fetch any pages to analyze; 1 failed to fetchLearn more
section-header-qualityNo tabbed content found; header quality check not applicableLearn more
markdown-code-fence-validitySite does not serve markdown content; nothing to analyzeLearn more
auth-gate-detectionAll 1 pages are publicly accessibleLearn more
auth-alternative-accessAll docs pages are publicly accessible; no alternative access paths neededLearn more
http-status-codesAll 1 pages return proper error codes for bad URLsLearn more
redirect-behaviorAll 1 redirect(s) across 1 pages are same-host HTTP redirectsLearn more

Built by Fern

Fern-powered docs are agent-ready by default.

Trusted by