dino scan.
- GraphQL (ad-hoc)
- REST (OpenAPI, tenant)
1
Create a config file
Option A: Interactive setupAnswer the prompts - endpoint, protocol, auth, format. Writes That is the minimum for GraphQL without a tenant file.
.dino.yml in your current directory.Option B: Manual (two lines).dino.yml
2
Run the scan
rest-fuzzer when REST operations are present.Output is a JSON catalogue with per-operation health scores, findings, and coverage data.
What you get
Every operation in your API gets:- Health score (0-100): per-operation quality rating
- Findings: grouped by pipeline module, with severity
- Coverage status: which operations are tested, documented, or untested
Ad-hoc mode vs tenant mode
What’s next
dino scan
Full flag reference and pipeline details.
How agents work
How Dino’s quality modules exercise your API.
Configuration
Full
.dino.yml and tenant reference, auth, RBAC, environments, REST.