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

Linux / macOS
bash <(curl -s https://ai.hep.gg/install)

The 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:

GEThttps://ai.hep.gg/installPublic
Bash installer for Linux/macOS.
GEThttps://ai.hep.gg/install.ps1Public
PowerShell installer for Windows.
GEThttps://ai.hep.gg/cliPublic
Raw CLI source the installers download.

Setup

ccas init

ccas 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 sync

Pushes 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.