Skip to main content
tkl configures supported coding agents to use Tokenless without manually creating or exporting an API key.

Install

curl -fsSL https://api.usetokenless.com/install.sh | sh
The installer supports macOS and Linux on Intel and Apple Silicon/ARM machines.

Sign in

tkl login
This opens the Tokenless dashboard to approve the device and stores the resulting session locally.

Run an agent

tkl claude
tkl codex
tkl pi
tkl opencode
tkl claude uses Tokenless’s Anthropic-compatible route; tkl codex uses its OpenAI-compatible route. tkl pi and tkl opencode use the OpenAI-compatible route too. Arguments after the agent name pass through unchanged:
tkl claude --resume
tkl codex --help

Choose a routing mode

By default, tkl uses the tokenless-pro mode. Put routing flags before the agent command:
tkl --max claude
tkl --policy ultra_saver codex
Run tkl --help for all commands and options.