---
title: "Cursor Origin now supported as a Git provider"
description: "Netlify now supports Cursor Origin as a Git provider, with continuous deployment for pushes and pull request previews."
source: "https://www.netlify.com/changelog/2026-09-10-cursor-origin-git-provider/"
last_updated: "2026-09-10T23:40:35.000Z"
---
You can now connect repositories hosted on [Cursor Origin](https://cursor.com/docs/origin) to Netlify, so every Git push deploys an updated version of your project at a preview URL or a production URL.

Netlify supports [Cursor Origin](https://cursor.com/docs/origin) with continuous deployment, meaning that once your codebase’s repo is connected, Netlify will automatically:

-   Build and deploy your project with every git push
-   Build Deploy Previews for your pull requests
-   Send deploy notifications to your pull request comments on Cursor Origin so you can check preview URLs there

## Requirements

Cursor Origin uses OAuth authentication, so connecting a repo works much like our existing Azure DevOps support: the Cursor user who authenticates needs access to the Cursor Origin codebase that owns the repository.

To use Cursor Origin with Netlify, you do not need a specific pricing plan with Netlify.

## Support scope

Note that features outside of continuous deployment, such as Agent Runners and the Netlify Drawer, are not supported at this time.

## Get started

To learn more, check out these docs:

-   [Get started Cursor Origin](https://docs.netlify.com/build/git-workflows/repo-permissions-linking#get-started-with-cursor-origin)
-   [Link your repo to your Netlify project](https://docs.netlify.com/manage/projects/connect-project-to-repo/)
-   [Deploy a new project to Netlify from your Cursor Origin repo](https://docs.netlify.com/start/quickstarts/deploy-from-repository/)