Origin (early beta)
New docs for Origin, Cursor’s git forge for hosting repos, mirroring from GitHub, browsing code, and opening pull requests (Pro, Teams, and Enterprise; staged rollout):
- Overview and setup:
/docs/origin - Create repos:
/docs/origin/create-repository - Clone, push, and pull:
/docs/origin/git - Mirror from GitHub:
/docs/origin/mirror-github - Pull requests:
/docs/origin/pull-requests - Browse and search at cursor.com/codebase:
/docs/origin/browse - Repository settings:
/docs/origin/settings - Team codebase settings (permissions and apps):
/docs/origin/codebase-settings - Integrations (e.g. Vercel, Depot, Buildkite):
/docs/origin/integrations
Origin CLI
- Install and sign-in:
/docs/origin/cli - Command reference (auth, repos, rulesets, SSH keys, API, and more):
/docs/origin/cli/reference/commands - Pull request commands (
create,review,merge, threads, and related):/docs/origin/cli/reference/pull-requests
Origin API (alpha)
- Public REST API reference for repositories, commits, checks, pull requests, apps, and installations:
/docs/api/origin - API changelog (breaking changes, deprecations, and daily updates):
/docs/api/origin/changelog
Cloud Agents API
/docs/cloud-agent/api/endpoints: clearer self-hosted pool behavior —env.nameis the pool name (defaults todefault); unknown pools return 400; you can omitreposfor a repo-less pool; durable pools stay registered after the last worker disconnects (scale to zero); fleet management docs expanded (e.g. workerscopefiltering).