Anthropic Claude Code
Also known as: Claude Code
Anthropic's terminal and IDE-native coding agent with sub-agent support, browser use, and MCP tool calling, designed for deep codebase understanding and autonomous software engineering tasks.
Claude Code is Anthropic's agentic coding system, a tool that takes a development task described in plain language and carries it out across a real codebase. It runs in the terminal, in a desktop app, and inside IDEs, and rather than suggesting the next line as you type, it works at the level of a whole project: it reads the codebase, plans an approach, makes changes across multiple files, runs tests, fixes failures, and commits the result. The developer sets the objective and decides what ships, while the execution loop runs on its own.
Control and safety are built into how it operates. By default Claude Code is cautious, asking for permission before it modifies files or runs commands, and it offers permission modes, checkpoints, sandboxing, and a plan mode where you review its proposed steps before it acts. An automatic mode can route each action through a safety classifier to separate routine work from riskier operations. Because it works inside the developer's own environment using their existing tools, nothing happens in an opaque backend.
The tool is designed to be extended. A CLAUDE.md file gives it standing conventions and commands for a repository, and developers can add skills, subagents, slash commands, and hooks, then bundle them as plugins from a growing directory. Through the Model Context Protocol, Claude Code reaches beyond the codebase to databases, internal APIs, issue trackers, and monitoring systems, so it can, for example, read a ticket's acceptance criteria or inspect a production database before writing a migration. The same agentic loop is available programmatically through the Claude Agent SDK for building custom agents, and multiple Claude Code instances can work in parallel on different parts of a large task under a coordinating lead.
Claude Code is powered by Anthropic's Claude models and reflects the company's research on agent safety and human oversight. While built for engineers handling large refactors, debugging, and code review, it has also become an entry point for founders, product managers, and operations teams who can describe an outcome and get working software back.
Vendor details
Canonical URL
https://docs.anthropic.com/en/docs/claude-code/overview
Category
Coding agent
Company status
independent
Use cases & customers
Target customers
Deployment options
In practice
A failing test is buried in a cross-file issue you don't want to trace by hand. Claude Code reads the whole project, plans a fix, edits the relevant files, runs the suite, and iterates until it passes.
You won't let an agent touch production code unsupervised. Claude Code asks permission before changing files or running commands, and Plan Mode lets you review its proposed steps before any of them run.
Before writing a migration, the agent needs to know your actual data model and the ticket's acceptance criteria. Through MCP, Claude Code reads your database and issue tracker, not just the code in front of it.
Sources & related URLs
Agentic Index coverage score
10.0 / 14 capabilities · 71%
| Integrations & Tool CallingOfficial docs 2026-06-08 | Full |
|---|---|
| Workflow OrchestrationSub-agents docs 2026-06-08 | Full |
| Knowledge Grounding & RAGOfficial docs 2026-06-08 | Full |
| Human Oversight & GuardrailsOfficial docs 2026-06-08 | Full |
| Security, Identity & GovernanceOfficial docs 2026-06-08 | Full |
| Observability & AuditabilityOfficial docs 2026-06-08 | Partial |
| Memory & State PersistenceOfficial docs 2026-06-08 | Partial |
| Deployment & Data ResidencyIDE integrations docs 2026-06-08 | Partial |
| Prebuilt Agents, Templates & PacksOfficial docs 2026-06-08 | Unable to verify |
| Triggers & Channel CoverageOfficial docs 2026-06-08 | Partial |
| Model Flexibility & RoutingAnthropic-only model | Unable to verify |
| APIs, SDKs & MCP ExtensibilityOfficial docs 2026-06-08 | Full |
| Testing, Debugging & OptimizationOfficial docs 2026-06-08 | Full |
| Browser & Computer UseSub-agent browser surface docs 2026-06-08 | Full |
The Agentic Index coverage score grades every vendor Full, Partial or Unable to verify against the same 14 buyer facing capabilities, from public evidence only. Each capability links to how all vendors in the index score on it. How this evidence is graded
Recent platform changes
Claude Code version 2.1.233 introduced support for GitLab merge requests. The release also includes optimized self-hosted runner starts, updated gateway and plugin validation, and improved accessibility and diagnostics.
Bears on: Integrations
View sourceClaude Code version 2.1.232 added default subagent forking, direct cross-session messaging, and Remote Control upgrades. The release also introduced enhanced sandboxing, improved permission checks, and optimized background agents.
Bears on: Agent capability
View sourceClaude's Compliance API was expanded to cover Claude Code across the CLI and desktop app in beta for Enterprise customers. The API provides unified session content and metadata, including consolidated server-hosted transcripts of prompts, responses, and tool activity.
Bears on: Observability / auditability
View sourcePricing
Usage-based (via Claude plan + API)
quota + usage beyond quota
Included quota
Pro (~$20) includes interactive Claude Code usage within plan rate limits; Max tiers raise those limits; API usage is billed per token beyond plan limits.
What is public
Claude Code is Anthropic's agentic coding tool (terminal, IDE, desktop) that loads project context and executes multi-step coding tasks. No standalone seat price - accessed through a Claude consumer subscription (Pro ~$20/mo, Max higher) or directly on the Claude API pay-as-you-go, with usage metered beyond plan limits.
Billing mechanics
Bundled-subscription plus usage. A Claude Pro/Max plan includes interactive Claude Code usage up to plan limits; heavier or automated use is metered via the Claude API. Can also be run directly on the API without a consumer plan.
Cost watchouts
Automated or high-volume agent runs can drive API token spend well above the base subscription.
Variable cost rationale
Bundled subscription plus token-metered API usage with no hard cap makes spend highly usage-dependent.
Additional watchouts
Like Codex, there's no clean per-seat price - effective cost is the Claude plan plus metered API usage for heavier workloads.
Overage / add-ons
Beyond plan limits, usage is billed via the Claude API at per-token rates, or use a higher Max tier.
Sales call required
No, self serve available
Free / trial
n/p
Lowest paid plan
Bundled w/ Claude Pro $20/mo + API usage
Commercial notes
No standalone seat price; access rides on a Claude consumer plan (Pro/Max) or direct Claude API usage. Anthropic's own coding agent.
Key ambiguities
Included usage depends on the Claude plan tier and rate limits, and the API path is pure usage-based, so a single entry price isn't representative.
Cancellation / refund
Billed via the underlying Claude subscription or API account; standard Anthropic terms.
Missing data
Exact per-plan Claude Code rate limits and the breakpoint where API metering begins aren't consolidated in one public figure.
Related vendors
- Cognition — Maker of Devin, an autonomous AI software engineer
- 10Web — Agentic website platform whose team of ten specialized AI agents…
- Ageiro — Early stage enterprise platform that turns business goals into…
- Aider — Open-source, model-agnostic terminal coding agent that works…
- AppFactor — Agentic orchestration platform that autonomously maintains and…
- Augment Code — AI coding assistant evolving into an AI-native engineering platform
Alternatives to Anthropic Claude Code
The closest documented capability profiles to Anthropic Claude Code among coding agents tracked by Agentic Index, ordered by similarity on the same 14 point evidence the rankings use. No vendor pays for placement.
- Google Jules9.0 / 14A lighter documented profile than Anthropic Claude CodeAnthropic Claude Code vs Google Jules →
- Cognition10.5 / 14Fuller documented coverage on Memory & State Persistence and Triggers & Channel CoverageAnthropic Claude Code vs Cognition →
- OpenAI Codex9.5 / 14Adds documented Prebuilt Agents, Templates & PacksAnthropic Claude Code vs OpenAI Codex →
- Google Antigravity10.0 / 14Adds documented Model Flexibility & Routing
- JetBrains AI10.0 / 14Adds documented Prebuilt Agents, Templates & Packs and Model Flexibility & RoutingAnthropic Claude Code vs JetBrains AI →
- Baz11.5 / 14Adds documented Prebuilt Agents, Templates & Packs
Similarity is computed from each vendor's Agentic Index coverage score evidence, axis by axis, not from the totals. How this evidence is graded