Settings

Colors
Primary
Success
Warning
Danger
Info
Direction
RTL

Change text direction

To switch the text direction of your webpage from LTR to RTL, please consult the detailed instructions provided in the relevant section of our documentation.
Border width, px
Rounding, rem

To apply the provided styles to your webpage, enclose them within a <style> tag and insert this tag into the <head> section of your HTML document after the following link to the main stylesheet:
<link href="assets/css/theme.min.css">


            
Support Center
Profile
?? Profile
Security
Password
Two-Factor Authentication

Scan this QR code with your authenticator app:

2FA Enabled!

Save these recovery codes in a safe place:

CodeForge
Manage the API keys used by your CodeForge clients.
Loading keys…
Reveal shows the stored hash — a one-way fingerprint of the key your clients send. Rotate to issue a new key.
Active Sessions
Notifications
Communication channels
Confirm your email address to enable this channel.
Confirm your phone number to enable this channel.
Tools
Code Forge
Warn when another session is active on the same project.

Email alert when a limit window resets.
CodeForge Setup

Read the full setup details for OpenCode and other compatible clients.

Open full setup guide
Appearance
Theme
Light
Dark
System
Subscriptions
Guest
Active
Usage
Credits overage

Allow Chat and CodeForge to use your API-credit balance when enabled.

Credits
Daily

0

Dedicated

0

Need more credits?

Top up your dedicated balance anytime.

Buy Credits
Credits Total Subscription Balance
Payment Methods

No saved payment methods found.

Integrations
Google Drive
Google Drive
Not Connected
Gmail
Gmail
Not Connected
Google Photos
Google Photos
Not Connected

Setup guide - Codex

New harness. Same CodeForge endpoint and API keys as OpenCode.
CodeForge CLI first Windows, macOS, Linux

Set up CodeForge for Codex

Install the Codex CLI, use your CodeForge key, run the generated setup script for your platform, and start coding from your terminal.

1. Install the Codex CLI

The Codex CLI runs entirely in the terminal. Install it with the official script, Homebrew, npm or Cargo.

npm or Cargo

Install the CLI globally with npm or Cargo.

npm install -g @openai/codex
cargo install codex-cli

Homebrew or npm

Install the CLI with Homebrew, npm or Cargo.

brew install codex
npm install -g @openai/codex
cargo install codex-cli

Official script or npm

Use the official install script, npm or Cargo.

curl -fsSL https://codex.openai.com/install | bash
npm install -g @openai/codex
cargo install codex-cli

2. Download the CodeForge setup utility

Run the native utility, enter your CodeForge API key, and choose OpenCode or Codex. It validates your key and configures only CodeForge settings without replacing your other harness settings.

Choose your platform

The utility is a native executable. No .NET runtime is required on the computer where you run it.

Run it: double-click the Windows executable, or make the macOS/Linux file executable with chmod +x <file> and run it from a terminal. The utility waits for confirmation before it exits.

3. Allowed models from your tier

Sign in to see the models available on your plan and generate a ready-to-run setup for them.

Sign in / Sign up

4. Manual config for the Codex CLI

Sign in to generate your personal CodeForge endpoint and API key, then apply them to your preferred client.

Sign in / Sign up

5. Launch Codex

Terminal

Best for everything. Run codex inside your repository.

Open Codex docs

CLI flags

Use codex in a repo, or codex exec for one-off tasks.

Codex CLI usage
Top Settings