A web interface for launching and managing Cursor Cloud Agents.
- Launch cloud agents on any connected GitHub repository
- Real-time conversation view with agent progress
- Activity history with recent runs
- Model selection (composer-1, opus-4.5, gpt-5.2)
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 and enter your Cursor API key.
Get your API key from cursor.com/dashboard. Your key is stored locally in your browser and never sent to any server other than Cursor's API.
| Variable | Description |
|---|---|
NEXT_PUBLIC_VERCEL_PROTECTION_BYPASS_SECRET |
Bypass secret for protected Vercel preview deployments. Get it from Vercel Dashboard → Settings → Deployment Protection → Protection Bypass for Automation. |