I would like to test whether it is possible to use Codex Cloud as part of an autonomous development loop.
The idea would be to have automatic rules pointing to specific repositories or Codex Cloud environments, so that those rules can act as triggers for the process.
For example, a rule could periodically trigger tasks such as:
- build a product/technical scorecard
- detect regressions or issues
- generate a backlog with evidence and suggested prompts
- run validation scripts/tests
- optionally prepare changes against a specific branch
My goal is to understand whether Codex Cloud currently supports this kind of automation model, where rules can trigger work against a repository or a predefined Codex Cloud environment.
You can mention @codex in your PRs/issues in GitHub. It can trigger cloud tasks with the PR context. (It is possible in slack too)
Through CI/CD with codex exec, in this case you’ll need to prepare the environment. In this situation you also can consider Codex SDK.
Preparing your custom cloud environment and configure the Codex SDK to deal with your automation.
Codex App Server is possible too, but is more recommended for rich chat UI or something like that. Is a good approach if you want a really customized experience.
I only used automation by mentioning codex in the GitHub. It was basic use cases only.
Is important to say that probably only GPT-5.3-Codex is available for cloud tasks by now and it seems to have higher usage limits. I would recommend you to read this What are the usage limits for my plan?.
It really depends on how you want to trigger your cloud tasks.
Thank you very much for the detailed response. This was really helpful.
I had not tried mentioning @codex directly in GitHub issues or pull requests yet, but it makes a lot of sense for my current use case. I am already using GitHub quite heavily as the main unit of work, with issues, evidence, reviews, and structured tasks, so this could fit very well without requiring me to move immediately into a more complex architecture with SDKs, CI/CD, or custom servers.
For now, I would like to keep the workflow as simple as possible: GitHub + issues/PRs + Codex mentions, and see how far I can get with that before introducing more advanced automation.
Also, thank you for sharing the post about Codex pricing and usage limits. I had not seen that table with the cloud tasks before. I had the impression that cloud usage was lower compared to local usage/messages, but now I understand that I was probably comparing different things, especially GPT-5.3-Codex responses versus GPT-5.5. That helped me a lot and prevented me from continuing down the wrong path based on an incorrect assumption.
I will start by testing the GitHub mention workflow and reviewing the actual limits more carefully depending on the task type and model. Thanks again for the guidance and for sharing your experience.