Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions docs/organization/integrations/cursor/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Cursor Agent
sidebar_order: 1
description: "The Cursor Agent integration allows you to launch Cursor Background Agents directly from Seer to help debug, fix issues, and create pull requests for you."
---

You can trigger Cursor Background Agents from your [Seer Issue Fix](/product/ai-in-sentry/seer/issue-fix/) tab. The background agents will be provided with Seer's Root Cause Analysis alongside the issue context to help the background agent understand the issue and generate a solution.

## Install and Configure

<Alert>

Sentry Owner, Manager, or Admin permissions are required to install this integration.

</Alert>

1. Navigate to **Settings > Integrations > [Cursor Agent](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/cursor)**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Navigate to **Settings > Integrations > [Cursor Agent](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/cursor)**
1. In Sentry, navigate to **Settings > Integrations > [Cursor Agent](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/cursor)**

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jennmueng - just a suggestion to make it crystal clear.


2. Click **Install**.

3. Provide your Cursor API key. You can find this in Cursor Account Settings under **Integrations > User API Keys**.

## Using the Integration

Once installed, you can trigger Cursor Background Agents from the Seer Root Cause Analysis card on any issue. Click the dropdown next to **Find Solution** to launch a Cursor Background Agent.

![Launching Cursor Agent from Seer =500x](./img/rca-launch-cursor-agent.png)

### Triggering via Automation

You can trigger Cursor Background Agents automatically via Seer Automation.

Simply configure it as a target in the "Where should Seer stop?" section in the [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectslug/seer/) for a project.

![Launching Cursor Agent from Seer =1080x](./img/cursor-agent-stopping-point.png)
6 changes: 6 additions & 0 deletions docs/organization/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ For more details, see the [full Integration Platform documentation](/organizatio
| [Jam](/organization/integrations/session-replay/jam/) | X |
| [OpenReplay](/organization/integrations/session-replay/openreplay/) | X |

## Coding Agents

| Integration | Seer Integration |
| --------------------------------------------------- | ---------------- |
| [Cursor Background Agent](/organization/integrations/coding-agents/cursor/) | X |

## Debugging

| Integration | Stacktrace Link |
Expand Down
Loading