Configuration

disable_response_storage = true

The official documentation’s “Required for ZDR orgs.” refers to Zero Data Retention.

Login

requires_openai_auth = true

For single provider use with API keys, you may set requires_openai_auth on the model provider and save your API key this way:

printenv OPENAI_API_KEY | codex login --with-api-key
codex login --with-api-key < my_key.txt

Otherwise, use API key (if needed) comes from the “env_key” environment variable.

References