◎ Discry Score
datanomik.com
payments · API
C
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 94 (A)
Discry your API →
PAYMENTS · RANK #16 OF 25

Datanomik is Needs Work to agents.

Discry independently scored how well an AI agent can discover and understand the Datanomik 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 · 67/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.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.Pass
SitemapA sitemap so agents can enumerate the docs surface.Partial

Comprehension

55% of score · 69/100
Task-oriented descriptionsEndpoints described by what they accomplish, not just their shape.Partial
Realistic examplesRunnable, real-world request/response examples.Pass
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.Pass
Capability boundariesClear limits — what the API can and cannot do.Partial
Naming consistencyConsistent, predictable naming across endpoints.Partial
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 lands well: the docs home page and every page carry an explicit 'For AI agents' pointer to https://docs.datanomik.com/llms.txt, which is a clean, API-focused index linking each guide and endpoint to a Markdown (.md) version.
  • Every reference page embeds a complete, valid OpenAPI 3.1 definition (servers, security scheme, described query params, enums like ISO country codes), so an agent can machine-read the full request contract without a separate spec download.
  • Response examples are genuinely realistic — real-looking UUIDs, CNPJs, BRL amounts, ISO dates and paginated envelopes — which lets an agent predict payload shapes accurately.
  • The biggest gap is error handling: there is no error-code catalogue and no recovery guidance anywhere, so an agent that hits a 4xx/5xx gets no documented way to self-correct.
  • Discovery is weakened by fragmentation across two API surfaces (api.datanomik.com openbanking-api and treasury-api.datanomik.com remuneration-api) with duplicate-named endpoints, no AGENTS.md, no MCP registry listing, and no docs sitemap.

What to change

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

  1. 01Publish an errors reference (HTTP status codes, error response schema, and concrete recovery steps — e.g. what to do on 401 auth failure, 429, or an invalid linkId) so agents can self-correct rather than fail blindly.
  2. 02Expose a single consolidated, downloadable OpenAPI spec (one file covering both the openbanking and remuneration/treasury APIs) and link it from llms.txt, so agents can load the whole contract in one fetch.
  3. 03Add 2-3 end-to-end workflow guides beyond the 3-step quickstart (e.g. connect institution -> obtain link_id -> list accounts -> pull transactions, and a payments/PIX flow) with error handling, not just isolated endpoint pages.
  4. 04Add descriptions to endpoints that currently have empty or name-echoing summaries (e.g. List Transactions, List Investments) and de-duplicate the repeated 'List Accounts'/'Detail Account' entries so agents aren't confused about which surface to call.
  5. 05Publish a docs-domain sitemap.xml that includes the API reference pages, and add an AGENTS.md to any public SDK/quickstart repo to strengthen discovery.

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.

HTTP Basic (secretId + secretPassword) Error format documented Rate limits documented Pagination documented Idempotency documented

Auth is documented as HTTP Basic using a secretId/secretPassword pair generated in the dashboard, and pagination is well-covered (page/size params with a dedicated page). However, error formats, error codes, rate limits, and idempotency are undocumented — an agent would only discover failure behavior by hitting it live.

See your own Discry Score.

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

Discry your API — free