tokenpak

TokenPak Docker

Quick start for running TokenPak in Docker.

Quick Start

cp .env.example .env
# Edit .env with your API keys
docker compose up -d
curl http://localhost:8766/health

Configuration

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

Logs & Debugging

# View logs
docker logs -f <container-name>

# Check health
curl http://localhost:8766/health

Security

Troubleshooting