Skip to main content
Most teams document less than a third of their API surface. The rest — undocumented operations, missing descriptions, breaking changes, deprecated fields — ships silently to production. Dino fixes that. It scans your API, runs autonomous agents against it, and produces a complete intelligence report: what’s documented, what’s broken, what changed, and what’s at risk.

What Dino does

Scan & analyze

Run 6 agents against your API. Get a health score, coverage report, and actionable findings — in one command.

Diff & changelog

Track every schema change between deploys. Catch breaking changes before they reach consumers.

Document

Generate API reference docs from your live schema. Fill in what your team forgot to write.

Watch & govern

Run scheduled scans with Shadow Mode. Start observing, graduate to enforcing.

Capabilities

CommandWhat it doesCI-ready?
dino scanFull pipeline — 6 agents, health scores, intelligence reportYes
dino diffSchema diff against last snapshot, breaking change detectionYes (--fail-on-breaking)
dino docsGenerate API reference from live schemaYes (--output)
dino lintCheck SDL descriptions, catch documentation regressionsYes (--fail-on-undocumented)
dino changelogKeep a Changelog-formatted API changelog from snapshot diffsYes (--fail-on-breaking)
dino watchScheduled scans with Shadow Mode (observe/enforce)Yes (--once)
dino initInteractive onboarding — creates .dino.yml configNo (interactive)
dino validateValidate .dino.yml against schemaYes

What makes Dino different

Every scan produces the same results for the same input. No flaky results, no AI hallucinations in the core pipeline — the engine is deterministic, with optional AI reasoning layered on top.
Input fuzzing, response validation, RBAC matrix testing, rate limit validation, error code checking, deprecation tracking — each agent runs independently and reports findings.
Start in observe mode (report only), graduate to enforce (fail the build). Your team controls the pace.

Who it’s for

  • Backend teams shipping APIs without dedicated QA — Dino is the QA you don’t have to hire.
  • Platform engineers managing dozens of internal APIs — catch breaking changes across services.
  • API-first companies where the API is the product — documentation gaps are revenue gaps.

Next steps

Quick Start

Run your first scan in under 5 minutes.

Architecture

How the scan pipeline, agents, and deterministic engine work together.