cloud.md +9 −27
11# Web – Codex# Codex cloud
22
33Codex is OpenAI’s coding agent that can read, edit, and run code. It helps you build faster, fix bugs, and understand unfamiliar code. With Codex cloud, Codex can work on tasks in the background (including in parallel) using its own cloud environment.<CodexSurfaceLanding surface="cloud">
44 <div slot="hero-media">
55## Codex web setup <Illustration description="Codex cloud task composer and task list with interactive archiving">
66 <CodexCloudTasksIllustration ariaLabel="Codex cloud task composer and task list with interactive archiving" />
77Go to [Codex](https://chatgpt.com/codex) and connect your GitHub account. This lets Codex work with the code in your repositories and create pull requests from its work. </Illustration>
88 </div>
99Your Plus, Pro, Business, Edu, or Enterprise plan includes Codex. Learn more about [what’s included](https://developers.openai.com/codex/pricing). Some Enterprise workspaces may require [admin setup](https://developers.openai.com/codex/enterprise/admin-setup) before you can access Codex.</CodexSurfaceLanding>
10
11
12## Work with Codex web
13
14[### Learn about prompting
15
16Write clearer prompts, add constraints, and choose the right level of detail to get better results.](https://developers.openai.com/codex/prompting#prompts)[### Common workflows
17
18Start with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.](https://developers.openai.com/codex/workflows)[### Configuring environments
19
20Choose the repo, setup steps, and tools Codex should use when it runs tasks in the cloud.](https://developers.openai.com/codex/cloud/environments)[### Delegate work from the IDE extension
21
22Kick off a cloud task from your editor, then monitor progress and apply the resulting diffs locally.](https://developers.openai.com/codex/ide/features#cloud-delegation)[### Delegating from GitHub
23
24Tag `@codex` on issues and pull requests to spin up tasks and propose changes directly from GitHub.](https://developers.openai.com/codex/integrations/github)[### Control internet access
25
26Decide whether Codex can reach the public internet from cloud environments, and when to enable it.](https://developers.openai.com/codex/cloud/internet-access)
27