Cockroach Crawler 0.7.0 stable documentationStable 0.7.0

The complete web toolkit for JavaScript AI agents.

Install one Node.js package, choose a workflow, then open the exact capability page for its API, output, failure behavior, boundary, and related surfaces.

Browse documentation
In this manual

01 - Quickstart

Turn one public site into agent-ready evidence.

Use maintained Node.js 22, 24, or 26. Start with finite budgets, inspect pages and failures together, then add browser, extraction, provider, or agent surfaces only where the job needs them.

terminal
npm install cockroach-crawler@0.7.0
npx cockroach-crawl https://example.com/docs \
  --max-pages 20 \
  --max-requests 80 \
  --max-duration 60000 \
  --jsonl \
  --output crawl.jsonl

02 - Workflow manuals

Start with the result you need.

03 - 50 capability pages

Navigate by category instead of scrolling through one wall.

Each capability now has a stable route with its purpose, prerequisite, public surface, quickstart, result contract, failure behavior, operating boundary, and previous or next link.

04 - Interfaces

Use the smallest interface that fits the host.

CLI

Repeatable local exports, CI jobs, scheduled snapshots, and content inventories.

Open CLI guide ->
MCP

Native read-only tools for Codex, Claude Code, and other stdio MCP clients.

Open MCP guide ->
Docker or Worker

Token-authenticated service deployment or a smaller fixed-origin edge fetch profile.

Open deployment guide ->