agentspeed.

docs.anthropic.com

scanned 7/25/2026, 6:40:51 PM · cached · refresh in 18h · rubric 2026.07.4
Built with Next.js
robots.txt present: passrobots.txt allows AI agents: passContent-Signal directives: failllms.txt present: passSitemap present: passLink response headers: warnCanonical URL: passMCP server card: failOAuth authorization metadata: failOAuth resource metadata: failAPI catalog / OpenAPI: failWeb Bot Auth: failMarkdown negotiation: failText-to-markup ratio: failContent without JavaScript: skipHeading hierarchy: passCookie wall blocks content: passPage title: passMeta description: warnJSON-LD present: failStructured data validates: skipSchema type coverage: passPaywall / login wall: passAgent Skills manifest: failWebMCP actions: failPrimary action reachable: passReachability: passTime to first byte: warnFull render time: skipPage weight: pass65/ 100 · D
Needs work

This is how AI agents (not browsers) experience docs.anthropic.com. The score weights five categories of machine-readability; the ticks on the arc are the 30 individual checks behind it.

✉ Email me this report + alert me when it changes ↓

Top fixes

Checks tagged “emerging” are 2026 agent-protocol standards most of the web hasn’t adopted yet — adopting early is an edge, not a defect.

failJSON-LD presentStructured data

No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.

Fix · Next.js: Emit JSON-LD from a Server Component or the Metadata API: a <script type="application/ld+json"> with Organization / Article / Product for the page.

failText-to-markup ratioReadability

Visible text is 0.5% of HTML weight (3694/737168 bytes). Low. Markup may be crowding out agent-usable text.

Fix: Heavy ad or navigation markup crowds out agent-usable text. Aim for a text-to-DOM ratio above 15%.

warnMeta descriptionReadability

Meta description is 24 characters; aim for 50–200 so it's neither thin nor truncated.

Fix: Add `<meta name="description" content="...">` to your primary pages. Agents frequently use it as a summary.

warnTime to first bytePerformance

TTFB 537ms. Acceptable.

Fix: Agents time out aggressively. Use edge caching for anonymous requests to cut TTFB below 800ms.

warnLink response headersDiscoverability

A Link: header is present but carries none of canonical/alternate/describedby — the relations agents consume.

Fix: Emit `Link:` headers for canonical, alternate-language, and describedby relations. Agents that fetch HEAD-only or stream-render rely on these.

failContent-Signal directivesemergingDiscoverability

No Content-Signal directives. Add e.g. `Content-Signal: ai-train=no, ai-summarize=yes` to declare granular AI usage policy beyond binary allow/disallow.

Fix: Add `Content-Signal:` directives to your robots.txt. This is the emerging standard (Cloudflare-driven) for declaring fine-grained AI usage policy beyond a binary allow/disallow.

Don’t lose this report

Get it in your inbox now — and a heads-up whenever docs.anthropic.com’s agent-readiness score changes. Free, unsubscribe anytime.

Fix it

Generated, ready-to-ship files for the gaps above — copy them or download and drop them into your repo.

Add JSON-LD structured data
Paste inside <head>. Use Article/Product instead of Organization on those page types.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Documentation - Claude Platform Docs",
  "url": "https://docs.anthropic.com/",
  "description": "Claude API Documentation"
}
</script>

What the agent receives

The agent’s-eye view
Documentation - Claude Platform Docs Claude Platform Docs Messages Managed Agents Admin Resources  Best practices Models &amp; pricing CLI, SDKs, and libraries Claude API skill Release notes  API reference English   Console Log in   Browse  Claude Platform Start building with Claude Everything you need to integrate Claude into your applications. From first API call to production.  What do you want to build? ⌘K  Quickstart  Get API key  API reference Python TypeScript Go Java Ruby PHP C# cURL CLI  import anthropic client = anthropic.Anthropic() message = client.messages.create( model = "claude-opus-5" , max_tokens = 1024 , messages = [{ "role" : "user" , "content" : "Hello, Claude" }] ) for block in message.content: if block.type == "text" : print (block.text) Platform Choose how you build Pick the developer surface that matches your approach, and the infrastructure that fits your stack. Messages Direct model access. You construct every turn, manage conversation state, and write your own tool loop.  Quickstart   API reference   Client SDKs  Managed Agents Fully managed agent infrastructure. Deploy and manage autonomous agents in stateful sessions with persistent event history.  Quickstart   API reference  Define your agent  Amazon Bedrock  Google Cloud  Microsoft Foundry  Developer journey From idea to production Follow the lifecycle or jump to what you need. Messages Managed Agents 1 Get started  Quickstart   Get API key   Choose a model   Install an SDK   Try the Workbench  2 Build  Messages API  Thinking   Vision   Tool use  Web search   Code execution  Structured outputs   Prompt caching  Streaming  3 Evaluate and ship Prompting best practices   Run evals  Batch testing   Safety and guardrails   Rate limits and errors  Cost optimization  4 Operate  Workspaces and admin   API key management   Usage monitoring   Model migration  Models The Claude model family Choose the right model for your use case. Most capable Fable 5 claude-fable-5   Highest capability for the most demanding reasoning and long-horizon agentic work. Advanced Opus 5 claude-opus-5   Excellent for complex analysis, coding, and creative tasks requiring deep reasoning. Best balance Sonnet 5 claude-sonnet-5   Ideal balance of intelligence and speed for most production workloads. Fastest Haiku 4.5 claude-haiku-4-5   Lightning-fast responses for high-volume, latency-sensitive applications. Resources Keep learning  Courses  Interactive courses to master Claude.  Cookbook  Code samples and patterns.  Quickstarts  Deployable starter apps.  What&#x27;s new Latest features and updates. Claude Code  An agentic coding assistant in your terminal. Claude Platform Docs Solutions AI agents Code modernization Coding Customer support Financial services Government Higher education K-12 teachers Life sciences Partners Claude on AWS Claude on Google Cloud Learn Blog Courses Use cases Connectors Customer stories Engineering at Anthropic Events Powered by Claude Service partners Startups program Company Anthropic Careers Economic Futures Research News Responsible Scaling Policy Security and compliance Transparency Learn Blog Courses Use cases Connectors Customer stories Engineering at Anthropic Events Powered by Claude Service partners Startups program Help and security Availability Status Support Discord Terms and policies Privacy policy Responsible disclosure policy Terms of service: Commercial Terms of service: Consumer Usage policy

Show your score

Embed this badge on your site. It links back to this live scan and updates on every rescan.

AgentSpeed score for docs.anthropic.com
<a href="https://agentspeed.com/scan/docs.anthropic.com"><img src="https://agentspeed.com/badge/docs.anthropic.com" alt="AgentSpeed agent-readiness score" height="56"></a>

Track this score

Get this report by email, then a heads-up when docs.anthropic.com’s agent-readiness actually changes — a check regressing, or the composite dropping.

Two things never trigger an email: a score change caused by us publishing a new rubric, because that is a different instrument rather than a change to your site, and movement explained only by timing-derived checks, which shift run to run on a site nobody touched.

Want it on your own schedule, with Slack or a webhook instead of email? Score-drift monitoring is on every paid plan.

Full breakdown

13 pass3 warn11 fail3 skip
Discoverability
pass
robots.txt present
A robots.txt is reachable at the site root.
100/100
pass
robots.txt allows AI agents
All 8 answer-time access agents allowed.
100/100
fail
Content-Signal directivesemerging
No Content-Signal directives. Add e.g. `Content-Signal: ai-train=no, ai-summarize=yes` to declare granular AI usage policy beyond binary allow/disallow.
0/100
pass
llms.txt present
Found /llms.txt (56902 bytes), H1 + at least one link present.
100/100
pass
Sitemap present
sitemap.xml reachable and referenced from robots.txt.
100/100
warn
Link response headers
A Link: header is present but carries none of canonical/alternate/describedby — the relations agents consume.
60/100
pass
Canonical URL
Canonical points to self: https://platform.claude.com/docs/en/home.
100/100
fail
MCP server cardemerging
No valid MCP Server Card at /.well-known/mcp/server-card.json. Publish one so agents can discover your tools without HTML scraping.
0/100
fail
OAuth authorization metadataemerging
No RFC 8414 metadata at /.well-known/oauth-authorization-server. Agents that act on behalf of users need this to discover your authorization endpoints.
0/100
fail
OAuth resource metadataemerging
No RFC 9728 metadata at /.well-known/oauth-protected-resource. Publish it so agents can discover required scopes without hand-coded credentials.
0/100
fail
API catalog / OpenAPIemerging
No /.well-known/api-catalog (RFC 9727) and no /openapi.json|yaml. Publish one so agents that integrate with APIs can discover your endpoints.
0/100
fail
Web Bot Authemerging
No Web Bot Auth JWKS at /.well-known/http-message-signatures-directory.json. Publish one to allow trusted agents while keeping a default-deny posture for the rest.
0/100
Readability
fail
Markdown negotiationemerging
Accept: text/markdown returns HTML, not markdown. Serve a markdown variant of primary content when requested; agents summarize and cite it more reliably.
0/100
fail
Text-to-markup ratio
Visible text is 0.5% of HTML weight (3694/737168 bytes). Low. Markup may be crowding out agent-usable text.
4/100
skip
Content without JavaScript
Browser pass unavailable; cannot measure JS dependency.
pass
Heading hierarchy
Hierarchy is well-formed (1 H1, no skipped levels, 18 headings total).
100/100
pass
Cookie wall blocks content
No common consent-modal markers detected.
100/100
pass
Page title
A concise <title> is present (36 chars).
100/100
warn
Meta description
Meta description is 24 characters; aim for 50–200 so it's neither thin nor truncated.
60/100
Structured data
fail
JSON-LD present
No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.
0/100
skip
Structured data validates
No JSON-LD blocks present; nothing to validate (covered by structured_data.jsonld_present).
pass
Schema type coverage
Page intent unclear; no specific schema.org type expected.
100/100
Actionability
pass
Paywall / login wall
No paywall or login-wall detected on the landing URL.
100/100
fail
Agent Skills manifestemerging
No Agent Skills manifest at /.well-known/agent-skills.json. Enumerate the tasks agents can perform (search, add-to-cart, contact-support) so they pick the right one without scraping.
0/100
fail
WebMCP actionsemerging
No WebMCP detected. On pages with first-class actions (cart, support, account), embed a WebMCP server so on-page agents invoke tools directly.
0/100
pass
Primary action reachable
Primary offering identified ("Claude API documentation and platform") with price/CTA ("Get API key").
100/100
pass
Reachability
HTTP 200 after 1 redirect.
100/100
Performance
warn
Time to first byte
TTFB 537ms. Acceptable.
60/100
skip
Full render time
Full-render time unavailable (browser pass skipped or failed).
pass
Page weight
Initial document is a lean 720 KB.
100/100
Beyond the scan

Running AI agents of your own? AgentSpeed also monitors them in production — every run, its latency, cost, and failures, with alerts when something breaks. Free for 10,000 events a month, no credit card.

Start watching free →See plans