Codex Cloud
Track Codex Cloud generated code with Git AI.
Commits from Codex Cloud are attributed to AI in
git ai blame and the analytics on Git AI
Team and Enterprise dashboards.
Capabilities
| Feature | Supported |
|---|---|
| AI Attribution | ✓ |
| Prompts | Coming Soon |
| Token usage | Coming Soon |
| Skill / MCP / Tool Use | Coming Soon |
Codex Cloud does not currently expose agent hooks in its runtime, so prompt and tool capture aren't supported.
Setup
Install Git AI in your Codex Cloud web environment. Once installed, every commit Codex makes will be attributed to AI — same as the Devin integration.
curl -fsSL https://raw.githubusercontent.com/git-ai-project/git-ai/refs/heads/main/install.sh | bashRun this in the Codex web environment's setup/install step so the binary persists across sessions.
Optional: send checkpoints to Git AI Teams or Enterprise
If you're on Git AI Teams or Enterprise, set a telemetry write key so Codex's commits stream to your dashboard. Add GIT_AI_WRITE_TELEMETRY as a secret in your Codex environment settings (you'll find the key in the Git AI dashboard), then run:
~/.git-ai/bin/git-ai config set api_key "$GIT_AI_WRITE_TELEMETRY"