Claude Code
Anthropic's official AI coding assistant CLI tool.
Quick Start
3 steps to use Claude Code via the Code80 platform:
1. Install CLI Tool
bash
npm install -g @anthropic-ai/claude-code2. Configure API
Edit ~/.claude/settings.json:
json
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "your-api-key",
"ANTHROPIC_BASE_URL": "https://your-code80-domain.com"
}
}Replace
your-api-keywith your API Key from the Code80 platform, andyour-code80-domain.comwith your Code80 service address.
3. Start Using
bash
cd your-project
claudeFirst launch: Choose theme → Confirm safety notice → Configure terminal → Trust workspace → Start coding.
Use Cases
- Code writing and completion
- Code review and refactoring
- Bug investigation and fixing
- Project architecture design
- Documentation writing
Next Steps
- Installation - Detailed installation steps per platform
- Configuration - Complete config file reference
- Tips & Tricks - Advanced usage and productivity tips
- FAQ - Troubleshooting guide
