|
| 1 | +--- |
| 2 | +title: "Integrations" |
| 3 | +sidebarTitle: "Overview" |
| 4 | +icon: "plug" |
| 5 | +--- |
| 6 | + |
| 7 | +Codegen integrates with your entire development stack to provide seamless AI-powered assistance across all your tools and workflows. Connect your favorite platforms to enable agents that understand your context and can work across multiple systems. |
| 8 | + |
| 9 | +## Core Development |
| 10 | + |
| 11 | +<CardGroup cols={2}> |
| 12 | + <Card title="GitHub" icon="github" href="/integrations/github"> |
| 13 | + Access repositories, create PRs, conduct code reviews, and manage the full development workflow through GitHub. |
| 14 | + </Card> |
| 15 | + |
| 16 | + <Card title="Slack" icon="slack" href="/integrations/slack"> |
| 17 | + Chat with Codegen directly in channels, get real-time notifications, and collaborate seamlessly within your workspace. |
| 18 | + </Card> |
| 19 | +</CardGroup> |
| 20 | + |
| 21 | +## Project Management |
| 22 | + |
| 23 | +<CardGroup cols={2}> |
| 24 | + <Card title="Linear" icon="moon" href="/integrations/linear"> |
| 25 | + Track progress, create issues, and orchestrate teams of humans and agents working together on complex tasks. |
| 26 | + </Card> |
| 27 | + |
| 28 | +{" "} |
| 29 | + |
| 30 | +<Card title="Jira" icon="jira" href="/integrations/jira"> |
| 31 | + Manage issues, update project status, and coordinate development workflows |
| 32 | + across your team. |
| 33 | +</Card> |
| 34 | + |
| 35 | +{" "} |
| 36 | + |
| 37 | +<Card title="ClickUp" icon="feather" href="/integrations/clickup"> |
| 38 | + Create tasks, manage dependencies, and coordinate development workflows with |
| 39 | + AI-powered project management. |
| 40 | +</Card> |
| 41 | + |
| 42 | + <Card title="Monday.com" icon="fan" href="/integrations/monday"> |
| 43 | + Automate project management with intelligent task creation, status updates, and team coordination. |
| 44 | + </Card> |
| 45 | +</CardGroup> |
| 46 | + |
| 47 | +## Design & Documentation |
| 48 | + |
| 49 | +<CardGroup cols={2}> |
| 50 | + <Card title="Figma" icon="figma" href="/integrations/figma"> |
| 51 | + Convert designs to code, extract assets, and maintain design systems with seamless design-to-code workflows. |
| 52 | + </Card> |
| 53 | + |
| 54 | + <Card title="Notion" icon="book" href="/integrations/notion"> |
| 55 | + Access your knowledge base, analyze PRDs and specs, and bridge the gap between planning documents and code. |
| 56 | + </Card> |
| 57 | +</CardGroup> |
| 58 | + |
| 59 | +## DevOps & Monitoring |
| 60 | + |
| 61 | +<CardGroup cols={2}> |
| 62 | + <Card title="CircleCI" icon="circle-play" href="/integrations/circleci"> |
| 63 | + Monitor CI checks, analyze build logs, and automatically fix failing tests and builds. |
| 64 | + </Card> |
| 65 | + |
| 66 | + <Card title="Sentry" icon="triangle" href="/integrations/sentry"> |
| 67 | + Analyze errors with automated root cause analysis and intelligent insights for faster issue resolution. |
| 68 | + </Card> |
| 69 | +</CardGroup> |
| 70 | + |
| 71 | +## Data & Search |
| 72 | + |
| 73 | +<CardGroup cols={2}> |
| 74 | + <Card title="PostgreSQL" icon="database" href="/integrations/postgres"> |
| 75 | + Query databases, analyze schemas, and generate data-driven reports with secure database access. |
| 76 | + </Card> |
| 77 | + |
| 78 | + <Card title="Web Search" icon="globe" href="/integrations/web-search"> |
| 79 | + Access real-time information from the internet with intelligent search and content analysis capabilities. |
| 80 | + </Card> |
| 81 | +</CardGroup> |
| 82 | + |
| 83 | +## Extensibility |
| 84 | + |
| 85 | +<CardGroup cols={2}> |
| 86 | + <Card title="MCP Servers" icon="server" href="/integrations/mcp-servers"> |
| 87 | + Connect custom tools and services to extend agent capabilities through Model Context Protocol servers. |
| 88 | + </Card> |
| 89 | + |
| 90 | + <Card title="Remote MCP" icon="server" href="/integrations/mcp"> |
| 91 | + Access Codegen APIs through a hosted MCP server for seamless AI agent integration. |
| 92 | + </Card> |
| 93 | +</CardGroup> |
| 94 | + |
| 95 | +## Getting Started |
| 96 | + |
| 97 | +Most integrations require authentication and configuration through the [Codegen dashboard](https://codegen.com/integrations). Each integration provides specific capabilities that agents can leverage to assist with your development workflow. |
| 98 | + |
| 99 | +<Tip> |
| 100 | + Start with GitHub and Slack for the most comprehensive development experience, |
| 101 | + then add project management tools like Linear or Jira based on your team's |
| 102 | + workflow. |
| 103 | +</Tip> |
0 commit comments