Cursor Origin
Cursor Origin Access: The Waitlist Is Over, Here's How to Get In
There is no Cursor Origin waitlist any more. Since August 17, 2026 Origin is in early beta for Pro, Teams and Enterprise plans: open cursor.com/codebase, claim a codebase name, then create a repo or sync one from GitHub. Access opens in stages, free plans are excluded, and enterprise admins can opt out.

On this page
How do you get access to Cursor Origin now?
Through the plan you already pay for. The waitlist form at cursor.com/origin was replaced on August 17, 2026 by the line "Early beta now available on all paid plans," and Cursor's docs describe a short setup rather than a queue. There is no questionnaire and no invite code to hunt for, but there is one irreversible choice in the flow, so read the steps before you click through them.
- 1Open cursor.com/codebase signed in to a Pro, Teams or Enterprise account and select Get Started. Free plans do not qualify.
- 2Claim a codebase name. It becomes the namespace every repo lives under (cursor.com/codebase/{owner}/{repo}) and during the beta it cannot be changed once claimed. On a team, any member can claim it; admins then grant repo access from codebase settings.
- 3Create a repo with New, or bring one over with Sync from GitHub. The docs' clone URL is https://origin.cursor.com/{owner}/{repo}.git, and the Origin CLI (
origin auth login) sets up the git credential helper so push and pull work.
Read the second step literally, because it is the only part Cursor says you cannot undo. Everything else in the beta is reversible from a settings page: a synced repo can be detached, a repo can be deleted, Origin itself can be disabled for the team from the dashboard. The namespace is the exception, and it is the first thing you are asked for.
Who claims it is worth a minute's thought on a team, and nothing published settles it. Any member can, and the name is the one that will sit in every URL the company's code lives at. I'd have the person who owns the GitHub org do it, for a reason that has more to do with org charts than with Cursor. The name that matches your existing org is the one nobody has to ask about later, and the person with the authority to pick it is the person who will otherwise be asked to rename it.
This is covered hands-on in Cursor Compile 2026 — 1 short Unit, free to read.
Rather do it than read about it? Run 11 interactive Cursor walkthroughs in a simulated editor. Free, no account needed.
What does access actually get you?
More than the phrase "early beta" usually implies, and less than the June demo promised. Here is the honest ledger, from the docs.
- Hosting
- Yes. Create Internal or Private repos, clone, push and pull with standard git, browse and search code at cursor.com/codebase.
- GitHub sync
- Yes. Mirror a GitHub repo, keep it updated, pull requests sync both ways, GitHub stays the source of truth until you detach.
- Pull requests
- Yes. Activity, commits, checks and files-changed tabs; reviewers, line comments and merge.
- Agents
- Yes. Cloud agents and Automations work against Origin repos; a local agent can create one through the CLI.
- Apps
- Vercel, Depot and Buildkite. Depot and Buildkite run CI on Origin-hosted repos only; synced repos keep CI on GitHub.
- Agent-native review
- No. Intent-aware conflict resolution, merge queues and native stacks are not documented; the changelog says agent-native features ship soon.
- A price
- No separate one. Origin is included with paid plans in the beta; post-beta terms are unpublished.
- Any obligation
- None beyond the plan you already have.
Based on cursor.com/docs/origin and the August 17, 2026 changelog, checked August 22, 2026.
Of those rows, the missing agent-native layer is the one that changes plans. The usual beta playbook has the headline feature somewhere in it: you get in early, you form a view on the thing that made you sign up, and you turn up at general availability already decided. Here the headline feature is the part that has not shipped, so an internal commitment along the lines of "we will have evaluated Origin's review model by Q4" rests on docs that describe ordinary pull requests.
The asymmetry still favors getting in. It costs a few minutes, a synced repo leaves GitHub authoritative, and it means forming a view on the hosting basics from real use rather than from a write-up two days after the next changelog entry.
Why can't you see Origin on a paid plan?
Three documented reasons, and none of them is a bug. The docs say access opens in stages, "so you may not see Origin immediately after it becomes available for your plan." The changelog adds that enterprise orgs whose admins opt out are excluded. And teams on legacy privacy mode cannot enable Origin at all until they switch to Privacy ModeCursor's setting that guarantees code data is not used for training by Cursor or its model providers, and that an admin can enforce org-wide; data-retention terms are a separate, contractual layer. Press Enter for the full definition., because Origin follows the Privacy Mode of the namespace owner.
How much good asking does depends on what kind of customer you already are. A five-person team on individual plans has nobody to ask and the staged rollout to wait on. An org with an enterprise contract and a named account manager can find out in one message whether an admin opted out, and that is a question worth asking before anyone files a support ticket about a missing tab. Neither path moves you up a queue, because there is no queue; both just tell you which of the three reasons applies.
Meanwhile, demand for Origin was commercially valuable enough during the waitlist months that other companies intercepted it, and those pages are still live, which makes it worth knowing exactly which page is real.
Buddy, a CI/CDContinuous Integration / Continuous Delivery. The automated pipeline that builds, tests and ships code so changes reach production safely and often. Press Enter for the full definition. vendor, runs a page at origin.alternative.to headlined "You don't have to wait for Origin," built to catch people searching for the waitlist. It is a real company's marketing page rather than an Origin signup. The only place that gives you Origin access is cursor.com/codebase, signed in to a paid Cursor account.
Cursor's own line on third-party sellers is the closest published rule to borrow here: the pricing page states that subscriptions are sold only through cursor.com and that no resellers or third-party sellers are authorized. Origin has no separate price, so no page can legitimately charge you for access to it. A request for payment is enough to close the tab, and a request to log in to your git host is the worse of the two, since a payment can be disputed later and a granted token cannot un-read whatever it already read.
What happened to the waitlist and the fall 2026 date?
The waitlist ran from the June 16, 2026 Compile announcement until the early beta shipped on August 17, and Cursor never published invite waves or a rollout order for it; the beta simply opened to paid plans. Third-party coverage of the announcement had reported that Origin would be "available this fall," and no fall date, or any date, ever appeared on cursor.com itself. The beta landed a month before the reported season, which is the usual lesson about reported dates run in the unusual direction. The status tracker carries the full timeline and the signals for general availability, which is the next date nobody has published.
If you signed up to the waitlist, nothing published says that address is used for anything now. Access is a property of your plan, not your signup, so the email you registered with is irrelevant unless it happens to be the one your paid Cursor account sits on.
What should you do in the first week of access?
The first week is usable time, and the teams that get a real evaluation out of it will be the ones that treat it as a migration-readiness exercise rather than a tour. Migrating from GitHub to Origin covers the full playbook; here is the short version to run now.
- 1Inventory what is tied to your current host: issues, CI pipelines, webhooks, secrets, permissions. The docs say the sync carries history and pull requests and nothing else on that list; the list is the actual migration.
- 2Sync one trial repo from GitHub rather than pushing a fresh one. You get Origin's browse, search and pull requests on real history while GitHub stays the source of truth, and Detach from GitHub is there if you decide to go further.
- 3Pick that repo carefully: active enough to generate real review traffic, non-critical enough that an early beta can hold it.
- 4Get used to small, stacked changes. Graphite's gt CLI works against GitHub today, and stacked diffs are the review model Origin's team built, even though the beta's pull requests do not ship native stacks yet.
- 5Keep automated review where it is. BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. runs on GitHub and GitLab now, and the mirror docs say to use Bugbot or Cursor Review alone if review comments are all you want.
Run those in order, because the first one sizes everything after it. The inventory tells you whether this is a morning's work or a project: eight pipelines and a couple of webhooks is a different situation from sixty of each, and the trial-repo choice depends on knowing which one you are in. The sync comes second for a duller reason. It takes minutes, and you would rather find out how the pull-request sync behaves on a repo nobody is waiting on than during the week you are trying to evaluate a host.
Most of the risk sits in step three. A repo that matters too much never gets used, because nobody puts the quarter's release on an early beta, and a quiet one produces too little review to say anything about the part Origin is meant to change. Both mistakes leave you at the end of the week with nothing to decide on. Pick the repo before you claim the namespace, while nothing is riding on the choice.
Steps four and five are the odd pair, because they are the only two that would have paid off before access arrived and still pay off now. Stacked changes through Graphite's gt CLI and BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. on pull requests both run against GitHub today. A team that adopts them is reviewing differently next week rather than next quarter, so if you only have appetite for two of the five, take those two and let the inventory wait until there is a reason to run it.
Team size changes which of the five pay off. On a two-person team the pipeline audit is the part to drop, since the setup is one repo and a CI file. The sync earns its minutes at any size, because what a small team still gets wrong is assuming a mirror behaves like the original without ever watching it.
Do those five and the week of access becomes something you can decide on.
Frequently asked questions
Where is the official Cursor Origin waitlist?
It no longer exists. Origin shipped in early beta on August 17, 2026, and cursor.com/origin now says "Early beta now available on all paid plans." Access is at cursor.com/codebase on a Pro, Teams or Enterprise account. Treat any other domain offering Origin access or a waitlist as unaffiliated.
Does Origin access cost anything or commit me to buying?
Nothing beyond a paid Cursor plan. Origin is included with Pro, Teams and Enterprise during the early beta with no separate price, meter or contract, and Cursor has published no post-beta terms. The one commitment in the flow is the codebase name, which cannot be changed during the beta.
How long is the wait for Cursor Origin access?
There is no queue, but there is a staged rollout. Cursor's docs say access opens in stages, so a paid plan may not see Origin immediately. If it does not appear, the other documented causes are an enterprise admin opting the org out and a team still on legacy privacy mode.
Is origin.alternative.to part of the Cursor Origin waitlist?
No. That page is run by Buddy, a CI/CD vendor, as marketing aimed at people searching for Origin. It is not affiliated with Cursor and signing up there does not give you Origin access. The only official path is cursor.com/codebase with a paid Cursor account.
Do existing Cursor subscribers get earlier Origin access?
Paid subscribers are the only people who get it at all: the beta is on Pro, Teams and Enterprise and not on free plans. Within paid plans Cursor has published no priority order, only that access opens in stages and that enterprise admins can opt out.
Sources & last verified
- Cursor: Origin
- Cursor Docs: Origin
- Cursor Docs: Install the Origin CLI
- Cursor Docs: Mirror a GitHub repository
- Cursor Changelog: Origin Code Hosting (Aug 17, 2026)
- Cursor: Pricing (no authorized resellers or third-party sellers)
- eesel: What is Cursor Origin (fall-2026 timing, reported)
- Buddy: origin.alternative.to (unaffiliated marketing page)
Cursor ships frequently. Last updated August 22, 2026.