diff --git a/docs/capabilities/pr-review.mdx b/docs/capabilities/pr-review.mdx
index 4772024f7..fd387bf60 100644
--- a/docs/capabilities/pr-review.mdx
+++ b/docs/capabilities/pr-review.mdx
@@ -1,14 +1,22 @@
---
title: "PR Review Agent"
sidebarTitle: "PR Review"
-icon: "eye"
+icon: "microscope"
---
Codegen provides a configurable AI code review feature similar to CodeRabbit, Graphite, or Greptile as a first-class feature.
+
+
+
+
Set up PR review at the organization level, then customize per repository.
diff --git a/docs/introduction/cli.mdx b/docs/introduction/cli.mdx
index 16bc5dac1..30da2482f 100644
--- a/docs/introduction/cli.mdx
+++ b/docs/introduction/cli.mdx
@@ -7,14 +7,16 @@ iconType: "solid"
The `codegen` CLI is your terminal interface to Codegen agents. Use it to view agents, pull their work, create new agents, and run Claude Code with full telemetry and monitoring.
-
+
+
+
+
+It also wraps your local Claude Code, surfaces traces in the web UI for remote telemetry and analytics, and provides access to your Codegen integrations via MCP injection.
## Installation & Setup
@@ -59,6 +61,17 @@ codegen login --token YOUR_API_TOKEN
terminal-based workflows and automation.
+## Full Demo
+
+
+
## Get Started
import {
@@ -70,12 +83,6 @@ import {
Sign up for a free account and get your API token.
-
- Get help and connect with the Codegen community.
-
-
- Learn how to use Codegen for common code transformation tasks.
-
Star us on GitHub and contribute to the project.
diff --git a/docs/sandboxes/overview.mdx b/docs/sandboxes/overview.mdx
index e8f69e32a..0a6b270e8 100644
--- a/docs/sandboxes/overview.mdx
+++ b/docs/sandboxes/overview.mdx
@@ -4,7 +4,28 @@ sidebarTitle: "Overview"
icon: "box"
---
-Codegen agents operate within secure, isolated sandbox environments where they can safely execute code, install dependencies, and run commands without affecting your local machine or production systems.
+Codegen agents operate within secure, isolated sandbox environments where they can safely execute code and run commands without affecting your local machine or production systems.
+
+
+
+
+
+
+ Codegen's sandbox environments are highly configurable and built for
+ enterprise workloads
+
+
+
+ Select VM resources, install dependencies, securely upload secrets and more.
+
## Capabilities
@@ -34,4 +55,30 @@ Sandboxes are typically configured per-agent run or defined within your Codegen
Slack messages or Linear comments, the sandbox state is preserved, allowing
agents to seamlessly continue their work without losing context or having to
reinstall dependencies.
-{" "}
+
+
+## Sandbox Configuration
+
+
+
+ Configure custom setup commands that run when initializing your sandbox
+ environment.
+
+
+ Manage environment variables and secrets securely injected into your
+ sandbox.
+
+
+ Learn how Codegen creates filesystem snapshots for faster initialization.
+
+
+ Start development servers and view your running applications through
+ Codegen.
+
+
+ Explore the comprehensive Docker image that powers Codegen sandboxes.
+
+
+ Access a VSCode editor connected directly to your sandbox environment.
+
+
diff --git a/docs/settings/model-configuration.mdx b/docs/settings/model-configuration.mdx
index 71bb20159..3af818444 100644
--- a/docs/settings/model-configuration.mdx
+++ b/docs/settings/model-configuration.mdx
@@ -6,6 +6,14 @@ icon: "microchip"
Codegen offers flexibility in choosing the Large Language Model (LLM) that powers your agent, allowing you to select from various providers and specific models. You can also configure custom API keys and base URLs if you have specific arrangements or need to use self-hosted models.
+
+
+
+
+ Choose your LLM provider, select models, and configure custom API keys for
+ your organization.
+
This central location ensures that all agents operating under your organization adhere to the selected LLM provider and model, unless specific per-repository or per-agent overrides are explicitly configured (if supported by your plan).
diff --git a/docs/settings/repo-rules.mdx b/docs/settings/repo-rules.mdx
index 9c3b81f4b..b0dbc9831 100644
--- a/docs/settings/repo-rules.mdx
+++ b/docs/settings/repo-rules.mdx
@@ -6,6 +6,14 @@ icon: "shield-check"
Agent rules are text prompts that provide instructions to AI agents about coding standards, conventions, and preferences. These text-based rules are automatically injected into the agent's context during each task.
+
+
+
+
## How Agent Rules Work
When an agent starts working, it receives all applicable rules as text prompts in its context: