This dashboard uses Claude Code CLI - Anthropic's official developer tool
Claude Code CLI requires Claude API (not claude.ai web interface)
Architecture: Dashboard → Claude Code CLI → Claude API (needs API key)
This is the correct design! Claude Code CLI is specifically built for development workflows.
1. Visit console.anthropic.com
2. Sign up/login (may be different from claude.ai account)
3. Add billing details and purchase credits
4. Generate an API key
5. Enter the key above
• API usage is pay-per-use (much cheaper than Pro subscription)
• Typical cost: $0.01-0.10 per Claude Code command
• $5-10 credits often last months for development work
• Monitor usage with the analytics panel above
Claude Code CLI provides:
• Project-aware coding (reads your entire codebase)
• Direct file modifications (can edit/create files)
• Git integration (understands your repo state)
• Command execution (can run build tools, tests)
• Specialized for development workflows
Web chat interface cannot:
• Access your project files
• Modify code directly
• Understand project context
• Run development commands
• "No subscription plan" → You need API credits, not claude.ai Pro
• "Invalid API key" → Check format: should start with sk-ant-
• "CLI not found" → Install Claude Code CLI first
• "Connection failed" → Verify API key and internet connection
New Anthropic accounts often receive $5 in free API credits.
Check console.anthropic.com to see if you have free credits available!