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