Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw quickstart — DefenseClaw

Overview

defenseclaw quickstart — Zero-prompt end-to-end setup with safe defaults.

Reference

Synopsis

defenseclaw quickstart [OPTIONS]

Description

Zero-prompt end-to-end setup with safe defaults

Zero-prompt end-to-end setup with safe defaults.

Equivalent to running initsetup guardrailgateway start but with a scripted, non-interactive UX. Missing API keys are listed at the end so the operator knows exactly what (if anything) to wire up before the guardrail becomes useful.

Options

FlagTypeDefaultEnv varRequiredDescription
--modechoice (observe, action)observenoGuardrail mode. 'observe' logs findings only; 'action' blocks when critical.
--scannerchoice (local, remote, both)localnoScanner backend. 'local' is the zero-key default; 'remote'/'both' require CISCO_AI_DEFENSE_API_KEY.
--with-judge, --no-judgebooleannoEnable the LLM Judge adjudicator (reuses the unified DEFENSECLAW_LLM_KEY).
--non-interactivebooleannoNever prompt. Same as --yes; kept for install-script compat.
--yesbooleannoAssume yes for confirmations.
--forcebooleannoRe-run all steps even if the environment is already initialized.
--skip-gatewaybooleannoDo not start the sidecar at the end of quickstart.

Usage

Governed local setup

defenseclaw quickstart --mode balanced --scanner all --with-judge --yes

--with-judge is a boolean switch; provider and model selection come from guardrail/provider configuration.

Skip gateway startup

defenseclaw quickstart --mode strict --skip-gateway --non-interactive

Use this in image builds where the daemon starts later.

Related