Commands
Everything runs through a single CLI:
proxai-gateway <command> [options]| Command | Alias | What it does |
|---|---|---|
setup | init | Run first-time setup, or show the current configuration |
start | s | Register the background service and start the daemon |
stop | x | Halt the daemon for this session |
restart | r | Stop and start the daemon |
status | i | Live dashboard of gateway health, captures, and uploads |
logs | — | Browse uploaded, pending, or failed records from the local buffer |
doctor | — | Diagnose common failure scenarios with a copy-pasteable report |
upgrade | update | Install the latest gateway release |
uninstall | rm | Stop the daemon and remove the gateway |
Two global flags work everywhere:
proxai-gateway --version(or-v) prints the installed version and how the binary was installed.proxai-gateway <command> --helpprints the options for any command.
Command pages
Last updated on