I set up a new project in Cursor Origin and can work with it normally from the Cursor Mac app. Local Git operations, including pushing to the Origin remote, succeed.
The problem occurs only when I launch a Cloud agent for that project from the desktop app. The app reports:
[permission_denied] You do not have access to this repository on Origin. Contact your team admin if you believe this is a mistake.
Using the same Cursor account on cursor.com, Cloud agents run successfully against the same project, and the Cloud environment is configured and verified.
Expected behavior: launching a Cloud agent from the desktop app should work the same way as launching it from cursor.com.
Actual behavior: the desktop app returns permission_denied, while the website succeeds.
This looks like an authorization or account-context mismatch specific to the desktop app Cloud-agent launch path. Has anyone else encountered this, or is there a desktop authorization state that needs to be refreshed?
For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)
For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…
Additional Information
Add any other context about the problem here.
Does this stop you from using Cursor?
Yes - Cursor is unusable
Sometimes - I can sometimes use Cursor
No - Cursor works, but with this issue
The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!
Cloud Agents & Automations — specifically launching a Cloud Agent from the Cursor Mac desktop app for a Cursor Origin repository.
Describe the bug
Cloud Agents launched from the Cursor Mac app fail with:
[permission_denied] You do not have access to this repository on Origin. Contact your team admin if you believe this is a mistake.
The same Cursor account can launch Cloud Agents successfully for the same project from the Cursor website. Local Git access is also working: the desktop project can fetch from and push to its Origin remote.
This appears to be an authorization or account-context mismatch in the desktop Cloud Agent launch path.
Steps to reproduce
Create or open a project hosted on Cursor Origin.
Open the project in the Cursor Mac app.
Confirm that normal Git operations against the Origin remote work.
Open the Agents window and select the project, branch, and Cloud execution.
Send a simple prompt.
Observe the permission_denied error.
Open the same project using the same account on the Cursor website.
Launch a Cloud Agent and observe that it works successfully.
Expected behavior
The desktop app should launch a Cloud Agent for the Origin repository just as the Cursor website does.
Actual behavior
The desktop app reports that the account lacks access to the Origin repository, while the website succeeds.
Good news: this isn’t anything on your end - your account and local Git access are both fine. Launching a Cloud Agent on an Origin repo takes a different path in the desktop app than on cursor.com, and that desktop path is where the permission_denied is coming from (which is also why reloading doesn’t clear it).
It’s not intended behavior and it’s an issue we’re tracking. For now, launching from cursor.com is the reliable path, as you’ve found. No need to send anything else over - I’ll follow up here when there’s an update.