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

apidapp.com is Not Agent-Ready to agents.

Discry independently scored how well an AI agent can discover and understand the apidapp.com 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 · 0/100
OpenAPI specA machine-readable OpenAPI/Swagger spec agents can parse.Fail
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.Fail
.well-known/mcp.jsonA discoverable MCP manifest at a well-known path.Fail
MCP registryThe API is listed in a public MCP registry.Fail
robots.txt AI directivesrobots.txt allows (or explicitly guides) AI crawlers.Fail
SitemapA sitemap so agents can enumerate the docs surface.Fail

Comprehension

55% of score · 41/100
Task-oriented descriptionsEndpoints described by what they accomplish, not just their shape.Fail
Realistic examplesRunnable, real-world request/response examples.Partial
Multi-step workflowsDocs that chain calls into complete jobs an agent can follow.Partial
Error-recovery guidanceDocumented failure modes and how to recover from them.Fail
Answer-first formatThe answer leads; preamble does not bury it.Partial
Capability boundariesClear limits — what the API can and cannot do.Fail
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.Partial
Token efficiencyDocs are concise enough to fit an agent context window.Partial

What we found

  • An agent trying to discover this API programmatically finds nothing: no robots.txt, llms.txt, sitemap.xml, OpenAPI spec, AGENTS.md, or .well-known/mcp.json — every discovery signal returns 404, producing a Discovery score of 0.
  • The apex domain (apidapp.com) does not resolve at all — the site only exists at www.apidapp.com, so an agent following the registered domain would fail DNS before ever reaching documentation.
  • 'Documentation' is a single static marketing landing page plus an APILayer marketplace tile; the marketplace 'docs' link simply redirects back to the homepage, so there is no endpoint reference, no auth guide, and no error catalog.
  • The one bright spot: the lone code example uses realistic values (real-looking wallet addresses, Polygon chain_id 137, IPFS/callback URLs) and consistent snake_case naming — an agent that only needs to mint one NFT could copy-paste it.
  • The site advertises 20 blockchains and 13 protocols but documents exactly one flow (ERC-721 mint on Polygon), so an agent cannot learn what most of the advertised surface actually does.

What to change

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

  1. 01Publish real documentation with a per-endpoint reference (method, URL, purpose, parameters, response schema) for the full advertised surface — right now an agent can only see one example call.
  2. 02Add the discovery basics an agent looks for first: a robots.txt that allows AI crawlers, a sitemap.xml, and an llms.txt summarizing the API and linking to the endpoint docs — all are currently 404 and each is a quick win.
  3. 03Publish and link a machine-readable OpenAPI/Swagger spec so agents can generate clients and understand the schema without scraping a marketing page.
  4. 04Document error responses with codes, machine-parseable JSON format, and recovery guidance, plus rate limits and pagination — none of these execution characteristics are documented today.
  5. 05Fix the apex domain so apidapp.com resolves (redirect to www), since an agent given the bare domain currently fails DNS resolution entirely.

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.

Bearer tokenAPI access key Error format documented Rate limits documented Pagination documented Idempotency documented

Execution characteristics are almost entirely undocumented. A single homepage example shows Bearer-token auth (via a requested access key) on a beta endpoint; there is no documented error format, no rate limits, no pagination, and no idempotency guidance.

See your own Discry Score.

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

Discry your API — free