ccas (Claude Code CLI)
A small CLI that routes Claude Code through the Hep.gg Claude proxy so your usage, machines, and projects are tracked, and syncs project context across devices.
ccas is a command-line tool that wires Claude Code through the
Claude proxy. It registers your machine, manages the
proxy_token for you, and (optionally) syncs project context so usage shows up
in your AI dashboard across every device.
Install
bash <(curl -s https://ai.hep.gg/install)iwr https://ai.hep.gg/install.ps1 | iexThe installer downloads the CLI into a local bin directory, adds it to your
PATH, and then runs ccas init. On Linux/macOS it installs to
~/.local/bin; on Windows to %USERPROFILE%\.ccas\bin with a ccas.cmd
wrapper.
The installer endpoints are public:
https://ai.hep.gg/installPublichttps://ai.hep.gg/install.ps1Publichttps://ai.hep.gg/cliPublicSetup
ccas initccas init authenticates with your master token (from the
dashboard, AI app), registers this machine, and
picks a project to back. Once initialized, Claude Code traffic is routed
through your Hep.gg proxy token so requests are metered and visible in the
dashboard.
Sync
ccas syncPushes and pulls project context (the file manifest and tracked files) for the linked project, so the same context is available on your other machines. Sync state is keyed to your account; nothing is shared with other users.