Skip to main content
Dino scans your GraphQL or REST API, builds a health report, auto-documents undocumented operations with AI, detects security vulnerabilities, tracks schema changes, and generates a Developer Portal — all from dino scan.

Quick Start

Go from install to your first scan in under 5 minutes.

CLI Commands

Full reference for dino scan, dino diff, dino docs, and more.

Configuration

Configure Dino with a simple .dino.yml file in your project root.

Shadow Mode

Dino watches silently, earns trust, then takes action — on your terms.

How it works

1

Install Dino

Install the CLI globally via npm: npm install -g @dino-hq/cli
2

Add a config file

Drop a .dino.yml in your project root pointing at your API endpoint.
3

Run your first scan

Run dino scan to get a full health report — coverage, security, schema, and more.
4

Integrate with CI

Add dino scan to your CI pipeline to catch regressions on every pull request.

API Intelligence

Understand what Dino discovers and measures about your API.

CI Integration

Set up Dino as a quality gate in GitHub Actions or any CI system.

Developer Portal

Auto-generate a hosted API reference portal from your scan results.
Last modified on March 31, 2026