Synopsis
Description
Launch the interactive setup wizard. Configures which LLM providers to use, validates API keys, and optionally sets up custom endpoints. Configuration is saved to an SQLite database at~/.config/kong/config.db (or $KONG_CONFIG_DIR/config.db).
What it configures
- Provider selection — choose Anthropic, OpenAI, Custom endpoint, or Anthropic + OpenAI
- Custom endpoint (if selected) — base URL, model name, optional API key, and model limits
- API key validation — checks that configured API keys are set in environment variables
- Default provider — which provider to use when no
--providerflag is given - Ghidra detection — verifies Ghidra is installed and accessible
Example
Further reading
- Setup Wizard — detailed walkthrough
- LLM Providers — provider details
- Custom Endpoints — custom endpoint setup

