telexed ~ c / 3143d28e-1b4radar:70 · agent_toolLIVE
← back
NO.
#3143d28e
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-29 05:08:56
Importance
★ 7/10 — radar 70
`CCX`, unified proxy for Claude, Codex, OpenAI Images, and Gemini APIs
FIG-3141:1

`CCX`, unified proxy for Claude, Codex, OpenAI Images, and Gemini APIs

One gateway normalizes multiple AI APIs behind one endpoint. Built-in routing, failover, key rotation, and admin UI make multi-provider agent stacks easier to run.

[ KEY POINTS ]
  1. Single-port backend serves the web UI, admin API, Claude Messages, OpenAI Chat, Codex Responses, OpenAI Images, and Gemini routes.
  2. Scheduling includes priorities, promotion windows, health checks, failover, and circuit recovery; useful when one provider stalls.
  3. Per-channel key rotation, model allowlists, custom headers, proxy support, and route prefixes reduce glue code around Claude Code or Codex setups.
  4. Responses session tracking covers multi-turn workflows, so agent runs can keep state while switching through a unified gateway.
Originalgithub.com/BenedictKing/ccxRead original →

// related