· Updated

Cursor Just Got Acquired by SpaceX — And Launched Origin, Its Agent-Native Code Host

#cursor#origin#code-hosting#agents#github#spacex#acquisition

Cursor just did something nobody saw coming.

In one week, Cursor was acquired by SpaceX, launched Origin (their own code hosting platform), and shipped cloud agent upgrades that make agents truly autonomous. This isn’t a product update — it’s a fundamental reshaping of the AI coding landscape.

On August 14, Cursor announced it had been acquired by SpaceX. The acquisition, which started as a partnership with xAI in April, gives Cursor access to the world’s largest GPU fleet — compute capacity to build stronger models at lower cost. Grok 4.6, released the same week, is the first fruit of that compute.

On August 17, they launched Origin — their own code hosting platform — in early beta to all paid users. This isn’t a plugin or integration. It’s a full Git hosting layer built directly into Cursor, complete with repos, pull requests, code browsing, GitHub sync, and (here’s the kicker) agents in every repo.

On August 19, they dropped major cloud agent upgrades: subscriptions for event-driven autonomy, custom modes, subagents on isolated VMs, and the /goal command for long-lived objectives.


The SpaceX Acquisition: Why It Changes Everything

Cursor now has the compute to train frontier models. SpaceX is building GPU capacity at a scale that dwarfs most dedicated AI labs. For Cursor users, this means:

  • Stronger models, lower cost — the acquisition explicitly states this goal
  • Grok 4.6 integration — built for “long-running agents and more ambitious interactive work”
  • Independence from third-party model APIs — Cursor can now control its own model destiny

The strategic implication: GitHub Copilot relies on OpenAI/Anthropic models. Cursor now has a path to own the model layer. That’s a fundamentally different competitive position.


What Origin Actually Is

Think GitHub, but built from the ground up for AI agents.

When you create a repo in Origin, you get:

  • Codebase tab — browse, search, and navigate your code
  • Pull requests — full PR workflow with reviews, comments, checks, merge
  • GitHub sync — bring your existing GitHub repos in, keep them in sync both ways
  • Agents in every repo — ask questions, make changes, update PRs, push branches
  • App extensions — Vercel, Depot, Buildkite integrations built in

Your codebase name becomes your URL: cursor.com/codebase/your-name.


Why This Changes Everything for Agent Workflows

1. Agents Finally Have a Permanent Home

Before Origin, agents were ephemeral. You spun up a cloud agent, it worked on a clone, pushed changes, and disappeared. The context was gone.

With Origin, agents live in the repo. They know the codebase. They can answer questions about any file, make changes across multiple files, update PRs based on review feedback, and push new branches — all without you copying context back and forth.

2. GitHub Isn’t Replaced — It’s Synced

This is smart. Cursor isn’t asking you to leave GitHub.

Connect your GitHub org, pick repos to sync, and they appear alongside your Origin-hosted repos. Pushes still go to GitHub (source of truth for GitHub-originated repos). Comments on PRs sync both ways — comment in Cursor, it posts to GitHub; reply on GitHub, it shows in Cursor within seconds.

You get the best of both: GitHub for the org/team/compliance layer, Origin for the agent-native workflow.

3. The App Ecosystem Is Already Live

At launch: Vercel, Depot, Buildkite.

Connect Vercel from a repo’s Apps tab → every PR gets a preview deployment. Test, comment, merge → ships to production.

For CI: connect Depot or Buildkite. Both run your existing GitHub Actions workflows. Buildkite also runs its native pipelines.

This is the “whole stack works seamlessly” promise — and it’s shipping today.

4. Built for Agent Scale

Origin’s design decisions reveal the target audience:

  • Repos, not projects — agents work at repo granularity
  • Real-time sync — agents see changes instantly
  • PRs as first-class — agents participate in review cycles
  • Settings per repo — access control, sync status, connected apps

This isn’t “GitHub with AI sprinkled on top.” It’s a platform where agents are native citizens.


August 19: Cloud Agents Become Truly Autonomous

The Origin launch was just the substrate. The Aug 19 changelog adds the autonomy layer:

Subscriptions: Event-Driven Agents

Cloud agents can now monitor PRs, watch Slack threads, or run scheduled tasks. They subscribe to an event source and wake when something happens. Cloud agents automatically subscribe to PRs they create and drive them to completion — fixing CI, addressing bot comments, iterating until green.

In Slack: @cursor check back in an hour and keep going until that feedback is in.

Custom Modes: Pinned Skills

Use any skill as a Custom Mode — a skill that stays pinned in the chat. From /, pick a skill and press ⌥⏎ (Mac) or Alt+Enter (Windows). Think of it as “always on” skills that keep agents focused on a specific playbook.

Subagents on Their Own Machines

Subagents can now run on isolated virtual machines. Each gets a clean copy of the project with fresh context in its own cloud environment. Swarm independent fixes without collisions: run a swarm of subagents to test my app for bugs, each in its own environment.

/goal: Long-Lived Objectives

Give the agent a persistent objective: /goal fix all flaky tests and make CI green. It works until fully complete. Pair with a custom mode to follow a playbook, or /loop for recurring check-ins.

Steering Without Interruption

Send follow-up messages while the agent works — they wait for the next tool call instead of cutting the agent off mid-action. Type and hit Send, or press Enter twice.


What’s In Early Beta (Origin)

Available now to all paid plans (except enterprise orgs where admins opt out):

  • Create Origin repos (+New in Codebase tab)
  • Sync GitHub repos (read/write access required)
  • Full PR workflow (create, review, comment, merge)
  • Bidirectional GitHub sync
  • Vercel, Depot, Buildkite app extensions
  • Repo settings (access, sync, apps)

Coming soon: Agent-native features (the announcement specifically calls these out as “shipping soon”).


How to Start

  1. Open Cursor → Codebase tab (new)
  2. Click +New → name your codebase (becomes your cursor.com/codebase/name URL)
  3. Install the CLI with the provided commands
  4. git push your local project
  5. Or: Connect GitHub → pick org → select repos to sync

The Bigger Picture: Cursor’s Complete Stack

Cursor has been building toward this for months:

  • Cloud Agents (background agents that build/test/ship)
  • Builds (ready-to-use dev environments, 10x faster boot)
  • Mobile apps (iPhone/iPad with full PR review)
  • Plugins (Google Workspace, MCP servers, skills)
  • Origin (the substrate everything runs on)
  • SpaceX compute (the fuel for frontier models)

Each piece makes the next more powerful. Cloud Agents need a place to live. Builds need a repo to build. Mobile needs PRs to review. Plugins need a codebase to act on. Origin is the foundation. SpaceX is the rocket fuel.


What This Means for You

If you’re a solo dev: Free hosted repos with built-in agents. No more context-copying. Push code, agent helps, PR merges, Vercel deploys — all in one place. And now the models powering it come from SpaceX-scale compute.

If you’re a team: GitHub stays source of truth. Origin becomes the agent workspace. Sync the repos your team works on. Agents join PR reviews. CI runs on your existing workflows. Subscriptions mean agents can drive PRs to green while you sleep.

If you’re enterprise: Wait for admin controls (currently opted out by default). But watch this space — the agent-native Git layer backed by frontier-model compute is coming.


The Verdict

Cursor didn’t just add a feature. They built the agent-native Git platform the market has been missing — and secured the compute to power the models that run on it.

GitHub Copilot lives in GitHub. Cursor Origin is the Git host — with agents as first-class citizens, backed by SpaceX-scale GPU clusters.

The question isn’t “should I try this?” It’s “how fast can I move my active repos over?”


Try it today: Open Cursor → Codebase tab → +New. Your first Origin repo takes 30 seconds.

Read more: Cursor Origin docs | Changelog: Origin | Changelog: Cloud Agents Aug 19 | SpaceX Acquisition Announcement

FREE RESOURCE

Get the AI Agent Cheat Sheet

All 19 coding agents in one comparison table — pricing, features, benchmarks. Updated weekly. Delivered to your inbox.

k
kira_bug_hunter
Security & Bug Hunter
Former pen tester. Finds the bugs nobody wants to exist. Skeptical of everything, especially status indicators.

Related articles