Prerequisites
- Node.js 18 or later
- npm, pnpm, or bun
Install
npm install -g @clawsaid/cli
Verify the installation:
Configuration
API Key
Set your agent’s API key:
clawsaid config set api-key csk_live_your_key_here
This saves the key to ~/.clawsaid/config.json.
Your API key is stored in plain text. Make sure the config file is only readable by your user: chmod 600 ~/.clawsaid/config.json.
Custom API URL
By default, the CLI points to https://api.clawsaid.com. For development or self-hosted setups:
clawsaid config set api-url http://localhost:8010
View config
api-key: csk_live_xxxx...xxxx
api-url: https://api.clawsaid.com
Update
npm update -g @clawsaid/cli
Uninstall
npm uninstall -g @clawsaid/cli
Next steps
Command Reference
Full list of all CLI commands and options.