app/automations.md +16 −2
1# Automations1# Automations
2 2
3<div class="feature-grid">
4
5<div>
6
3Automate recurring tasks in the background. Codex adds findings to the inbox, or automatically archives the task if there's nothing to report. You can combine automations with [skills](https://developers.openai.com/codex/skills) for more complex tasks.7Automate recurring tasks in the background. Codex adds findings to the inbox, or automatically archives the task if there's nothing to report. You can combine automations with [skills](https://developers.openai.com/codex/skills) for more complex tasks.
4 8
5For project-scoped automations, the app needs to be running, and the selected9For project-scoped automations, the app needs to be running, and the selected
15You can also leave the model and reasoning effort on their default settings, or19You can also leave the model and reasoning effort on their default settings, or
16choose them explicitly if you want more control over how the automation runs.20choose them explicitly if you want more control over how the automation runs.
17 21
1822</div>
23
24<CodexScreenshot
25 alt="Automation creation form with schedule and prompt fields"
26 lightSrc="/images/codex/app/codex-automations-light.webp"
27 darkSrc="/images/codex/app/codex-automations-dark.webp"
28 maxHeight="400px"
29/>
30
31</div>
19 32
20## Managing tasks33## Managing tasks
21 34
125 can run with full access.138 can run with full access.
126 139
127If you are in a managed environment, admins can restrict these behaviors using140If you are in a managed environment, admins can restrict these behaviors using
128141admin-enforced requirements. For example, they can disallow `approval_policy = "never"` or constrain allowed sandbox modes. Seeadmin-enforced requirements. For example, they can disallow `approval_policy =
142"never"` or constrain allowed sandbox modes. See
129[Admin-enforced requirements (`requirements.toml`)](https://developers.openai.com/codex/enterprise/managed-configuration#admin-enforced-requirements-requirementstoml).143[Admin-enforced requirements (`requirements.toml`)](https://developers.openai.com/codex/enterprise/managed-configuration#admin-enforced-requirements-requirementstoml).
130 144
131Automations use `approval_policy = "never"` when your organization policy145Automations use `approval_policy = "never"` when your organization policy