codex.md +56 −18
1# Codex1# Codex
2 2
33<div class="flex flex-col-reverse gap-8 lg:flex-row-reverse">
4 <div class="w-full lg:w-1/2">
5 <CodexScreenshot
6 alt="Codex app showing a project sidebar, thread list, and review pane"
7 lightSrc="/images/codex/app/codex-app-basic-light.webp"
8 darkSrc="/images/codex/app/codex-app-basic-dark.webp"
9 maxHeight="400px"
10 variant="no-wallpaper"
11 />
12 </div>
4 13
14 <div class="w-full lg:w-1/2">
5Codex is OpenAI's coding agent for software development. ChatGPT Plus, Pro, Business, Edu, and Enterprise plans include Codex. It can help you:15Codex is OpenAI's coding agent for software development. ChatGPT Plus, Pro, Business, Edu, and Enterprise plans include Codex. It can help you:
6 16
7- **Write code**: Describe what you want to build, and Codex generates code that matches your intent, adapting to your existing project structure and conventions.17- **Write code**: Describe what you want to build, and Codex generates code that matches your intent, adapting to your existing project structure and conventions.
8- **Understand unfamiliar codebases**: Codex can read and explain complex or legacy code, helping you grasp how teams organize systems.
9- **Review code**: Codex analyzes code to identify potential bugs, logic errors, and unhandled edge cases.
10- **Debug and fix problems**: When something breaks, Codex helps trace failures, diagnose root causes, and suggest targeted fixes.
11- **Automate development tasks**: Codex can run repetitive workflows such as refactoring, testing, migrations, and setup tasks so you can focus on higher-level engineering work.
12
13[Get started with Codex](https://developers.openai.com/codex/quickstart)
14
15[### Quickstart
16 18
1719Download and start building with Codex.- **Understand unfamiliar codebases**: Codex can read and explain complex or legacy code, helping you grasp how teams organize systems.
18
19 Get started](https://developers.openai.com/codex/quickstart) [### Explore use cases
20 20
2121Get inspiration on what you can build with Codex.- **Review code**: Codex analyzes code to identify potential bugs, logic errors, and unhandled edge cases.
22 22
2323 Learn more](https://developers.openai.com/codex/use-cases) [### Community- **Debug and fix problems**: When something breaks, Codex helps trace failures, diagnose root causes, and suggest targeted fixes.
24 24
2525Read community posts, explore meetups, and connect with Codex builders.- **Automate development tasks**: Codex can run repetitive workflows such as refactoring, testing, migrations, and setup tasks so you can focus on higher-level engineering work.
26 26
2727 See community](/community) [### Codex for Open Source<CtaPillLink
28 href="/codex/quickstart"
29 label="Get started with Codex"
30 class="mt-10"
31/>
28 32
2933Apply or nominate maintainers for API credits, ChatGPT Pro with Codex, and selective Codex Security access. </div>
34</div>
30 35
3136 Learn more](https://developers.openai.com/community/codex-for-oss)<div class="not-prose mt-10 grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3">
37 <LinkCard
38 title="Quickstart"
39 href="/codex/quickstart"
40 description="Download and start building with Codex."
41 variant="image"
42 ctaLabel="Get started"
43 backgroundImage="/images/codex/codex-wallpaper-3.webp"
44 />
45 <LinkCard
46 title="Explore use cases"
47 href="/codex/use-cases"
48 description="Get inspiration on what you can build with Codex."
49 variant="image"
50 ctaLabel="Learn more"
51 backgroundImage="/images/codex/codex-wallpaper-1.webp"
52 />
53 <LinkCard
54 title="Community"
55 href="/community"
56 description="Read community posts, explore meetups, and connect with Codex builders."
57 variant="image"
58 ctaLabel="See community"
59 backgroundImage="/images/codex/codex-wallpaper-2.webp"
60 />
61 <LinkCard
62 title="Codex for Open Source"
63 href="/community/codex-for-oss"
64 description="Apply or nominate maintainers for API credits, ChatGPT Pro with Codex, and selective Codex Security access."
65 variant="image"
66 ctaLabel="Learn more"
67 backgroundImage="/images/codex/codex_bg.webp"
68 />
69</div>