Cursor, now owned by SpaceX, launched Origin, a code hosting platform built for AI coding agents, on Monday. The platform is currently in beta for paid users and allows developers to sync existing repositories from GitHub, with real-time two-way synchronization available--mirrors commit history, branches, and PR activity, keeping GitHub as the canonical source of truth until a team chooses to detach.
Built by the Graphite team acquired in late 2025, Origin is designed to handle high-frequency commits and parallel agent workloads, featuring AI-powered automated merge conflict resolution and sub-400-millisecond global sync latency.
Unlike GitHub, which was built for human-first developers, Origin is architected to manage fleets of AI agents committing simultaneously, addressing the bottleneck of manual code review. Early previews highlighted capabilities such as 296,000 clones per hour and the ability to handle 22 commits per second per repository.
The platform integrates directly into the Cursor IDE, featuring a Codebase tab for repository management and a Review tab for automated pull request processing. Instead of forcing developers to jump between a local editor and an external browser tab to check pull requests or review builds, Origin integrates repository management straight into Cursor.
Initial integrations include Vercel, Buildkite, and Depot, with support for existing GitHub Actions workflows to facilitate CI/CD pipelines.
"You can now host your repos in Cursor Origin and deploy to Vercel via Cursor Origin which is itself hosted on Vercel," Vercel chief executive Guillermo Rauch posted on X. "And unlike GitHub, it's online 😁" Asked why he was smiling, Rauch replied: "trying to make light of the situation. We ourselves are stuck because of github rn!"
Origin was first unveiled at Cursor’s Compile conference on June 16, 2026, alongside a new iOS app and a 1.5-trillion-parameter model. The launch follows SpaceX’s $60 billion all-stock acquisition of Cursor, which aims to consolidate control over the entire software development pipeline from editor to infrastructure.
By launching Origin, SpaceXAI and Cursor are shifting AI development from the editor level down to the infrastructure layer. Rather than relying on Microsoft-owned GitHub to store code while using Cursor to write it, Origin creates a vertically integrated ecosystem.
GitHub has been unreliable, in recent years and was down for several hours Monday, as Cursor launched Origin. An analysis by LeadDev counted 257 incidents between May 2025 and April 2026, 48 of them major — roughly one significant disruption per week. February was the worst month on record with 37.
GitHub Actions alone accounted for 57 outages in twelve months. Chief technology officer Vlad Fedorov has said the platform "wasn't built for the scale it's now being asked to handle" and must design for 30 times today's load. In an April engineering post covered by InfoQ, the company acknowledged it "failed to meet its own reliability standards," citing rapid growth, tight architectural coupling and inadequate load shedding. Monday's outage was the seventh incident on GitHub's status page in fifteen days.
The fatigue is audible. "GitHub really doesn't feel built for the agent era," one developer wrote on X as Origin went live. "It goes down way too often, but until now there haven't been many real alternatives."