On August 17, 2026, Cursor launched Origin, a code hosting platform built for AI agents rather than for humans reviewing each other's work. It rolled out in early beta to all paid Cursor plans, and it syncs bidirectionally with GitHub so nobody has to migrate to try it.
The pitch is narrow and worth stating plainly: when agents write most of the code, the place code lives should understand agents. Whether that is a real problem or a land grab is the interesting question.
What Origin Actually Is
Origin is a Git forge. Repositories, pull requests, code browsing, reviews, merges, and CI connections, with the whole surface wired into Cursor itself. The official documentation and the changelog entry cover the beta scope.
The specific capabilities in the early beta are concrete. You can create repositories from inside Cursor, including from a Cursor agent. You clone, push, and pull with standard Git, so nothing about your local workflow changes. You can mirror a GitHub repository into Origin with bidirectional sync. You can open and review pull requests, and comments post back to GitHub within seconds. You browse and search code in the browser. And you connect third-party CI and deployment providers, with Vercel, Depot, and Buildkite named at launch.
Cursor's framing on X was direct: "Origin, our code hosting platform, is now live. It's fast, easy to use, and deeply integrated with Cursor. Get started by syncing your repos from GitHub."
The bidirectional GitHub sync is the strategically important detail. It removes the migration decision entirely. You are not choosing Origin over GitHub, you are running both, which is a much easier thing to say yes to.

Why Git Hosting Became a Bottleneck
The argument for a new forge rests on a claim about scale. Git hosting was designed around a human cadence: a developer opens a branch, pushes commits over hours or days, opens a pull request, and a colleague reviews it.
Agent workflows break several assumptions in that model. Agents open more branches, produce more pull requests, and generate diffs faster than review capacity grows. The bottleneck moves from writing code to reviewing it. Cursor's bet is that a forge which treats agents as first-class actors, rather than as unusually fast humans holding a personal access token, can do things a general-purpose forge cannot.
What that means concretely in the beta is mostly integration rather than novel primitives. The agent that wrote the code, the pull request containing it, and the review surface are in one place, so context does not have to be reconstructed at each hop. That is a real friction reduction. It is not yet a new category.
The competitive context is that everyone is converging on this from different directions. We covered Zed Delta's multiplayer approach to agent coding and Pixy's visual editor layer for coding agents earlier this month. Cursor is the first to argue the hosting layer itself needs rebuilding.

What You Get in the Beta
Availability is Pro, Teams, and Enterprise. There is no free tier at launch, which tells you the target is teams already paying for Cursor rather than individual developers evaluating a GitHub alternative.
Cursor is collecting beta feedback in a dedicated forum thread, which is the fastest way to see what is breaking for other teams. The realistic way to try it is the mirror. Pick one active repository, sync it, and run a week of normal work through Origin's review surface while GitHub stays authoritative. Because sync is bidirectional and PR comments propagate back, you can abandon the experiment at any point with nothing stranded.
The CI story is the part to check first against your own stack. Vercel, Depot, and Buildkite are the named integrations. If your pipeline runs on GitHub Actions, understand exactly what happens to those workflows before you move anything that matters. A forge without your CI is a code viewer.

The Open Questions
Two things are worth weighing before you put real work here, and neither is a reason to dismiss the product.
The first is data terms. Coverage at launch noted that Origin shipped without clear published data terms governing code stored on it. For anyone hosting client work under contract, that is not a detail you can defer. Read the current terms yourself before uploading anything covered by an NDA, and if they are still unclear, keep the authoritative copy on a host whose terms you have read.
The second is concentration. Running your editor, your agents, and your code hosting through one vendor is convenient precisely because it is tightly coupled, and tight coupling is what makes leaving expensive later. The GitHub mirror mitigates this well right now. Whether that stays true as Origin adds features that have no GitHub equivalent is the thing to watch.
There is also an ownership change in the background. Cursor was acquired earlier in August, and reporting has connected that to questions about who ultimately holds code stored on Origin. Treat this as a reason to read the terms rather than as a verdict.
Key Takeaways
1. Origin is Git hosting designed for agent-generated volume, in early beta on paid Cursor plans since August 17.
2. Bidirectional GitHub sync means trying it is low risk and reversible. Mirror one repository rather than migrating.
3. CI integrations at launch are Vercel, Depot, and Buildkite. Check your pipeline before moving anything critical.
4. Published data terms were unclear at launch. Read them before hosting client or NDA-covered work.
What to Watch
The signal that matters is whether Origin ships review tooling that genuinely could not exist on GitHub. Batch review of many agent-authored pull requests, provenance showing which agent and which prompt produced a diff, or policy gates on agent-initiated merges would all be real differentiation. Faster search and a tidier interface would not.
The second signal is pricing and free tier. If Origin stays paid-only, it is a retention feature for Cursor subscribers. If a free tier appears, the ambition is to compete with GitHub directly, and the calculus for everyone else changes.
Frequently Asked Questions
Do I have to leave GitHub to use Cursor Origin?
No. Origin mirrors GitHub repositories with bidirectional sync, and pull request comments post back to GitHub within seconds. You can run both and keep GitHub authoritative.
Which Cursor plans include Origin?
Pro, Teams, and Enterprise. It began rolling out in early beta to all paid plans on August 17, 2026. There is no free tier at launch.
Does Origin work with my existing CI?
Vercel, Depot, and Buildkite are the integrations named at launch. If you rely on GitHub Actions or another provider, verify the behaviour before moving a repository you depend on.
Can I use normal Git commands with Origin?
Yes. Clone, push, and pull work with standard Git. Your local workflow and tooling do not need to change.
Is it safe to host client work on Origin?
Read the current data terms first. Coverage at launch noted they were not clearly published, which matters for work under NDA. Until you have read them yourself, keep the authoritative copy elsewhere.
What problem is Origin actually solving?
Review throughput. Agents generate branches and pull requests faster than human review capacity grows, and Origin is a bet that a forge built around that volume beats one designed for a human cadence.
Deep dive by Creative AI News.
Subscribe for free to get the weekly digest.