On September 1, OpenAI's top cyber models will require a plug in security key, and that same enrollment turns off SMS and email account recovery, putting the recovery path under the heaviest load.
By September 1, 2026, anyone who wants to reach OpenAI's most capable cyber AI will need to plug a small physical security key into their device. The company frames the new rule as a security upgrade. The quieter change is that the same enrollment permanently turns off SMS and email account recovery, putting the recovery path under heavier load than the login itself.
The new requirement applies to OpenAI Trusted Access Cyber, a restricted account tier for the company's most advanced cybersecurity models, including GPT-5.6. Accounts on this tier will only be able to log in after completing a hardware-backed FIDO passkey ceremony, a small USB or NFC device the user physically touches to authenticate. FIDO is the open industry standard behind those hardware keys.
OpenAI lists two devices by name, the YubiKey C NFC for mobile and the YubiKey C Nano for USB-C desktops, and says other FIDO-compatible keys will also work. Users enroll through OpenAI's Advanced Account Security flow and must register a primary hardware key plus a second FIDO passkey, which can be another hardware key or a software passkey stored on a phone.
The change builds on the national-ID verification step OpenAI added in April 2025 for the same tier. The new piece is the second factor: the device the user holds, not just the ID the user presented.
API automation breaks first. Security teams running CI/CD pipelines against OpenAI's cyber models cannot fully script the login: at least one manual hardware ceremony per authorized user is required, according to Forrester. Unattended API calls stop working, and a missing key becomes a single point of failure for production pipelines. Teams should audit every API path they use to confirm which ones OpenAI will and will not gate.
Hardware keys reintroduce device, replacement, and management costs that look a lot like the old RSA SecurID era: shipping, lost-token replacement, and offboarding. Because Yubico does not centrally store the cryptographic seeds on its devices, OpenAI must offer self-service recovery for a lost key, and that path is now the load-bearing one. The most useful single test a security team can run before September 1 is whether OpenAI's self-service recovery works end to end on a different device, on a different network, in under an hour.
Users with limited dexterity or vision may face real friction with hardware keys, and the policy removes the SMS and email fallbacks that used to absorb that friction. A reader who depends on those fallbacks should request an accessibility accommodation from OpenAI in writing before enrolling, not after.
If the passkey requirement does not re-challenge every API model invocation — which Forrester flags as an open question — the gap is exposed to session theft unique to OpenAI's flow. That is the right question to put to OpenAI's own Trusted Access for Cyber documentation before the date lands, because the headline answer ("hardware key required") does not settle it.
A single physical token is harder to phish than a code sent over SMS, and the FIDO Alliance has spent a decade building the standard around exactly that claim. The tradeoffs land or fail based on whether the recovery path, the accessibility accommodations, and the API coverage are designed to match the new constraint. OpenAI's own page is the place to read the final answer before September 1.