Skip to content

Commit b121d92

Browse files
jennmuengsfanahata
andauthored
feat(cursor-bg-agent): docs page for cursor agents (#15307)
Docs page for the cursor background agent integration. <img width="3366" height="4022" alt="image" src="https://github.com/user-attachments/assets/9e3e9b9f-f737-48df-a4f2-9eae7d8cd927" /> ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [x] Other deadline: No specific date but we are planning to GA soon, 1-2 weeks - [ ] None: Not urgent, can wait up to 1 week+ ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Shannon Anahata <[email protected]>
1 parent 163d388 commit b121d92

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed
314 KB
Loading
26.5 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Cursor Agent
3+
sidebar_order: 1
4+
description: "The Cursor Agent integration allows you to launch Cursor Cloud Agents directly from Seer to help debug, fix issues, and create pull requests for you."
5+
---
6+
7+
You can trigger Cursor Cloud Agents from your [Seer Issue Fix](/product/ai-in-sentry/seer/issue-fix/) tab. The Cloud Agents will be provided with Seer's Root Cause Analysis alongside the issue context to help the Cloud Agent understand the issue and generate a solution.
8+
9+
## Install and Configure
10+
11+
<Alert>
12+
13+
Sentry Owner, Manager, or Admin permissions are required to install this integration.
14+
15+
</Alert>
16+
17+
1. In Sentry, navigate to **Settings > Integrations > [Cursor Agent](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/cursor)**
18+
19+
2. Click **Install**.
20+
21+
3. Provide your Cursor API key. You can find this in Cursor Account Settings under **Integrations > User API Keys**.
22+
23+
## Using the Integration
24+
25+
Once installed, you can trigger Cursor Cloud Agents from the Seer Root Cause Analysis card on any issue. Click the dropdown next to **Find Solution** to launch a Cursor Cloud Agent.
26+
27+
![Launching Cursor Agent from Seer =500x](./img/rca-launch-cursor-agent.png)
28+
29+
### Triggering via Automation
30+
31+
You can trigger Cursor Cloud Agents automatically via Seer Automation.
32+
33+
Go to your [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/), select your project, and configure Cursor Cloud Agent as the target in the "Where should Seer stop?" section or hit the "Set Seer to hand off to Cursor" button below.
34+
35+
![Launching Cursor Agent from Seer =1080x](./img/cursor-agent-stopping-point.png)

docs/organization/integrations/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ For more details, see the [full Integration Platform documentation](/organizatio
107107
| [Jam](/organization/integrations/session-replay/jam/) | X |
108108
| [OpenReplay](/organization/integrations/session-replay/openreplay/) | X |
109109

110+
## Coding Agents
111+
112+
| Integration | Seer Integration |
113+
| --------------------------------------------------- | ---------------- |
114+
| [Cursor Cloud Agent](/organization/integrations/cursor/) | X |
115+
110116
## Debugging
111117

112118
| Integration | Stacktrace Link |

0 commit comments

Comments
 (0)