Configuration
disable_response_storage = trueThe official documentation’s “Required for ZDR orgs.” refers to Zero Data Retention.
Login
requires_openai_auth = trueIf using a single provider with responses API, you may set requires_openai_auth on the model provider and save your API key with codex login:
printenv OPENAI_API_KEY | codex login --with-api-key
codex login --with-api-key < my_key.txtOtherwise, use API key (if needed) from the “env_key” environment variable, or specify the header statically:
http_headers = { "Authorization" = "Bearer sk-..." }