◎ Discry Score
ovhcloud.com
infrastructure · API
B
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 98 (A)
Discry your API →
INFRASTRUCTURE · RANK #34 OF 68

OVHcloud is Good to agents.

Discry independently scored how well an AI agent can discover and understand the OVHcloud API from what’s public — not whether it’s usable. Below: every signal we checked, what’s costing the score, and what to change.

Discry your API — freeView the docs ↗

SCORED UNDER RUBRIC 1.2 · A full re-launch under Discry Score 2.5 — a new behavioral instrument, not comparable to these scores — is in progress.

Discovery

45% of score · 60/100
OpenAPI specA machine-readable OpenAPI/Swagger spec agents can parse.Pass
llms.txtAn llms.txt index that points agents to the docs that matter.Fail
llms.txt qualityThe llms.txt is focused, current, and well under the size budget.Fail
llms-full.txtA full-text bundle agents can load in one request.Fail
AGENTS.mdAn AGENTS.md that tells coding agents how to build on the API.Partial
.well-known/mcp.jsonA discoverable MCP manifest at a well-known path.Fail
MCP registryThe API is listed in a public MCP registry.Pass
robots.txt AI directivesrobots.txt allows (or explicitly guides) AI crawlers.Pass
SitemapA sitemap so agents can enumerate the docs surface.Pass

Comprehension

55% of score · 91/100
Task-oriented descriptionsEndpoints described by what they accomplish, not just their shape.Pass
Realistic examplesRunnable, real-world request/response examples.Pass
Multi-step workflowsDocs that chain calls into complete jobs an agent can follow.Pass
Error-recovery guidanceDocumented failure modes and how to recover from them.Partial
Answer-first formatThe answer leads; preamble does not bury it.Pass
Capability boundariesClear limits — what the API can and cannot do.Pass
Naming consistencyConsistent, predictable naming across endpoints.Pass
Heading hierarchyClean heading structure agents can navigate.Pass
Markdown docsDocs available as clean markdown, not JS-rendered HTML only.Pass
Token efficiencyDocs are concise enough to fit an agent context window.Partial

What we found

  • An agent can discover OVHcloud's entire API surface without authentication: the public index at api.ovh.com/1.0/ enumerates ~70 top-level product schemas, each downloadable as machine-readable JSON or YAML across both v1 and v2 branches — a rare, high-value discovery signal.
  • An agent reading the docs gets clean, LLM-optimized markdown for free: every guide page is served natively as text/markdown via a .md suffix with frontmatter and a lastUpdated date, explicitly labeled 'optimized for AI/LLMs'. No HTML-to-markdown lossiness.
  • Documentation is strongly task-oriented and workflow-first: the domain-management guide chains a full lifecycle (order to tasks to contacts to eligibility rules to WHOIS to DNS to transfer) as linked .md guides, with copy-pasteable examples in 7 SDK languages and realistic-looking credentials.
  • The biggest discovery gap is the absence of any llms.txt / llms-full.txt / .well-known/mcp.json — an agent has no single curated entrypoint, so it must crawl the 19 locale sitemaps or the API index to orient itself.
  • OVHcloud is well-represented in the MCP ecosystem — it ships an official first-party MCP server (labs.ovhcloud.com and ovhcloud.com/public-cloud/mcp-server, remote MCP with OAuth2) and is listed on third-party registries (mcpmarket.com, Claude Code Marketplaces, GitHub) — but its only AGENTS.md (in ovh/ovhcloud-docs) targets docs-site contributors with Rspress/pnpm build commands, not agents consuming the API — a missed chance to guide coding agents.

What to change

Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.

  1. 01Publish an llms.txt at docs.ovhcloud.com (and api.ovh.com) that curates the highest-value entrypoints: the first-steps auth guide, the /1.0/ schema index, the SDK repos, and the per-product workflow guides. This is the single highest-impact discovery fix and would lift the Discovery grade.
  2. 02Add an API-consumer AGENTS.md (distinct from the docs-build one) covering request signing, the AK/AS/CK flow, endpoint discovery via /1.0/, rate-limit handling, and the official SDKs — so coding agents get correct context on first read.
  3. 03Attach explicit error-recovery guidance to error codes across the API (not just AI Endpoints troubleshooting): e.g. 'on 429, honor Retry-After and back off exponentially', 'on 401 Client::Unauthorized, re-run the signature with a fresh timestamp'. This would move errorRecoveryGuidance from partial to pass.
  4. 04Provide a concise, cross-product 'API overview' page (or a slimmed llms-full.txt) so an agent can grasp core capabilities in under ~5k tokens instead of paging through 70 product schemas — improving token efficiency.
  5. 05Publish a .well-known/mcp.json declaring the official OVHcloud MCP server and its tool set so MCP-capable agents can auto-discover it from the domain.

Execution coverage · INFORMATIONAL, UNSCORED

Whether an agent can actually complete a call and recover from errors is the deeper Audit layer — documented here, but not part of the Discry Score.

API application keys (AK/AS/CK request signing)OAuth2 (API v2)OVHcloud SSO (console) Error format documented Rate limits documented Pagination documented Idempotency documented

Errors return machine-parseable JSON (e.g. {"class":"Client::Unauthorized","message":"..."}) with HTTP status codes. Request signing is fully documented (SHA1 of AS+CK+METHOD+QUERY+BODY+TSTAMP) plus a v2 OAuth2 branch. Rate limits are documented per service (e.g. Public Cloud: 60 req/min, OpenStack projects 20 req/s) with 429 responses. Pagination is supported on list endpoints. Idempotency keys are not surfaced in the documentation reviewed.

See your own Discry Score.

Drop your API docs URL. See what an agent sees — in 60 seconds, free.

Discry your API — free