A repository with GitHub Codespaces configuration that configures Claude Code, OpenAI Codex CLI, or Google Gemini CLI
- Fork this repository
- Launch your Codespace by clicking "..." then "New with options..."
- Enter your anthropic api key and be sure to choose "US West" or "Southeast Asia" as the region for a fast startup.
You can also set your ANTHROPIC_API_KEY environment variable directly in GitHub Codespaces secrets:
- Go to GitHub Codespaces Settings
- Click "New secret"
- Name:
ANTHROPIC_API_KEY - Value: Your API key from Anthropic Console
Once your Codespace is set up with your API key, simply use Claude Code with:
claudeOr with a specific question:
claude "What does this repository do?"If you see a warning about missing API key when the Codespace starts:
- Follow the on-screen instructions to set up your API key
- After adding the secret, you may need to rebuild your Codespace for it to take effect
- Alternatively, you can set the key for your current session with:
export ANTHROPIC_API_KEY=your-api-key-here