Review Scores
Scores are editorial assessments based on our methodology, public documentation, and reported deployments. They are not user star ratings, and AI Agent Square does not publish an aggregate rating until enough verified user reviews exist.
Sourcegraph Cody Pricing (2026)
The biggest pricing story for Cody is what disappeared. In mid-2025 Sourcegraph discontinued the free Cody and Cody Pro plans and repositioned Cody as an enterprise-only product. If you arrived expecting a free individual tier, it no longer exists — and that single change reshapes who Cody is for.
For enterprises, reported pricing centers on roughly $59 per user per month on an annual contract for Cody Enterprise, with some sources citing figures around $49 depending on the package. Sourcegraph also frames its broader Enterprise platform as starting near $16,000 with included AI-feature credits, bundling Cody's AI capabilities with code search, batch changes, and admin controls. Exact pricing is negotiated per customer, so the figures here are reported reference points rather than a published rate card — confirm a quote directly with Sourcegraph.
| Plan | Reported Price | What's Included |
|---|---|---|
| Cody Free / Pro | Discontinued | Retired in mid-2025. Individual and Pro self-serve tiers are no longer offered. |
| Cody Enterprise | ~$59/user/mo (annual) | AI chat, autocomplete, multi-repo context, admin-selectable models, no-training guarantee, SOC 2. |
| Sourcegraph Enterprise | Reported from ~$16K | Full platform: code search across repos, batch changes, code insights, SSO, plus AI credits. Negotiated per customer. |
| Self-hosted / Air-gapped | Contact Sales | Single-tenant and bring-your-own-cloud deployments for strict security and data-residency needs. |
Pricing figures are reported reference points, not an official public rate card for negotiated enterprise contracts. Confirm current pricing directly with Sourcegraph before budgeting.
What We Like & What We Don't
What We Like
- Best-in-class multi-repository context — retrieves relevant code across many repos to reason about large system architectures.
- Built on Sourcegraph's mature code-search and code-intelligence platform, not a bolt-on.
- Admin-selectable frontier models (Claude, GPT, Gemini) so teams aren't locked to one vendor.
- Strong enterprise posture: no-training guarantee, SOC 2, and self-hosted / air-gapped deployment.
- Works inside VS Code and JetBrains IDEs developers already use.
What We Don't
- No more free or Pro tier — individual developers and small teams are effectively shut out.
- Enterprise-only model means a sales cycle and annual commitment to get started.
- Less of a flashy "agentic IDE" experience than newer tools like Cursor; strength is context, not autonomy.
- Value is highest in large, multi-repo codebases; smaller projects won't tap its main advantage.
- Pricing is negotiated and not transparently published, complicating early budgeting.
Detailed Feature Review
Sourcegraph Cody is the AI coding assistant from Sourcegraph, a company that built its reputation on code search and code intelligence long before the current wave of AI coding tools. That history is the key to understanding Cody: it is not a model wrapper that happens to see your open file, it is an AI layer on top of a system specifically engineered to understand large codebases. In 2026, after Sourcegraph retired its free and Pro tiers, Cody is squarely an enterprise product, and its identity is built around one thing most competitors do less well — context at scale.
The practical problem Cody solves is the one that bites hardest at big companies. In a sprawling codebase spread across dozens or hundreds of repositories, the hardest part of writing correct code is not generating syntax; it is knowing how the rest of the system works — which service owns what, how a function is used elsewhere, what conventions the team follows. A coding assistant that only sees the current file gives confident but context-blind suggestions. Cody's answer is to bring real, retrieved code context into the model's view.
Multi-Repository Code Context
The headline capability is Cody's ability to retrieve relevant code from up to roughly ten repositories simultaneously. For a developer working on a change that touches several services, this means the assistant can actually reason about how those pieces fit together rather than guessing. This is the single clearest differentiator versus file-and-project-focused tools, and it is why Cody resonates with platform and infrastructure teams maintaining complex, interconnected systems. Our GitHub Copilot review covers the more individual-developer end of this spectrum.
Code Search Foundation
Cody inherits Sourcegraph's code search, which is excellent in its own right. The combination matters: AI suggestions are only as good as the context fed to them, and Sourcegraph's search is a proven engine for finding the right code across an enormous codebase. Many AI coding tools are racing to build retrieval; Sourcegraph has been doing precise code search at scale for years, and Cody stands on that foundation.
Chat, Autocomplete, and Commands
Day to day, Cody offers the expected modern toolkit: inline autocomplete, a chat interface for asking questions about the codebase, and commands for common tasks like explaining code, writing tests, or generating documentation. The experience inside VS Code and JetBrains is solid and familiar. Where it pulls ahead is that the answers are grounded in your actual repositories, so "how does authentication work here" returns an answer about your system, not a generic one.
Model Choice
Cody Enterprise lets administrators select among multiple frontier models — reported options include Anthropic's Claude family, OpenAI's GPT and reasoning models, and Google Gemini. This flexibility is strategically valuable: it avoids lock-in to a single model vendor and lets teams match the model to the task or to their own procurement and compliance preferences. Model line-ups shift quickly, so confirm the current list with Sourcegraph.
Enterprise Controls and Security
This is where Cody earns its enterprise positioning. Sourcegraph offers a guarantee that company code is not used to train models, SOC 2 compliance, and the ability to self-host or deploy via your own cloud — including single-tenant and air-gapped setups for organizations that cannot send code to a third-party cloud at all. For regulated industries and security-conscious enterprises, these controls are often the deciding factor, and they are stronger here than in many consumer-oriented coding tools. As always, confirm current terms in your contract; we have not independently audited Sourcegraph's certifications.
Where Cody Sits in the Market
It helps to place Cody against the field. Tools like Cursor have pushed hard on the agentic, AI-native editor experience, rewriting how developers interact with their IDE. GitHub Copilot is the ubiquitous default, deeply tied to the GitHub ecosystem. Cody competes on a different axis: depth of context across large codebases and enterprise control. If your pain is "the AI doesn't understand our huge, multi-repo system," Cody is built for exactly that.
Integrations
Cody plugs into the editors and source systems enterprise developers already use. Exact integration availability changes over time, so confirm specifics with the vendor for your stack.
Use Cases
Large Multi-Repo Codebases
Reason across many repositories at once to understand how interconnected services and shared libraries fit together.
Onboarding Engineers
New hires ask the codebase questions and get grounded answers, cutting the time to first meaningful contribution.
Refactoring & Migrations
Use code search plus AI to find every usage and plan large-scale refactors with full system context.
Regulated / Air-Gapped Teams
Self-host Cody for organizations that cannot send source code to a third-party cloud.
Who Should Use Sourcegraph Cody
Best For
Cody is best for enterprises and larger engineering organizations working in big, multi-repository codebases where understanding cross-repo context is a real, daily problem. Teams that already value code search, that need strong security and data controls, or that require self-hosted or air-gapped deployment will find Cody uniquely well suited. It shines where the bottleneck is comprehension of a complex system, not just code generation.
Who Should Skip It
Individual developers, students, and small teams should skip Cody — the discontinued free and Pro tiers mean it is no longer aimed at them, and the enterprise model is overkill for a single project. For solo work or small repos, GitHub Copilot or Cursor are more appropriate and far easier to start with. Teams chasing the most autonomous, agentic editor experience may also prefer Cursor's approach over Cody's context-first philosophy.
Alternatives to Sourcegraph Cody
GitHub Copilot
The ubiquitous AI pair programmer, deeply tied to GitHub, with accessible per-seat pricing. Read review →
Cursor
AI-native code editor pushing the agentic, autonomous coding experience. Read review →
Tabnine
Privacy-focused AI coding assistant with strong self-hosting options for security-conscious teams. Read review →
Cursor vs Copilot
Head-to-head of two leading coding assistants to frame your shortlist. Read comparison →
Verdict and Recommendation
Sourcegraph Cody earns an editorial score of 8.2/10. For its target buyer — an enterprise wrestling with a large, multi-repository codebase — it is genuinely excellent, offering depth of context that file-focused competitors can't match, a proven code-search foundation, flexible model choice, and the security controls that gate enterprise adoption. If cross-repo comprehension is your pain, few tools do it better.
The score reflects a real narrowing of who Cody serves. Retiring the free and Pro tiers in 2025 removed the on-ramp for individual developers and small teams, and the negotiated, enterprise-only pricing adds friction for buyers who just want to try it. That is a deliberate strategy, not a defect — but it means Cody is no longer a tool you casually adopt; it's one you procure.
Our recommendation: if you're an enterprise with a sprawling codebase and real security requirements, put Cody on your shortlist and pilot it on your actual repositories to test the multi-repo context that is its core advantage. If you're an individual or small team, look at GitHub Copilot or Cursor instead. Still scoping the category? Our Cursor vs Copilot comparison is a useful starting point.
Comparing Enterprise Coding Assistants?
See how the leading AI coding tools stack up before you commit to an annual contract.