Three Days After SpaceX Closed Its $60 Billion Cursor Deal, the IDE Launched Its Own Code Hosting Platform
Cursor, now a SpaceX subsidiary, has launched Origin, a code-hosting platform engineered specifically for AI agents that generate and review code autonomously. The beta release arrived on August 17, 2026, merely three days after the merger legally closed on August 14, 2026. The timing raises a crucial question for teams whose IDE vendor just became part of a launch-and-AI conglomerate: what changed in the documents you actually rely on, and what did not.
What Is Origin, and How Does It Work?
Origin introduces a native Codebase Tab within the Cursor desktop client for repository management, operating on a two-way synchronization model with existing version control systems. For projects imported from GitHub, Microsoft's platform remains the source of truth for human developers. Origin mirrors the repository in real-time, allowing Cursor's agents to execute tasks locally while syncing comments and pull request statuses back to GitHub.
The platform launches with day-one integrations that bypass complex webhook configurations. These include:
- Vercel Integration: Enables per-pull-request preview deployments triggered automatically when a Cursor agent generates a localized feature branch
- Depot Integration: Provides GitHub Actions compatibility for existing CI/CD pipelines
- Buildkite Integration: Supports native pipeline execution without external routing
- Origin CLI: Supports standard Git operations natively, including clone, fetch, push, and pull commands
According to Cursor's telemetry, AI agents currently open 35% of all pull requests merged within the editor. By hosting repositories directly in Cursor's backend, the company removes the latency of round-tripping these operations through an external provider, collapsing the software development loop into a single boundary where the prompt, agent memory, code execution, and merge sequence all exist together.
Why Did This Ship So Quickly After the Acquisition Closed?
The three-day gap between the merger's effective date and Origin's beta launch tells an important story about product continuity. Origin was first shown publicly as a waitlisted concept in mid-June 2026, around the same time the merger agreement was signed. This means the Monday release tells you about the pre-close roadmap, not the new owner's direction. A product that ships three days after a close was built before it; continuity is the signal, not new-owner strategy.
The legal acquirer is Space Exploration Technologies Corp., through merger subsidiary X67 Inc. . Anysphere, Inc., the company behind Cursor, survives the merger as a wholly owned SpaceX subsidiary. The merger agreement itself was signed on June 16, 2026, and the merger's "Effective Time" was August 14, 2026, a Friday.
What Changed in the Legal Documents?
Precision matters when evaluating what the acquisition actually changed. Cursor's Master Service Agreement (MSA), which carries the change-of-control assignment clause, was refreshed on August 13, 2026, one day before the close. However, the Data Processing Agreement (dated November 5, 2025) and Data Use policy (dated July 15, 2026) contain no change-of-control language at all, as retrieved at the time of writing.
As of the acquisition's completion, SpaceXAI is listed as an inference provider alongside, not in place of, OpenAI, Anthropic, and Google Gemini on Cursor's subprocessor list. This is a snapshot, not a commitment; the Data Processing Agreement gives 30 business days' notice before subprocessor changes. What the new owner changes, if anything, will show up later in documented form.
How to Evaluate the Acquisition's Impact on Your Team
If your engineering team uses Cursor's Pro, Teams, or Enterprise tiers, you can access the Origin beta today. Here are the practical steps to understand what this acquisition means for your workflow:
- Treat GitHub as Your Durable Remote: For projects started on GitHub, Microsoft's platform remains the source of truth for anything initiated there. Pushes continue to route to GitHub, maintaining your existing CI/CD pipeline integrity
- Route Agent-Driven Tasks Through the Codebase Tab: Begin testing agent-driven tasks through Origin's new Codebase Tab to measure the latency benefits of bidirectional sync without disrupting human developer workflows
- Review the Updated MSA: Check Cursor's refreshed Master Service Agreement (dated August 13, 2026) to understand how change-of-control mechanics apply to your organization, particularly if you have enterprise agreements
- Monitor Subprocessor Changes: Watch for updates to Cursor's subprocessor list, as the Data Processing Agreement permits 30 business days' notice before any inference provider changes take effect
The acquisition itself is documented in a Form 8-K filed by Space Exploration Technologies Corp. on August 14, 2026. The filing shows that Cursor shareholders received 389,289,254 shares of SpaceX Class A common stock in aggregate, with an implied Cursor equity value of $60.0 billion based on the volume-weighted average closing price over the seven consecutive trading days immediately preceding the close.
For teams evaluating whether this changes their relationship with Cursor, the answer depends on your contract's language and your use of Origin's new features. The product continuity through the close suggests that Cursor's roadmap will keep moving forward. What the new owner changes, if anything, will show up in documented form first, not in product releases.