Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw-gateway start — DefenseClaw

Overview

defenseclaw-gateway start — Start the gateway sidecar as a background daemon.

Reference

Synopsis

start

Description

Start the DefenseClaw gateway sidecar as a background daemon.

The daemon process runs independently and survives terminal close. Use 'status' to check health and 'stop' to shut it down.

Logs are written to ~/.defenseclaw/gateway.log (rotated by size; old files compressed in the same directory). PID is stored in ~/.defenseclaw/gateway.pid

Usage

Concrete invocation recipes are added by the cli-commands subagents. Pair this with the equivalent Python wrapper command under Python CLI — most gateway operations are also available one layer up.

Related