Interactive project setup — generates a .dino.yml configuration file
Set up a new Dino project by answering a few questions. Generates a .dino.yml config file in the current directory.Runs without tenant context. No existing configuration or authentication required.
Welcome to Dino — API IntelligenceLet's set up your project.? What's your API endpoint URL? https://api.example.com/graphql? What protocol does your API use? GraphQL? Does your API require authentication? No? Output format? JSON (machine-readable)? Enable AI-powered analysis? No--- .dino.yml ---# yaml-language-server: $schema=https://usedino.dev/schema.json# Generated by dino init — see docs/CONFIGURATION.md for all optionsendpoint: https://api.example.com/graphqlprotocol: graphqlformat: json-----------------Created .dino.ymlNext steps: dino scan
? What's your API endpoint URL? https://api.staging.example.com/graphql? What protocol does your API use? GraphQL? Does your API require authentication? Yes? Environment variable name for your token? MY_API_TOKEN? Output format? Markdown (human-readable)? Enable AI-powered analysis? Yes? Environment variable for Anthropic key? ANTHROPIC_API_KEYCreated .dino.ymlNext steps: export MY_API_TOKEN="your-token-here" export ANTHROPIC_API_KEY="sk-ant-..." dino scan
# yaml-language-server: $schema=https://usedino.dev/schema.json# Generated by dino init — see docs/CONFIGURATION.md for all optionsendpoint: https://api.example.com/graphqlprotocol: graphqlformat: json