Configuration
disable_response_storage = trueThe official documentation’s “Required for ZDR orgs.” refers to Zero Data Retention.
Login
requires_openai_auth = trueFor 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.txtOtherwise, use API key (if needed) comes from the “env_key” environment variable.