You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/capabilities/analytics.mdx
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,23 @@
1
1
---
2
-
title: "Agent Analytics"
2
+
title: "Analytics"
3
3
sidebarTitle: "Analytics"
4
-
icon: "chart-line"
4
+
icon: "chart-column"
5
5
---
6
6
7
-
Get comprehensive insights into your agent activity with detailed analytics on tool usage, costs, performance, and team productivity. Codegen provides fine-grained visibility into how agents are working across your organization.
7
+
What impact are code agents having on your codebase (and your finances) today? How can you better deploy them across your org?
8
+
Codegen Analytics was built to answer these questions and more.
9
+
10
+
<Framecaption="Cost analytics on codegen.com/analytics">
Access up-to-date information, research libraries, find documentation
56
-
online.
57
-
</Card>
58
-
</CardGroup>
59
-
60
-
<Note>
61
-
These capabilities allow Codegen agents to handle complex tasks across
62
-
multiple systems, just like a human developer.
63
-
</Note>
8
+
Codegen agents follow a simple but powerful workflow: they're triggered from your existing tools, work in secure sandboxes to implement changes, create pull requests, and then monitor and fix any issues that arise. This creates a seamless development experience that integrates naturally with your team's existing processes.
9
+
10
+
## The Agent Happy Path
11
+
12
+
Here's how Codegen agents work from start to finish:
13
+
14
+
```mermaid
15
+
graph TD
16
+
A[Trigger from Integration] --> B[Work in Remote Sandbox]
17
+
B --> C[Create Pull Request]
18
+
C --> D[Monitor CI Checks]
19
+
D --> E[Auto-fix Failed Checks]
20
+
E --> D
21
+
D --> D1[All checks pass ✓]
22
+
D1 --> G[Ready for Review]
23
+
G --> F[Respond to Follow-up Questions]
24
+
F --> G
25
+
26
+
A1[Slack @mention] --> A
27
+
A2[Linear issue assignment] --> A
28
+
A3[GitHub issue comment] --> A
29
+
```
30
+
31
+
### 1. Trigger `@codegen` from Your Tools
32
+
33
+
Agents activate seamlessly from the platforms you already use:
34
+
35
+
-**[Slack](/integrations/slack)** - Tag `@codegen` in any channel or send a direct message
36
+
-**[Linear](/integrations/linear)** - Assign an issue to Codegen or mention it in comments
37
+
-**[Jira](/integrations/jira)** - Assign an issue to Codegen or mention it in comments
38
+
-**[ClickUp](/integrations/clickup)** - Assign a task to Codegen or mention it in comments
39
+
-**[Monday.com](/integrations/monday)** - Assign an item to Codegen or mention it in comments
40
+
-**[GitHub](/integrations/github)** - Comment on issues or PRs to request changes
41
+
-**[API](http://localhost:3001/api-reference/agents/create-agent-run)** - Programmatically trigger agents for automated workflows
42
+
43
+
### 2. Work in Secure Sandboxes
44
+
45
+
Once triggered, agents work in **[isolated sandbox environments](/sandboxes/overview)** where they can:
46
+
47
+
- Execute code safely without affecting your systems
48
+
- Install dependencies and run tests
49
+
- Make changes and validate them before committing
50
+
- Access your repository context while maintaining security
Copy file name to clipboardExpand all lines: docs/introduction/overview.mdx
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ icon: "robot"
5
5
iconType: "solid"
6
6
---
7
7
8
-
Codegen provides intelligent AI agents designed to seamlessly integrate into your existing developer workflows.
8
+
Codegen 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.
9
9
10
10
Think of it as an AI coworker that can understand and solve coding challenges, access your codebase instantly, and interact directly with your development tools.
11
11
@@ -109,3 +109,20 @@ Codegen is SOC 2 Type II certified, ensuring your code and data are handled with
109
109
Learn how to use Codegen for common code transformation tasks.
110
110
</Card>
111
111
</CardGroup>
112
+
113
+
## Learn More
114
+
115
+
<CardGroupcols={2}>
116
+
<Card
117
+
title="Join the Community"
118
+
icon="people-group"
119
+
href="/introduction/community"
120
+
>
121
+
Connect with other developers, get help, and share your experiences in our
0 commit comments