Skip to content

Commit e05a3c7

Browse files
committed
.
1 parent d9c91f7 commit e05a3c7

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

docs/introduction/overview.mdx

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ icon: "robot"
55
iconType: "solid"
66
---
77

8+
<Frame>
9+
<video
10+
controls
11+
src="https://res.cloudinary.com/dbikr6pew/video/upload/v1758064831/v3_Launch_Video_ocfkje.mp4"
12+
className="aspect-[1920/1080]"
13+
/>
14+
</Frame>
15+
816
[Codegen](https://codegen.com) helps you run frontier code agents at scale. It provides the necessary building blocks (sandboxes, integrations, telemetry) for successful enterprise code agent deployments across thousands of teams today.
917

1018
<Tip>
@@ -31,13 +39,17 @@ Codegen agents come equipped with a versatile set of tools and capabilities:
3139
Update statuses, add comments, link PRs to issues, and create new tasks.
3240
Support for Jira, Linear, Clickup and Monday.com.
3341
</Card>
34-
<Card title="Auto-Fix Broken Tests" icon="github" href="/integrations/github">
42+
<Card
43+
title="Auto-Fix Broken Tests"
44+
icon="github"
45+
href="/capabilities/checks-autofixer"
46+
>
3547
Review PRs, suggest changes, comment on issues, create branches, commit
3648
code, and manage repositories.
3749
</Card>
38-
<Card title="Safely Execute Code" icon="box" href="/integrations/sandboxes">
39-
Safely run code, install dependencies, and test changes in an isolated
40-
environment.
50+
<Card title="Safely Execute Code" icon="box" href="/sandboxes/overview">
51+
Safely run code, install dependencies, and test changes in robust isolated
52+
environments
4153
</Card>
4254
<Card
4355
title="Integrate with Your Dev Stack"
@@ -47,6 +59,18 @@ Codegen agents come equipped with a versatile set of tools and capabilities:
4759
Connect with Slack, Linear, Figma, databases, and extend capabilities with
4860
custom MCP tools.
4961
</Card>
62+
<Card title="Leave PR Reviews" icon="plug" href="/capabilities/pr-review">
63+
Connect with Slack, Linear, Figma, databases, and extend capabilities with
64+
custom MCP tools.
65+
</Card>
66+
<Card
67+
title="Claude Code Integration"
68+
icon="code"
69+
href="/capabilities/claude-code"
70+
>
71+
Log local Claude Code instances to the cloud and provision MCP servers
72+
across your org.
73+
</Card>
5074
</CardGroup>
5175

5276
## Get Started in Minutes

0 commit comments

Comments
 (0)