Overview
Claude Code is Anthropic’s coding agent. When configured in Zenflow, it runs inside isolated Git worktrees and benefits from Zencoder’s context engine, multi-repo search, and Zen Rules.Setup
Prerequisites
You need one of:- Anthropic API key: Bring your own key (BYOK)
- Claude Pro/Max subscription: Use your existing Anthropic account
Installation
Install Claude Code
Install the Claude Code agent on your machine. See Anthropic’s documentation for installation instructions.
When to Use Claude Code
- Complex debugging: Multi-step problem solving that requires reasoning through code paths
- Code review: Thorough, context-aware feedback on diffs
- Architecture decisions: System design trade-offs
- Refactoring: Safe transformations across large codebases
Configurations
- Model – Override the Claude model ID to use a specific variant.
- Dangerously Skip Permissions – When enabled, Claude runs commands without explicit approval. Useful for trusted repos; disable for production workloads.
Pricing
| Option | How It Works |
|---|---|
| BYOK (API Key) | Pay Anthropic directly for usage |
| Claude Pro/Max | Use your existing subscription |
Next Steps
Supported Agents
Compare all available agents
Custom Agent
Connect other models