cloud.md +36 −11
1# Codex web1# Codex web
2 2
3Delegate to Codex in the cloud
4
5Codex 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.3Codex 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.
6 4
7## Codex web setup5## Codex web setup
14 12
15## Work with Codex web13## Work with Codex web
16 14
1715[### Learn about prompting<BentoContainer>
16 <BentoContent href="/codex/prompting#prompts">
17
18### Learn about prompting
19
20Write clearer prompts, add constraints, and choose the right level of detail to get better results.
21
22 </BentoContent>
23 <BentoContent href="/codex/workflows">
24
25### Common workflows
26
27Start with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.
28
29 </BentoContent>
30 <BentoContent href="/codex/cloud/environments">
31
32### Configuring environments
33
34Choose the repo, setup steps, and tools Codex should use when it runs tasks in the cloud.
35
36 </BentoContent>
37 <BentoContent href="/codex/ide/features#cloud-delegation">
38
39### Delegate work from the IDE extension
18 40
1941Write clearer prompts, add constraints, and choose the right level of detail to get better results.](https://developers.openai.com/codex/prompting#prompts)[### Common workflowsKick off a cloud task from your editor, then monitor progress and apply the resulting diffs locally.
20 42
2143Start with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.](https://developers.openai.com/codex/workflows)[### Configuring environments </BentoContent>
44 <BentoContent href="/codex/integrations/github">
22 45
2346Choose 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### Delegating from GitHub
24 47
2548Kick 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 GitHubTag `@codex` on issues and pull requests to spin up tasks and propose changes directly from GitHub.
26 49
2750Tag `@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 </BentoContent>
51 <BentoContent href="/codex/cloud/internet-access">
28 52
2953Decide whether Codex can reach the public internet from cloud environments, and when to enable it.](https://developers.openai.com/codex/cloud/internet-access)### Control internet access
30 54
3155[NextDecide whether Codex can reach the public internet from cloud environments, and when to enable it.
32 56
3357Environments](https://developers.openai.com/codex/cloud/environments) </BentoContent>
58</BentoContainer>