Skip to content

Commit c372cd8

Browse files
committed
.
1 parent 8a4fced commit c372cd8

File tree

5 files changed

+111
-7
lines changed

5 files changed

+111
-7
lines changed

docs/docs.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
{
3737
"group": "Integrations",
3838
"pages": [
39+
"integrations/integrations",
3940
"integrations/github",
4041
"integrations/slack",
4142
"integrations/linear",
@@ -48,10 +49,7 @@
4849
"integrations/circleci",
4950
"integrations/web-search",
5051
"integrations/postgres",
51-
{
52-
"group": "integrations/mcp",
53-
"name": "Remote MCP Server"
54-
}
52+
"integrations/mcp-servers"
5553
]
5654
},
5755
{

docs/integrations/integrations.mdx

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
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>

docs/integrations/linear.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Linear Integration"
33
sidebarTitle: "Linear"
4-
icon: "file-lines"
4+
icon: "moon"
55
---
66

77
Linear is designed to orchestrate teams of humans and agents working together. It's the most efficient way to track progress and scale teams of agents to tackle large, complex tasks. Codegen can take a first pass at virtually any issue, breaking down work and making meaningful progress before human review. We recommend letting Codegen handle the initial exploration and implementation of most tasks.
@@ -14,7 +14,7 @@ Connect your Linear workspace to Codegen to enable agent interactions.
1414

1515
<Card
1616
title="Connect Linear Workspace"
17-
icon="linear"
17+
icon="moon"
1818
href="https://linear.app/integrations/codegen"
1919
>
2020
Authorize Codegen to access your Linear workspace via the API settings.

docs/integrations/mcp.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ claude mcp add --transport http codegen-tools https://mcp.codegen.com/mcp/ \
3030
```
3131

3232
Replace:
33+
3334
- `<auth token>` with your Codegen API key
3435
- `<org-id>` with your organization ID (optional, automatically added when using `codegen claude`)
3536
- `<repo-id>` with your repository ID (optional, automatically added when using `codegen claude`)
@@ -55,6 +56,7 @@ Add the following configuration to your settings:
5556
```
5657

5758
Replace:
59+
5860
- `<auth token>` with your Codegen API key
5961
- `<org-id>` with your organization ID (optional)
6062
- `<repo-id>` with your repository ID (optional)
@@ -81,6 +83,7 @@ If you're using VSCode with an MCP extension, add this to your settings.json:
8183
```
8284

8385
Replace:
86+
8487
- `<auth token>` with your Codegen API key
8588
- `<org-id>` with your organization ID (optional)
8689
- `<repo-id>` with your repository ID (optional)

docs/integrations/notion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Notion Integration"
33
sidebarTitle: "Notion"
4-
icon: "books"
4+
icon: "book"
55
---
66

77
Notion is your team's knowledge base, and now Codegen can tap into it too. Share PRDs, specs, and documentation with Codegen for technical feedback and implementation. A common workflow: pass a PRD to Codegen and it will provide technical insights, comment directly on the document, and then go implement the features described.

0 commit comments

Comments
 (0)