Skip to content

Commit f9a9f98

Browse files
committed
.
1 parent e1860ed commit f9a9f98

File tree

2 files changed

+40
-18
lines changed

2 files changed

+40
-18
lines changed

docs/integrations/integrations.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebarTitle: "Overview"
44
icon: "plug"
55
---
66

7-
Frontier agents can work effectively with hundreds of "tools", enabling them to work seamlessly across your existing development stack.
7+
Codegen agents can work effectively with hundreds of "tools", enabling them to work seamlessly across your existing development stack.
88

99
<video
1010
controls
@@ -14,6 +14,14 @@ Frontier agents can work effectively with hundreds of "tools", enabling them to
1414

1515
Connect your favorite platforms to enable agents that understand your context and can work across multiple systems.
1616

17+
<Card
18+
title="Manage Integrations"
19+
icon="plug"
20+
href="https://codegen.com/integrations"
21+
>
22+
Give Codegen access to your stack via OAuth or MCP connections
23+
</Card>
24+
1725
## Core Development
1826

1927
<CardGroup cols={2}>

docs/introduction/overview.mdx

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ Codegen agents come equipped with a versatile set of tools and capabilities:
2323
Analyze requirements, implement features, fix bugs, write tests, and improve
2424
documentation based on your prompts.
2525
</Card>
26-
<Card title="Auto-Fix Broken Tests" icon="github" href="/integrations/github">
27-
Review PRs, suggest changes, comment on issues, create branches, commit
28-
code, and manage repositories.
29-
</Card>
3026
<Card title="Chat in Slack" icon="slack" href="/integrations/slack">
3127
Send notifications, ask for clarification, report progress, and interact
3228
directly with your team in Slack channels.
@@ -35,13 +31,21 @@ Codegen agents come equipped with a versatile set of tools and capabilities:
3531
Update statuses, add comments, link PRs to issues, and create new tasks.
3632
Support for Jira, Linear, Clickup and Monday.com.
3733
</Card>
34+
<Card title="Auto-Fix Broken Tests" icon="github" href="/integrations/github">
35+
Review PRs, suggest changes, comment on issues, create branches, commit
36+
code, and manage repositories.
37+
</Card>
3838
<Card title="Safely Execute Code" icon="box" href="/integrations/sandboxes">
3939
Safely run code, install dependencies, and test changes in an isolated
4040
environment.
4141
</Card>
42-
<Card title="Search the Web" icon="globe" href="/integrations/web-search">
43-
Access up-to-date information, research libraries, and find documentation
44-
online.
42+
<Card
43+
title="Integrate with Your Dev Stack"
44+
icon="plug"
45+
href="/integrations/integrations"
46+
>
47+
Connect with Slack, Linear, Figma, databases, and extend capabilities with
48+
custom MCP tools.
4549
</Card>
4650
</CardGroup>
4751

@@ -79,22 +83,32 @@ Integrating Codegen into your workflow is designed to be quick and easy:
7983
</Card>
8084
</CardGroup>
8185

82-
## Enterprise-Grade Security
86+
## Security & Compliance
8387

84-
Codegen is SOC 2 Type II certified, ensuring your code and data are handled with the highest standards for security, privacy, and compliance.
88+
Codegen is [SOC 2 Type I & II certified](https://codegen.com/security/soc2) and performs regular pen tests, ensuring your code and data are handled with the highest standards for security, privacy, and compliance.
8589

86-
## Ready to Start?
90+
Learn more about our security practices here.
8791

8892
<CardGroup cols={2}>
89-
<Card title="Install Now" icon="download" href="https://codegen.sh/install">
90-
Codegen is free to install. Get started in just a few clicks.
91-
</Card>
9293
<Card
93-
title="Explore Tutorials"
94-
icon="diagram-project"
95-
href="/tutorials/at-a-glance"
94+
title="Security Overview"
95+
icon="shield"
96+
href="https://codegen.com/security"
9697
>
97-
Learn how to use Codegen for common code transformation tasks.
98+
Details on Codegen's security practices and more
99+
</Card>
100+
<Card title="Trust Center" icon="shield" href="https://trust.codegen.com/">
101+
View SOC-2 documents and pen test results
102+
</Card>
103+
</CardGroup>
104+
105+
## Install Now
106+
107+
Create an account via Github OAuth and install our [Github application](https://github.com/apps/codegen-sh) to get started.
108+
109+
<CardGroup cols={1}>
110+
<Card title="Codegen.com" href="https://codegen.com/login">
111+
Codegen's Github app is free to install. Get started in just a few clicks.
98112
</Card>
99113
</CardGroup>
100114

0 commit comments

Comments
 (0)