Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"mission-control/integrations",
"mission-control/integrations/github",
"mission-control/integrations/sentry",
"mission-control/integrations/snyk",
"mission-control/integrations/slack-agent"
]
},
Expand Down
18 changes: 18 additions & 0 deletions docs/guides/snyk-mcp-continue-cookbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ description: "Set up an AI-powered security workflow that automatically scans yo
sidebarTitle: "Snyk Security Scanning with Continue"
---

<Note>

**πŸš€ New: Snyk Mission Control Integration with Continuous AI**

The new [Snyk Mission Control Integration](/mission-control/integrations/snyk) enables **[Continuous AI](/guides/continuous-ai)** - where AI agents autonomously detect, analyze, and fix vulnerabilities. When Snyk detects an issue, your agent automatically generates a fix, creates a PR, and validates the solution without manual intervention.

**Mission Control Benefits:**
- **One-click OAuth** - No tokens, no configuration files, just connect and go
- **Centralized workflows** - Manage all security Tasks and automations from one dashboard
- **Webhook triggers** - Automatically respond to new vulnerabilities as they're discovered
- **Metrics & intervention rates** - Track how often agents successfully fix issues without human help

This represents **[Level 2 Continuous AI](/guides/continuous-ai#the-continuous-ai-maturity-model)**: AI handles routine security work autonomously while developers focus on complex problems. As outlined in our [Continuous AI guide](/guides/continuous-ai#best-practices-for-sustainable-continuous-ai), this reduces intervention rates and accelerates secure development.

**Get Started:** Use this cookbook to understand the fundamentals, then [enable Mission Control](/mission-control/integrations/snyk) to deploy autonomous security agents across your organization.

</Note>

<Card title="What You'll Build" icon="shield-halved">
An automated security scanning system that uses Continue's AI agent with Snyk
MCP to identify vulnerabilities in code, dependencies, infrastructure, and
Expand Down
7 changes: 5 additions & 2 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ description: "Create, run, and automate AI agents across Mission Control, termin
Connect Continue to your existing developer tools to power Tasks and Workflows.
</Note>

<CardGroup cols={3}>
<CardGroup cols={2}>
<Card title="GitHub" icon="github" href="/mission-control/integrations/github">
Enable repository access for Agents to read and create PRs.
</Card>
Expand All @@ -43,6 +43,9 @@ description: "Create, run, and automate AI agents across Mission Control, termin
<Card title="Sentry" icon="alert-triangle" href="/mission-control/integrations/sentry">
Automatically generate PRs to fix new issues from Sentry alerts.
</Card>
<Card title="Snyk" icon="shield-check" href="/mission-control/integrations/snyk">
Detect and fix security vulnerabilities automatically.
</Card>
</CardGroup>


Expand Down Expand Up @@ -139,6 +142,6 @@ description: "Create, run, and automate AI agents across Mission Control, termin
icon="plug"
href="/mission-control/integrations"
>
Connect GitHub, Slack, and Sentry to power your automations.
Connect GitHub, Slack, Sentry, and Snyk to power your automations.
</Card>
</CardGroup>
10 changes: 7 additions & 3 deletions docs/mission-control/integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: "Overview"
description: "Connect GitHub, Slack, and Sentry to power richer Agents, Tasks, and Workflows."
description: "Connect GitHub, Slack, Sentry, and Snyk to power richer Agents, Tasks, and Workflows."
sidebarTitle: "Overview"
---

<Info>
Integrations let Continue connect to the tools you already use, so Agents can read code, open pull requests, send messages, react to real-world events, and more.
</Info>

Mission Control currently supports three first-class integrations:
Mission Control currently supports four first-class integrations:

<CardGroup cols={3}>
<CardGroup cols={2}>

<Card title="GitHub" icon="github" href="/mission-control/integrations/github">
Required for PR creation, repo access, diffs, and workflow triggers.
Expand All @@ -24,6 +24,10 @@ Mission Control currently supports three first-class integrations:
Trigger Agents automatically when new Sentry issues appear.
</Card>

<Card title="Snyk" icon="shield-check" href="/mission-control/integrations/snyk">
Detect and fix security vulnerabilities automatically.
</Card>

</CardGroup>


Expand Down
Loading
Loading