Apps
Codex CLI
Configure Codex CLI with an OpenAI-compatible base URL.
Overview
Codex CLI can use OpenAI-compatible endpoints when the installed version supports custom provider settings.
Configuration
- Create an API key in `/app/keys`.
- Ensure Codex CLI is updated to a version that supports custom base URLs.
- Set `UOUODUO_API_KEY` in your environment.
- Set Base URL to `https://uouo.cloud/v1`.
- Choose a model such as `gpt-4o-mini` or another model listed on `/models`.
- Start the CLI in the repository directory.
Screenshot pending
Verify
Run a read-only question such as "List the top-level modules in this repository." Then confirm the request in `/app/logs`.
Known limits
- Configuration file names and fields can change between Codex CLI versions.
- Terminal logs should not print real API keys.