Files
cheatsheet-tldr/tldr/zeroclaw-gateway
2026-02-25 00:29:31 +00:00

30 lines
646 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# zeroclaw gateway
> Start the gateway server for ZeroClaw (webhooks and API).
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
- Start the gateway on default port (8080):
`zeroclaw gateway`
- 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]}}`