Getting started
Quick start
Run your first scan in a few minutes—from the web app or your terminal.
Dashboard
- Sign in and open Targets. Add a URL and confirm you are authorized to scan it.
- Check scan credits in the sidebar. Startup includes 20 scans/month; Scale includes 100. See Plans & usage for details.
- Run a scan from the target or home page. Open the scan when it completes to review findings by severity.
CLI
Install the CLI, add an API key, and scan a domain:
curl -fsSL https://slatesecurity.ai/install.sh | bash
slate config set-key ba_your_key_here
slate example.com --waitGenerate keys under Settings → API keys. See Install the CLI for platform support and options.