◎ Discry Score
anam.com
ai · API
B
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 99 (A)
Discry your API →
AI · RANK #25 OF 43

Anam is Good to agents.

Discry independently scored how well an AI agent can discover and understand the Anam 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 · 79/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.Pass
llms.txt qualityThe llms.txt is focused, current, and well under the size budget.Pass
llms-full.txtA full-text bundle agents can load in one request.Pass
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.Partial
MCP registryThe API is listed in a public MCP registry.Fail
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 · 96/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.Pass

What we found

  • An agent could bootstrap Anam almost entirely from machine-readable assets: a well-structured llms.txt indexes every endpoint with task-oriented descriptions and links to per-page .md files, and a full 218KB OpenAPI (swagger.json) is publicly reachable and referenced from every reference page.
  • Comprehension is near-perfect (96/A): every endpoint page leads with purpose + method/URL, code examples use real UUIDs across TypeScript, JavaScript, Python and bash, field naming is consistently camelCase, and multiple end-to-end guides (quickstart, full-app, custom-LLM, LiveKit, tool-calling) show how to chain operations.
  • robots.txt is explicitly agent-friendly — it uses a Content-Signal header (ai-train=yes, search=yes, ai-input=yes) and allows all crawlers, so an AI bot indexing the docs is welcomed rather than blocked.
  • The single largest discovery gap is the absence of an AGENTS.md in the primary SDK repos (javascript-sdk, python-sdk) — a coding agent working in Anam's own repos gets no dedicated instructions file, and the official MCP server is not surfaced in the major MCP registries (Glama/Smithery/PulseMCP).
  • Error-recovery guidance is present but thin: the FAQ gives actionable fixes for the top connection errors (403 → check key, missing video → check element IDs, timeouts → add retry logic, expired token → refresh), but there is no consolidated error reference mapping each status/error code to a fix.

What to change

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

  1. 01Publish a machine-readable rate-limit contract: document request quotas and the response header names an agent should read (e.g. Retry-After / X-RateLimit-*) so autonomous callers can back off instead of failing blind — this is the biggest missing execution signal.
  2. 02Add an AGENTS.md to the primary open-source repos (javascript-sdk, python-sdk, anam-examples) pointing coding agents at the SDK entry points, session-token flow, and docs.anam.ai — a cheap discovery win that currently scores zero.
  3. 03List the official Anam MCP server in Glama, Smithery, and PulseMCP so agents discovering capabilities through MCP registries can find it; today a registry search for 'anam' returns only unrelated fuzzy matches.
  4. 04Add a dedicated Errors reference that enumerates the common status/error codes with an explicit recovery step for each (top 5-10 scenarios), rather than leaving recovery guidance scattered in the FAQ.
  5. 05Fix the stale internal links in the FAQ (e.g. /concepts/multilingual, /sdk-reference/interrupt-command, /concepts/custom-llms now resolve to /personas/... and /javascript-sdk/reference/... paths) so an agent following cross-references doesn't hit dead ends.

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 key (Bearer token, server-side)Session token (short-lived, client-side)Upload token (X-Upload-Token header, knowledge uploads) Error format documented Rate limits documented Pagination documented Idempotency documented

Execution documentation is solid: a clearly-explained two-tier auth model (server-side API key exchanged for a 1-hour client session token), JSON error responses with HTTP status codes (400/401/500) described per endpoint, and page-based pagination (page/perPage query params returning a { data, meta } envelope with total/currentPage/lastPage/prev/next). Gaps: no explicit API rate limits and no idempotency-key support are documented, so an agent would only discover throttling behavior by hitting it.

See your own Discry Score.

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

Discry your API — free