Cursor Launches Origin, an Integrated Code Hosting Platform for AI-Driven Development
Cursor has introduced Origin, a built-in code hosting platform integrated directly into the editor that supports repositories, pull requests, and AI agent interactions. Currently in early beta for paid users, it allows developers to manage code and collaborate without leaving the editor. By embedding code hosting and PR management directly where developers write code, Origin streamlines workflows and treats AI agents as first-class citizens. This integration could reduce context switching and accelerate AI-assisted software engineering. While Origin aims to simplify workflows, it currently still relies on GitHub as the "source of truth," syncing repositories and PRs bidirectionally in real-time. It also supports integrations with services like Vercel, Depot, Buildkite, and existing GitHub Actions.
## BACKGROUND
Cursor is a popular AI-powered code editor built as a fork of VS Code, designed to integrate LLMs deeply into the coding experience. Traditionally, developers write code in an editor but manage hosting, version control, and pull requests on external platforms like GitHub. By bridging this gap, Cursor aims to create a more cohesive environment where AI agents can read, write, and push code autonomously.