@latchagent/latchctl
v0.1.0
Published
Latch CLI bootstrap tool for OpenClaw and runtime configuration.
Downloads
97
Maintainers
Readme
@latchagent/latchctl
Bootstrap and operate Latch integrations from the terminal.
Install
npm install -g @latchagent/latchctlOpenClaw Setup (One Command)
latchctl openclaw setup \
--cloud-url https://your-latch-url.com \
--workspace-id ws_xxx \
--upstream-id upstream_xxx \
--agent-key sk-latch-xxxThis command installs and enables @latchagent/openclaw-latch-guard, writes OpenClaw plugin config, and restarts gateway service.
Print Manual Commands
latchctl openclaw print-config \
--cloud-url https://your-latch-url.com \
--workspace-id ws_xxx \
--upstream-id upstream_xxx \
--agent-key sk-latch-xxxAuthorize Test
latchctl openclaw test \
--cloud-url https://your-latch-url.com \
--workspace-id ws_xxx \
--upstream-id upstream_xxx \
--agent-key sk-latch-xxx \
--tool-name openclaw:read \
--action-class read \
--risk-level low