π Reference Documentation
Complete technical reference documentation for Claude Code, including API specifications, command references, and configuration options.
π― Purpose
This section contains factual, lookup-style reference documentation for Claude Code. It focuses on technical specifications, API documentation, command references, and configuration details rather than conceptual guides or tutorials.
π Core Reference Documents
If youβre new or need to find the most critical information, start here.
- CLI Reference: Everything you need to install, configure, and use the command-line interface.
- Configuration Reference: A complete guide to all settings in
CLAUDE.md, local settings, and environment variables. - API Reference: Full technical details for the TypeScript SDK, including all types and methods.
π Reference Documents
π§ API Reference
- API Reference - Complete API documentation including types, methods, and examples
π» Commands Reference
- Commands Reference - Comprehensive CLI commands and options
- Claude Code CLI Reference - Complete CLI installation, configuration, and usage guide
βοΈ Configuration Reference
- Configuration Reference - All configuration options for settings, hooks, and environment
π Project Templates
- Project Templates - Ready-to-use templates for common scenarios
π Quick Reference
Available Models
claude-sonnet-4-20250514- Default balanced modelclaude-haiku-4-20250514- Faster, lightweight modelclaude-opus-4-20250514- Most capable model
Permission Modes
- strict - Requires explicit confirmation for all operations
- cautious - Asks for confirmation on destructive operations (default)
- relaxed - Minimal confirmations
Key Environment Variables
ANTHROPIC_API_KEY # API authentication
CLAUDE_MODEL # Override default model
CLAUDE_PERMISSION_MODE # Override permission mode
CLAUDE_DEBUG # Enable debug loggingThis reference section is maintained for accuracy and completeness. For conceptual explanations and tutorials, see the Documentation section.
π§ Explore Reference
- Getting Started: For a step-by-step walkthrough, see the Quickstart Guide.
- Core Concepts: To understand the βwhyβ behind the features, explore the Core Features.
- Development Patterns: For best practices and advanced techniques, visit the Development Guides.
- Integrations: To connect Claude to other tools, check out the Integrations Hub.