Quick start for running TokenPak in Docker.
cp .env.example .env
# Edit .env with your API keys
docker compose up -d
curl http://localhost:8766/health
| Variable | Default | Description |
|---|---|---|
TOKENPAK_PORT |
8766 |
Proxy port |
TOKENPAK_LOG_LEVEL |
info |
Log level (debug/info/warn/error) |
ANTHROPIC_API_KEY |
— | Required: Anthropic API key |
# View logs
docker logs -f <container-name>
# Check health
curl http://localhost:8766/health
.env file (git-ignored) to inject secretsdocker inspect <image>TOKENPAK_PORT in .envdocker logs <container>.env