Cloud Agent page returns ERROR_UNAUTHORIZED for personal account

Where does the bug appear (feature/product)?

Background Agent (GitHub, Slack, Web, Linear)

Describe the Bug

Title: Cloud Agent page returns ERROR_UNAUTHORIZED for personal account

Description

When opening a Cloud Agent link that belongs to my own personal account, the page fails to load with an authorization error. The API call to get-team-commands rejects the request as if I am not a team member, even though this is a personal account with no team involved.

Steps to Reproduce

Log in with a personal Cursor account
Open the Cloud Agent link: https://cursor.com/agents/bc-0067b18d-52fe-407a-9eb2-016238317d6e?app=code
Page fails to load
Expected Behavior

The Cloud Agent page should load normally since I am the owner of this agent.

Actual Behavior

{
“error”: {
“message”: “You must be a team member to access this resource”,
“details”: [
{
“error”: “ERROR_UNAUTHORIZED”,
“details”: {
“title”: “Unauthorized request.”,
“detail”: “You must be a team member to access this resource”,
“isRetryable”: false
},
“isExpected”: true
}
]
}
}
Failing API endpoint: https://cursor.com/api/dashboard/get-team-commands

Account type: Personal (no team)

Possible Cause

Personal account is being incorrectly routed through a team membership permission check.

Steps to Reproduce

yes,open page,still

Operating System

MacOS

Version Information

cloud agent

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed report. This looks like a bug. Personal accounts shouldn’t go through the team membership check when accessing Cloud Agent.

I’ve shared this with the team. There’s no specific ETA yet, but your report helps with prioritization. I’ll update the thread if there’s any news.

As a workaround, you can try opening Cloud Agent sessions directly from the IDE instead of using the web link. That might bypass the problematic endpoint.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.