Goal
Add a copy-paste-ready setup guide for Claude Code in the README (or docs/agents/claude-code.md).
Required content
- Environment variables to set:
ANTHROPIC_BASE_URL=http://localhost:8787
ANTHROPIC_API_KEY=<your FREEWAY_API_KEY or any non-empty string>
- Launch command after setting env vars
- One verification step (e.g., run a test prompt and confirm it routes through Freeway)
- Optional: mention that Freeway auto-routes to the best available free provider
Acceptance criteria
Labels
documentation, good first issue, help wanted
Goal
Add a copy-paste-ready setup guide for Claude Code in the README (or
docs/agents/claude-code.md).Required content
ANTHROPIC_BASE_URL=http://localhost:8787ANTHROPIC_API_KEY=<your FREEWAY_API_KEY or any non-empty string>Acceptance criteria
Labels
documentation, good first issue, help wanted