Skip to main content
The open-source Tokscale CLI reads token usage directly from the agents already installed on your machine. It ships with 41 client integrations, and most need no configuration at all: point the CLI at your machine and it finds them.
Everything on this page produces self-reported usage, the bottom rung of the evidence ladder. The CLI reads files your own machine wrote, so it can only report what the client tells it. Routing a client through the Tokscale Gateway instead produces gateway-verified usage. For how the two relate, see The Open-Source Base.

Client registry

Paths below are the CLI’s read locations. A few clients expose no local transcript and are synced from their own API instead, which the table notes where it applies. Pricing for every client comes from LiteLLM’s pricing data, with tiered pricing and cache-token discounts applied per model.

Add a client

The registry is open source and additions are welcome. Each integration is a reader that locates the client’s transcript or database and maps its records onto the shared usage schema. Open an issue or a pull request on github.com/junhoyeo/tokscale.

Next steps