> ## Documentation Index
> Fetch the complete documentation index at: https://codegeninc-codegen-bot-update-wake-up-docs-ci-trigger-clari.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Codegen

Codegen provides intelligent AI agents designed to seamlessly integrate into your existing developer workflows.

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.

<Tip>
  Focus on higher-level tasks and leverage Codegen agents to do the low-level
  labor of software engineering.
</Tip>

## What Can Codegen Agents Do?

Codegen agents come equipped with a versatile set of tools and capabilities:

<CardGroup cols={2}>
  <Card title="Understand & Solve Code Tasks" icon="code-branch">
    Analyze requirements, implement features, fix bugs, write tests, and improve
    documentation based on your prompts.
  </Card>

  <Card title="Seamless GitHub Integration" icon="github" href="/integrations/github">
    Review PRs, suggest changes, comment on issues, create branches, commit
    code, and manage repositories.
  </Card>

  <Card title="Linear Task Management" icon="file-lines" href="/integrations/linear">
    Update ticket statuses, add comments, link PRs to issues, and create new
    tasks based on findings.
  </Card>

  <Card title="Slack Communication" icon="slack" href="/integrations/slack">
    Send notifications, ask for clarification, report progress, and interact
    directly with your team in Slack channels.
  </Card>

  <Card title="Code Execution Sandbox" icon="box" href="/integrations/sandboxes">
    Safely run code, install dependencies, and test changes in an isolated
    environment.
  </Card>

  <Card title="Web Search" icon="globe" href="/integrations/web-search">
    Access up-to-date information, research libraries, and find documentation
    online.
  </Card>
</CardGroup>

## Get Started in Minutes

Integrating Codegen into your workflow is designed to be quick and easy:

<CardGroup cols={2}>
  <Card title="One-Click GitHub Install" icon="github" href="https://github.com/apps/codegen-sh">
    Install the GitHub App to grant the agent access to your repositories. No
    complex setup required.
  </Card>

  <Card title="Connect Slack" icon="slack" href="https://codegen.sh/integrations">
    Add the Codegen Slack App to communicate with the agent directly in your
    workspace.
  </Card>

  <Card title="Connect Linear" icon="file-lines" href="https://codegen.sh/integrations">
    Connect your Linear workspace to enable agent interactions with your issues.
  </Card>

  <Card title="Use the API/SDK" icon="code" href="/introduction/api">
    Programmatically interact with agents using the Python SDK for advanced
    automation.
  </Card>
</CardGroup>

## Enterprise-Grade Security

Codegen is SOC 2 Type II certified, ensuring your code and data are handled with the highest standards for security, privacy, and compliance.

## Ready to Start?

<CardGroup cols={2}>
  <Card title="Install Now" icon="download" href="https://codegen.sh/install">
    Codegen is free to install. Get started in just a few clicks.
  </Card>

  <Card title="Explore Tutorials" icon="diagram-project" href="/tutorials/at-a-glance">
    Learn how to use Codegen for common code transformation tasks.
  </Card>
</CardGroup>
