codex-auth config live --interval <seconds>config live --interval <seconds> sets the live TUI refresh interval.
- Allowed range:
5to3600. - Stored in
registry.jsonas top-levelinterval_seconds.
API-backed refresh is the default for supported foreground paths. Use per-command --skip-api to run a foreground command with local data only. Older registry.json files may contain an api object; current builds ignore it and omit it on the next registry save.
API behavior and endpoint details live in docs/api.md.