CLI Installation¶
The Vargate CLI (vargate-cli) lets you manage your governance proxy from the terminal.
Prerequisites¶
- Python 3.10 or higher
- pip
Install¶
Or install from source:
Setup¶
Run the init command to configure your API URL and key:
You'll be prompted for:
- API URL — defaults to
https://vargate.ai/api - API Key — your tenant API key from signup or dashboard
Configuration is saved to ~/.vargate/config.json:
Verify Setup¶
Check that everything is connected:
You should see gateway health, Redis status, blockchain connection, and Merkle tree count.
Then send a test action:
This submits a test tool call and verifies it appears in the audit trail.
Next Steps¶
See Commands for the full command reference.