This folder contains a generic Codex-style client config kit for an OpenAI-compatible endpoint.
Set:
TKEN_API_KEY=your_tken_api_keyBase URL:
https://www.tken.shop/v1
Get a key:
https://www.tken.shop/?utm_source=github&utm_medium=client_config&utm_campaign=codex_config
If you are not technical, open START_HERE.txt first.
Windows:
Double-click START.bat
macOS/Linux:
sh START.shManual:
node install.mjsThis writes:
generated/codex.tken.json
Override values:
node install.mjs --base-url https://www.tken.shop/v1 --default-model tken-free-model --premium-model premium-gpt-modelThe generated file is a portable template. Adapt the exact destination to your Codex-compatible client.
See NEXT_STEPS.md after generation.
Windows users can double-click SUPPORT.bat.
macOS/Linux:
sh SUPPORT.shThis writes generated/support-report.json. It checks system, required files, environment variable shape, and generated config shape without including raw API keys.