Skip to main content

Prerequisites

  • Node.js >= 22: Check with node --version.

Install

1

Install the CLI

2

Verify the install

3

Create a config file

The interactive setup prompts you for your endpoint, protocol, authentication settings, output format, and whether to enable AI reasoning. It writes a .dino.yml in your current directory.Or create one manually:
.dino.yml
Two lines. That’s the minimum to run dino scan.

Config file search order

Dino uses cosmiconfig to find your config:
No .js / .ts config files. Executable configuration files are blocked for security reasons. Use YAML or JSON only.

Environment variables

Never put secrets in .dino.yml Use environment variables.

Validate your config

Checks your config against Dino’s schema and reports field-level errors.
See the full config reference for all available fields.

Next steps

Quick Start

Run your first API scan in under 5 minutes.