Cursor Origin, the code-hosting platform Cursor first showed off in June, began rolling out to paid users on Monday in early beta. It puts the AI coding tool directly against GitHub and GitLab, aimed at teams whose pull requests are increasingly opened by software rather than people.

Repos live in a new Codebase tab inside Cursor, and developers push to them over the command line. Repos get pull requests with timelines, commits, checks and files changed; reviewers can merge without a browser tab. “Your code, PRs, and agents are now in the same place,” changelog reads.

The argument is that writing code stopped being the constraint. RuntimeWire reported that 35% of pull requests merged inside Cursor were opened by agents running autonomously in cloud virtual machines. Review, not authoring, is the bottleneck Origin is built around. Cursor bought Graphite, the code review startup behind stacked pull requests, in December; Graphite co-founder Tomas Reimers unveiled Origin at Cursor’s Compile conference in June and leads its development.

What Cursor Origin does differently

Origin does not ask teams to leave GitHub. Connect a GitHub organisation, pick repositories, and they sit alongside Origin-native ones. Pushes keep going to GitHub, which stays the source of truth for anything started there; pull request conversations sync in both directions. It is a second window onto code teams already have, and it costs nothing to abandon.

Three integrations shipped on day one. Vercel spins up a preview deployment for every pull request and ships to production on merge; Depot and Buildkite run continuous integration, and both execute existing GitHub Actions workflows unchanged.

Cursor Origin codebase settings showing Vercel, Depot and Buildkite integrations

A launch the outage explained

Origin went out on Monday morning. About three and a half hours later GitHub’s status page logged a six-hour-42-minute global degradation — error rates near 20% on pull requests, issues and the API, near 50% on archive and raw file downloads. It was the seventh incident on GitHub’s status page in fifteen days.

“We were going to ship this earlier, but GitHub was down,” Matt Palmer, who works at Cursor, wrote of the launch.

The rollout is Cursor’s first major product update since SpaceX completed its $60 billion all-stock acquisition; Cursor now operates inside the SpaceXAI division. Origin’s pricing, security architecture and data-handling terms are still unpublished. The changelog says only that it reaches all paid plan users, except enterprise orgs whose admins opt out — and opt-out, not opt-in, is a sentence administrators should read twice.

What it means for developers in the UAE

Origin is in beta for UAE developers on any paid Cursor plan, with no regional restriction announced. The GitHub sync keeps the switching cost close to zero: teams can try the review experience while GitHub stays authoritative, and walk away without touching a branch protection rule. The default deserves attention at any organisation holding proprietary code — Origin switches on unless an enterprise admin opts out, and the vendor now answers to a rocket company. For Dubai’s AI startups, the question is simpler: whether doing reviews inside the editor is worth a second source of truth.

NEWSLETTERS

Subscribe to our Newsletters

Two newsletters. Zero noise. Pick what lands in your inbox.

Unsubscribe anytime. We don’t share your email.

Is Origin free?

Cursor has not published separate pricing for Origin. It is in early beta and included with all paid Cursor plans, and the company says agent-native features are still to come.

What are stacked pull requests?

A Git workflow for shipping dependent changes without waiting for each one to be approved and merged first. It is the signature feature of Graphite, the code review startup Cursor bought in December 2025, and Origin inherits it.

Does Origin replace GitHub?

Not for synced repositories. GitHub remains the source of truth for any repo started there: pushes continue to GitHub and pull request conversations sync in both directions. Repos created in Origin are hosted by Cursor directly.