Prerequisites
- Node.js >= 22: Check with
node --version.
Install
1
Install the CLI
- npm (global)
- npx (no install)
2
Verify the install
3
Create a config file
.dino.yml in your current directory.Or create one manually:.dino.yml
dino scan.Config file search order
Dino uses cosmiconfig to find your config:Environment variables
Never put secrets in
.dino.yml Use environment variables.
Validate your config
See the full config reference for all available fields.
Next steps
Quick Start
Run your first API scan in under 5 minutes.