The corpus as a developer tool
One command-line tool that streams the entire index, agents, models, supply chain, adoption, as clean JSON straight into your own agents, dashboards and research. No telemetry. Ships with the Fieldbook Dataset product (see Shop).
# the whole credibility-graded index, on your terminal, no telemetry $ npm i -g @agent-atlas/cli $ atlas agent cursor --json { "id":"cursor", "agent_type":"coding", "deployment":"Local+Cloud", "context_window":"…", "reliability":{…}, "source_tier":1 } $ atlas models --function-calling # the agent-capable model subset $ atlas relationships --to anthropic # trace who builds on Claude $ atlas adoption --vertical sales # first-party MCP by company $ atlas chips --json | jq '.[].fp16' # pipe straight into your stack
Is the Fieldbook CLI available yet?
No, it is in build. The preview above shows the planned interface, not a shipping tool. Everything it will expose is already live and citable on the site.
What will the CLI do?
Stream the graded index as clean JSON: the agent catalogue, foundation models, the supply-chain graph, and adoption by company and vertical. You query from the terminal and pipe the output straight into jq, a notebook or another agent.
Does the CLI collect telemetry?
No. There is no telemetry and no phone-home. Queries run against the packaged index and nothing you ask is logged.
How will the CLI be installed?
As a global npm package at launch, installed once and run as the atlas command. It shares a backbone with the bulk dataset export, so the terminal and the download return the same records.
What can I use until it ships?
The same data is already in the browser. Browse the agent catalogue, the model tables and the supply-chain network directly, or watch the API page for the read endpoints that expose the identical index over HTTP.