Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1018 Bytes

File metadata and controls

19 lines (14 loc) · 1018 Bytes

codex-proxy setup notes

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:

Important:

  • sections explicitly labeled Iron Lady only in the setup guide are optional and not required for a generic CLIProxyAPI + codex-proxy setup.