From 0241fd1f46a0c87380ee627f7441a0e7c689bea9 Mon Sep 17 00:00:00 2001 From: Jenn Mueng <30991498+jennmueng@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:17:58 +0700 Subject: [PATCH] feat(cursor-bg-agent): docs page for cursor agents --- .../coding-agents/cursor/index.mdx | 28 +++++++++++++++++++ .../integrations/coding-agents/index.mdx | 7 +++++ docs/organization/integrations/index.mdx | 6 ++++ 3 files changed, 41 insertions(+) create mode 100644 docs/organization/integrations/coding-agents/cursor/index.mdx create mode 100644 docs/organization/integrations/coding-agents/index.mdx diff --git a/docs/organization/integrations/coding-agents/cursor/index.mdx b/docs/organization/integrations/coding-agents/cursor/index.mdx new file mode 100644 index 00000000000000..723d4ab8b18744 --- /dev/null +++ b/docs/organization/integrations/coding-agents/cursor/index.mdx @@ -0,0 +1,28 @@ +--- +title: Cursor Background Agent +sidebar_order: 1 +description: "The Cursor Background 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. Seer's Root Cause Analysis will provide much needed context for the background agent to understand the issue and generate a solution. + +## Install and Configure + + + +Sentry Owner, Manager, or Admin permissions are required to install this integration. + + + +1. Navigate to **Settings > Integrations > Cursor Background Agent** + +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. + +The integration will also be triggerable through automation in the near future. + diff --git a/docs/organization/integrations/coding-agents/index.mdx b/docs/organization/integrations/coding-agents/index.mdx new file mode 100644 index 00000000000000..775a644d5e0b54 --- /dev/null +++ b/docs/organization/integrations/coding-agents/index.mdx @@ -0,0 +1,7 @@ +--- +title: Coding Agents +sidebar_order: 85 +description: "Learn more about Sentry's AI coding agent integrations." +--- +- [Cursor Background Agent](/organization/integrations/coding-agents/cursor/) + diff --git a/docs/organization/integrations/index.mdx b/docs/organization/integrations/index.mdx index 7b7e9124a5b473..5ec1c2a06f2619 100644 --- a/docs/organization/integrations/index.mdx +++ b/docs/organization/integrations/index.mdx @@ -104,6 +104,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 |