Getting started

Quick start

Run your first scan in a few minutes—from the web app or your terminal.

Dashboard

  1. Sign in and open Targets. Add a URL and confirm you are authorized to scan it.
  2. Check scan credits in the sidebar. Startup includes 20 scans/month; Scale includes 100. See Plans & usage for details.
  3. 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 --wait

Generate keys under Settings → API keys. See Install the CLI for platform support and options.