Exit and fallback for AI services: what the July 2026 OpenAI outage exposes
After the 17-day OpenAI outage of July 2026, exit rights, data portability and tested failover prove to be a governance layer, not a contractual detail.
You must now treat exit and fallback for AI services as a governance requirement, not a negotiating point. Document which providers and models each workflow uses, secure contractual export rights for data and artefacts, build tested failover paths into your architecture, and demonstrate all three before a critical process goes live on a single endpoint.
The prompt is an analysis of 25 August 2026 of exit and fallback for AI services, which argues that business continuity with AI services does not come automatically and does not rest with the supplier. The concrete case is the July 2026 OpenAI outage, a 17-day stability crisis during which organisations without an alternative arrangement came to a standstill. In our assessment, this exposes a structural gap in how organisations have approached AI dependencies: what was treated as a procurement problem—negotiating better terms with a single vendor—has become an operational one. You cannot assume continuity will be provided. You must build it yourself, across three layers: contract, architecture and governance.
What makes a single AI provider a continuity risk?
When a production workflow depends on one API endpoint and one set of provider-owned prompts, a model discontinuation or API change breaks the entire process in one blow. This is not a theoretical risk. The July 2026 outage showed that a provider's service failure leaves you with no recourse unless you have already arranged an alternative. The financial penalty—in the case cited, zero dollars in downtime charges—does not reflect the operational cost. Your process stops. That is the continuity risk.
Architectural choices determine whether you can keep running when a service fails. An AI gateway, separation between providers, credential isolation and tested failover routing are not optional refinements. They are the difference between a process that continues and one that halts.
Which failure modes must your exit plan address?
- Provider discontinuation — a supplier withdraws a model or service line without replacement.
- API change or incompatibility — a provider modifies an endpoint or prompt structure, breaking dependent workflows.
- Lock-in through proprietary artefacts — prompts, embeddings, retrieval indexes and workflows remain with the old provider and cannot be exported.
- Credential and data isolation failure — credentials and sensitive data are not segregated, making fallover to an alternative provider unsafe.
- Untested failover paths — a contractual exit right exists but has never been executed, and breaks at the moment you need it.
- Undocumented dependencies — you cannot demonstrate which models, providers or data categories are in use, so you cannot plan an exit.
What concrete controls must you be able to demonstrate?
- Document the model and its purpose per workflow — record which AI provider and model each critical process uses, the lawful basis for any data it touches, and the business function it serves.
- Secure contractual export rights for data and artefacts — ensure your contract explicitly names customer data, outputs, prompts, workflows, embeddings and retrieval indexes as exportable, with defined transition periods and pre-priced migration support.
- Implement an AI gateway with provider abstraction — route tasks through a layer that isolates provider-specific logic, so a workflow can be redirected to an alternative model without rewriting the calling code.
- Test failover and fallback routing at least annually — execute a full migration scenario to a named alternative provider, document the outcome and measure the time to recovery.
- Maintain an audit trail of model use and verification steps — record which model processed which task, what corrections or disagreements arose, and who reviewed the output, so you can later reconstruct the workflow and its dependencies.
Why does the EU Data Act change the timeline?
From January 2027, the Data Act will limit or prohibit certain switching costs. This makes 2026 the logical year not only to devise exit routes but also to test them under the current regime. Organisations are already setting aside budget for data inventory, dependency mapping and migration tests. The regulatory deadline is a forcing function, but the operational reason is clearer: if you have not tested an exit by the time you need one, you will discover the gaps when your process is already down.
What can tooling do, and what stays your responsibility?
A verification layer can make the continuity question testable: which models did I actually use, and can I reconstruct that later? It can route a task through selected independent models, make verification steps and disagreements visible, and in some cases add an extra layer of privacy protection by replacing sensitive values with synthetic equivalents before sending content onward. This gives you more insight into which models were used and supports the idea that a workflow need not lean on a single endpoint.
But tooling does not resolve lock-in on your behalf. It does not replace contract clauses or failover architecture. The professional final judgement—on the exit plan, migration strategy and continuity risk—remains with you. What tooling can do is make that judgement testable and the dependencies visible before a sensitive workflow becomes dependent on a single provider.
What does demonstrability require?
Regulators now expect organisations to show who is responsible for what. For exit and continuity, this means it is not enough to have technical mechanisms; they must be visible in governance documentation and audit trails. Per workflow, you must be able to demonstrate which AI providers and models are used, which exit and export rights apply, which data and artefact categories are migratable, and how often fallback scenarios have been tested. This is not a compliance checkbox. It is the evidence that you have thought through what happens at 3am, when a provider goes down and you need to move a critical process to a backup in the dark.
The OpenAI outage, the regulatory timeline and the contractual guidance all point in one direction. Exit strategies, data portability and continuity are no longer a detail. They are a design and governance layer: contract text with concrete deadlines and export rights, an architecture with tested fallback, and documentation that makes all of this verifiable before a sensitive workflow becomes dependent on a single provider.
Sources: This article draws on reporting and guidance from Biggo, Nhimg, Morganlewis and EDPB.
Written by
Casper Veenstra
Continuity, failover, and the operational side of depending on someone else's model.