This repo gives your agent a ready instruction set to set up CLIProxyAPI and a dedicated codex-proxy Codex CLI instance.
In short, it solves one practical problem:
- you have multiple Codex/ChatGPT authenticated accounts, but your tools expect one OpenAI-compatible endpoint.
What you get in the end:
- a local proxy endpoint (
http://127.0.0.1:8317/v1) - account rotation/failover across multiple OAuth-authenticated Codex accounts
- one stable provider target (
codex-proxy) for your automation/bot/agent - systemd autostart for operational stability
Start here:
- full setup guide: setup-instructions-2026-04-03_19-44-08.md
- upgrade helper: scripts/upgrade-cliproxyapi.sh
Important:
- sections explicitly labeled
Iron Lady onlyin the setup guide are optional and not required for a genericCLIProxyAPI + codex-proxysetup.