commands.sh

zeroclaw gateway

all

Start the gateway server for ZeroClaw (webhooks and API).

More info →

Options (2)

-p, --portboolean

Start the gateway on a specific port

Example: zeroclaw gateway {{[-p|--port]}} {{8080}}
-h, --helpboolean

Display help

Example: zeroclaw gateway {{[-h|--help]}}

Examples (5)

Start the gateway on default port (8080)

Start the gateway on a specific port

zeroclaw gateway [-p|--port] 8080

Start the gateway on a random available port

zeroclaw gateway [-p|--port] 0

Start the gateway on a specific host

zeroclaw gateway --host 0.0.0.0 [-p|--port] 8080

Display help

zeroclaw gateway [-h|--help]
made by @shridhargupta | data from tldr-pages