User api keys under Cloud Agents is missing

Where does the bug appear (feature/product)?

Cursor CLI

Describe the Bug

I installed cursor cli in a container image. To authenticate, I used to follow these steps described on Authentication | Cursor Docs

Now I find that User API Keys section disappeared from Dashboard → Cloud Agents

API key authentication

For automation, scripts, or CI/CD environments, use API key authentication:
Step 1: Generate an API key

Generate an API key from Cursor Dashboard → Cloud Agents under User API Keys.
Step 2: Set the API key

You can provide the API key in two ways:

Option 1: Environment variable (recommended)

export CURSOR_API_KEY=your_api_key_here
agent "implement user authentication"

Option 2: Command line flag

agent --api-key your_api_key_here "implement user authentication"

Steps to Reproduce

go to web page https://cursor.com/dashboard/cloud-agents

no User API Keys section

Operating System

Linux

Version Information

About Cursor CLI

CLI Version 2026.04.17-787b533
Model GPT-5.5 1M Extra High
Subscription Tier Unknown
OS linux (x64)
Terminal unknown
Shell unknown
User Email Not logged in

Does this stop you from using Cursor

Yes - Cursor is unusable

Never mind. It’s moved to https://cursor.com/dashboard/integrations.

Docs need to be updated.

The new login process seems to be:

export NO_OPEN_BROWSER=1

agent login

A webpage link is shown, then open that link in a browser