> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codegen.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

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

<video controls src="https://res.cloudinary.com/dbikr6pew/video/upload/v1757885715/5-integrations_lxxt3i.mp4" className="w-full aspect-[3456/2160] rounded-sm" />

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

<Card title="Manage Integrations" icon="plug" href="https://codegen.com/integrations">
  Give Codegen access to your stack via OAuth or MCP connections
</Card>

## Core Development

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="/integrations/github">
    Access repositories, create PRs, conduct code reviews, and manage the full development workflow through GitHub.
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/slack">
    Chat with Codegen directly in channels, get real-time notifications, and collaborate seamlessly within your workspace.
  </Card>
</CardGroup>

## Project Management

<CardGroup cols={2}>
  <Card title="Linear" icon="moon" href="/integrations/linear">
    Track progress, create issues, and orchestrate teams of humans and agents working together on complex tasks.
  </Card>

  {" "}

  <Card title="Jira" icon="jira" href="/integrations/jira">
    Manage issues, update project status, and coordinate development workflows
    across your team.
  </Card>

  {" "}

  <Card title="ClickUp" icon="feather" href="/integrations/clickup">
    Create tasks, manage dependencies, and coordinate development workflows with
    AI-powered project management.
  </Card>

  <Card title="Monday.com" icon="fan" href="/integrations/monday">
    Automate project management with intelligent task creation, status updates, and team coordination.
  </Card>
</CardGroup>

## Design & Documentation

<CardGroup cols={2}>
  <Card title="Figma" icon="figma" href="/integrations/figma">
    Convert designs to code, extract assets, and maintain design systems with seamless design-to-code workflows.
  </Card>

  <Card title="Notion" icon="book" href="/integrations/notion">
    Access your knowledge base, analyze PRDs and specs, and bridge the gap between planning documents and code.
  </Card>
</CardGroup>

## DevOps & Monitoring

<CardGroup cols={2}>
  <Card title="CircleCI" icon="circle-play" href="/integrations/circleci">
    Monitor CI checks, analyze build logs, and automatically fix failing tests and builds.
  </Card>

  <Card title="Sentry" icon="triangle" href="/integrations/sentry">
    Analyze errors with automated root cause analysis and intelligent insights for faster issue resolution.
  </Card>
</CardGroup>

## Data & Search

<CardGroup cols={2}>
  <Card title="PostgreSQL" icon="database" href="/integrations/postgres">
    Query databases, analyze schemas, and generate data-driven reports with secure database access.
  </Card>

  <Card title="Web Search" icon="globe" href="/integrations/web-search">
    Access real-time information from the internet with intelligent search and content analysis capabilities.
  </Card>
</CardGroup>

## Extensibility

<CardGroup cols={2}>
  <Card title="MCP Servers" icon="server" href="/integrations/mcp-servers">
    Connect custom tools and services to extend agent capabilities through Model Context Protocol servers.
  </Card>

  <Card title="Remote MCP" icon="server" href="/integrations/mcp">
    Access Codegen APIs through a hosted MCP server for seamless AI agent integration.
  </Card>
</CardGroup>

## Getting Started

Most integrations require authentication and configuration through the [Codegen dashboard](https://codegen.com/integrations). Each integration provides specific capabilities that agents can leverage to assist with your development workflow.

<Tip>
  Start with GitHub and Slack for the most comprehensive development experience,
  then add project management tools like Linear or Jira based on your team's
  workflow.
</Tip>
