CircleCI now integrates with Cursor Origin in beta, on CircleCI Cloud. Connect an Origin repository and your existing .circleci/config.yml runs unchanged - pipelines trigger on push and pull request, with status reported back to the Origin PR.
No Origin-specific configuration There is no Origin-specific CI syntax, translation layer, or separate config to maintain. The jobs, workflows, executors, contexts, resource classes, and test configuration you already use work the same way they do on GitHub, GitLab, and Bitbucket.
Connect an Origin repository
- Open the Apps tab in Cursor Origin.
- Select CircleCI and authorize access to your Origin organization.
- Select or create the corresponding organization in CircleCI.
- Run through Project Setup and choose the Origin repository to connect.
- Push a commit. CircleCI detects your .circleci/config.yml and runs the pipeline.
You can also connect from the CircleCI web app (see how in this 1-minute video walk-through) or with the CircleCI CLI.
For detailed setup instructions, see Set up VCS connections.
For the full list of features supported on Cursor Origin, see Version control system integration overview.