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

  1. Create an API key in `/app/keys`.
  2. Ensure Codex CLI is updated to a version that supports custom base URLs.
  3. Set `UOUODUO_API_KEY` in your environment.
  4. Set Base URL to `https://uouo.cloud/v1`.
  5. Choose a model such as `gpt-4o-mini` or another model listed on `/models`.
  6. 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.
Codex CLI · uouo cloud