Your Assistants API Dies Aug 26. Azure's Exit Is Different.

OpenAI and Microsoft both retire the Assistants API on August 26, 2026 — into two incompatible successors. Neither migrates your threads, and OpenAI's own guide warns that the Prompt objects it recommends are deprecated too.

By Rajesh Beri·August 11, 2026·13 min read
Share:
A wall calendar in a server room turned to August 2026 with the 26th circled in red marker, and two unplugged ethernet cables hanging loose from a patch panel beside it.

Illustration generated using AI

On August 26, 2026, both OpenAI and Microsoft retire the Assistants API — and they retire it into two different, incompatible successors. OpenAI points you at its Responses and Conversations APIs. Microsoft points you at Foundry Agent Service. Neither one brings your conversation history with it.

That is 15 days from today. If anything in production still calls /v1/assistants, /v1/threads or /v1/runs — or the Azure equivalents — the decision you make under that deadline is not a refactor. It is a cloud commitment, made in a hurry, about the layer of your stack that holds all of your state.


Both Clocks Hit Zero on the Same Day

Two vendors are switching off the same API surface on the same date and sending customers to two products that share no agent definition.

OpenAI announced the wind-down on August 26, 2025 and set the shutdown exactly one year out. Its deprecations page lists the Assistants API with a shutdown date of August 26, 2026 and names the replacement as the "Responses API and Conversations API." The announcement thread has been open for a year; there is no extension in it.

Microsoft's own documentation carries the same date. The Azure OpenAI Assistants API concepts page now opens with: "The Assistants API is deprecated and will be retired on August 26, 2026. Use the generally available Microsoft Foundry Agents service." Azure's model lifecycle page sets the house posture on retirements — a retired model means "all inference requests return 410 Gone" — and answers the obvious follow-up in one word: "Can I get an exception to extend a model's retirement date? No. Retirement dates aren't extendable."

The two migrations agree on the plumbing and disagree on the object that matters. Both map threads to conversations and runs to responses. But OpenAI maps an Assistant to a Prompt, while Microsoft's migration guide maps it to an Agent version, created with client.agents.create_version() and a PromptAgentDefinition. Your agent definition — the model, the instructions, the tool wiring — is the one thing that does not port between the two successors. That is where the lock-in got made.


Azure Customers Were Told They Were "Not Impacted"

Azure teams who checked in 2025 were told, on Microsoft's own support surface, that this did not apply to them.

An answer posted October 1, 2025 on Microsoft Q&A — by a community poster, not Microsoft staff — reads: "Azure OpenAI Service, provided by Microsoft, is not impacted by this deprecation. Azure OpenAI does not use the Assistants API from OpenAI's platform... users of Azure OpenAI can continue building assistants and agents as usual." Five months later, a February 26, 2026 answer on the same site says the opposite: "Yes. The Azure OpenAI Assistants API itself is now deprecated and is scheduled to be fully retired on August 26, 2026."

Worth being precise about what that second answer is: it is an AI-generated answer on a community Q&A board, not a product announcement. The authoritative source is the Learn banner quoted above. The lesson is not that Microsoft lied — it is that a support-forum answer is not a lifecycle commitment, and a lot of architecture decisions in late 2025 were made on one.

The notification channel did not close the gap either. A customer reported on June 24, 2026 that Service Health retirement notice LZ_6-Y1Z listed their subscriptions as impacted while the Impacted Resources tab was "completely empty — no resources are listed." The accepted answer calls this "expected behaviour and a known gap in Service Health," because the notice "is raised at the subscription level based on telemetry signals... not strictly on currently discoverable resources." If you were waiting for Azure to tell you which resources to fix, it cannot.

One date does buy some room, and this one is in the documentation rather than on a forum. Foundry Agent Service classic is on a separate track: Microsoft Learn's classic agents notice states that "Agents (classic) are now deprecated and will be retired on March 31, 2027." A Microsoft staff answer dated July 22, 2026 adds the part the docs do not spell out: "Microsoft has not published any guidance stating that workloads using the azure-ai-agents SDK (AgentsClient) with Foundry Agent Service (classic) will stop functioning on August 26, 2026." If you are on azure-ai-agents rather than raw Assistants calls, you have seven months, not fifteen days. Confirm which one you are actually running before you believe that.


Your Threads Do Not Come With You

Neither vendor moves your conversation history, and both of them say so in writing.

OpenAI's Assistants migration guide is blunt: "We will not provide an automated tool for migrating Threads to Conversations. Instead, we recommend migrating new user threads onto conversations and migrating older ones as necessary." Microsoft ships a migration tool, and scopes it explicitly to code: it "migrates code constructs such as agent definitions, thread creation, message creation, and run creation. It doesn't migrate state data like past runs, threads, or messages."

Then read Microsoft's own troubleshooting row, which is the sharpest sentence in the whole migration: "Old thread data isn't available... Start new conversations after migration. Historical data remains accessible through the previous API until it's deprecated." Your conversation archive is readable only through the endpoint being switched off. If that history is a support record, a regulated audit trail, or the retrieval corpus your assistant grounds on, exporting it is a deadline task, not a follow-up ticket.

Tooling breaks too, and not only for previews. Microsoft's migration guide publishes a tool-availability table comparing Foundry classic to the new service. Azure Functions goes from GA to "No." Connected Agents goes from public preview to "No," with a recommendation to use the Agent-to-Agent tool instead. Deep Research goes to "No," with a recommendation to use a Deep Research model plus the Web Search tool. Code Interpreter, File Search, Azure AI Search, OpenAPI and Grounding with Bing all carry over at GA — but if your agent calls an Azure Function, you are rewriting an integration, not changing an import.

The infrastructure step is heavier than the code step. Reaching Agent Service means upgrading the Azure OpenAI resource to a Foundry resource: kind changes from OpenAI to AIServices, managed identity must be enabled, and you need Owner on the subscription or resource group. Buried in the limitations is the one that will decide your change window: "Resources with existing private endpoints can't be upgraded from Azure OpenAI to Foundry through the Foundry portal or the Azure portal. Delete the private endpoints before you upgrade, and recreate them afterward." Microsoft offers one way around the delete step — "Alternatively, manage the upgrade using Azure Bicep or Terraform" — but that path does not spare you the endpoint work either: Foundry exposes two additional FQDNs, and the same page states you "must recreate your private link endpoint" for them. In a bank or a hospital, touching a private endpoint is a change-advisory-board item with a lead time measured in weeks. You have two.


OpenAI's Guide Warns You Off Its Own Destination

The migration path OpenAI recommended a year ago now carries a warning against using it for anything long-lived.

The migration guide maps Assistants to Prompts, on the reasoning that "Prompts hold configuration (model, tools, instructions) and are easier to version and update." Immediately alongside it sits this: "Reusable prompt objects are also being deprecated. If you use this migration path, review the prompts deprecation timeline before adopting prompt objects in a long-lived integration."

That timeline is on the same deprecations page. The Reusable Prompts API was deprecated on June 3, 2026 and shuts down on November 30, 2026 — 96 days after the Assistants cutoff. A team that did exactly what OpenAI told it to do in August 2025 gets a second migration before the year ends. Developers in the announcement thread had already flagged a related problem: prompt objects can only be created in the dashboard, with one asking plainly, "Is there a API way to create Prompts?"

The replacement guidance is the most useful thing OpenAI has published all year, because it is an argument against its own application layer. The migrate-from-prompt-objects guide says to "move the prompt content out of the managed prompt object and into your application code," to "store the prompt text in your codebase and pass the generated messages directly as input in the Responses API call," and gives the reason: it puts "review, testing, deployment, and versioning" back under your control.

That is the whole thesis of this deprecation cycle, written by the vendor. The model endpoint is durable. The application layer bolted on top of it — assistants, threads, prompt objects, hosted eval dashboards, visual builders — is the least durable software you will ever depend on, because it is the layer each vendor rewrites to differentiate.


The Second Wave Lands November 30

August 26 is not the end of the queue. Three more OpenAI products close on November 30, 2026, and one of them takes your measurement history with it.

Per the deprecations page, all three were announced on June 3, 2026: the Evals platform, Agent Builder, and the Reusable Prompts API. Evals has an earlier trap — it goes read-only on October 31, 81 days from today, before the November 30 shutdown. Agent Builder customers are pointed at the Agents SDK or ChatGPT Workspace Agents.

For Evals, OpenAI's named destination is a third-party open-source project. Its own cookbook, "Moving from OpenAI Evals to Promptfoo", walks through exporting a runnable Promptfoo config and re-running it from the CLI. The export has two shapes and only one of them is worth anything: for supported evals, "the exported Promptfoo configuration carries these pieces into a runnable evaluation" — test data, prompts, providers/models, and the criteria for scoring outputs. A historical result export is separate, and only makes "previous OpenAI Evals runs available in Promptfoo" for comparison; it does not recreate the eval. Not every eval type supports the runnable export, and where it does not, the cookbook's instruction is blunt: "A runnable configuration cannot be exported. Recreate the evaluation in Promptfoo."

An eval is a fixed test set plus a grader that scores model output against it. Its value is entirely in the time series: today's score means nothing without last quarter's. If your regression baseline lives in a dashboard that goes read-only on October 31, you are not migrating a tool. You are deciding whether you keep your evidence. Teams that kept evals in code and a repo — with Langfuse, Braintrust, Promptfoo or a plain CI job — have nothing to do here. Teams that used the hosted dashboard have a deadline, and we have made the same argument about eval portability before.


What To Do Before August 26

The work splits cleanly into two weeks of triage and one quarter of structural repair. Do not conflate them.

This Week:

  1. Grep for the call sites, do not trust the console. Search your repositories for /v1/assistants, /v1/threads, /v1/runs, client.beta.assistants, and on Azure /openai/assistants. The Microsoft Q&A thread above points at code search and Log Analytics as the checks that actually work, so run both: GET https://<resource-name>.openai.azure.com/openai/assistants?api-version=<version> against every Azure OpenAI resource, plus a Log Analytics query filtering request URIs for those paths. Service Health's Impacted Resources tab is documented to come back empty.
  2. Establish which Azure surface you are on. Raw Assistants API is August 26. Foundry Agent Service classic via azure-ai-agents is March 31, 2027. These are different projects with different urgency, and the retirement email does not distinguish them for you.
  3. Export the threads you are legally or operationally required to keep. There is no bulk export tool on either platform, and after the cutoff the only reader for that data is gone. This is the item that cannot be recovered later.

This Month:

  1. Move prompts and agent definitions into your repository. Not into Prompts, not into an Agent version — into source control, per OpenAI's own guidance. Both successors accept instructions passed inline. This is the change that makes the next deprecation a config edit.
  2. Pick the runtime deliberately, not by whichever migration guide you read first. Responses plus Conversations and Foundry Agent Service are not interchangeable, and choosing under deadline pressure is how a 15-day outage risk becomes a three-year cloud commitment. If you are re-opening this question anyway, do it against the full build-to-buy spectrum and read the framework comparison where one option was already retired.
  3. Book the private-endpoint change window now if you are on Azure with private networking. The portal path makes you delete and recreate them; the Bicep/Terraform path still needs new ones for the Foundry FQDNs. Either way your change board's calendar is the binding constraint, not your engineers'.

Before October 31:

  1. Export every eval as a runnable Promptfoo config, not just its results. Verify each one actually re-runs before the platform goes read-only. Confirm which of your eval types support the runnable export at all — some do not, and those have to be rebuilt by hand.
  2. Put the eval suite in CI. A hosted eval dashboard is a vendor's application layer wearing a lab coat. The observability and monitoring stack you buy should read from data you own.

The Bottom Line

We have watched the layer above the model move out from under enterprises twice already this year. Google folded Vertex AI into its Gemini Enterprise Agent Platform — the aiplatform.googleapis.com endpoint came through that change unaltered, while the deprecated SDK modules stacked on top of it did not. OpenAI shut down Sora and pivoted to enterprise. Now both of the largest enterprise AI platforms are retiring the same agent runtime on the same day, into successors that do not agree with each other — and the successor OpenAI recommends carries a warning, in OpenAI's own documentation, not to use it in a long-lived integration.

The pattern is stable enough to plan around. Model endpoints are durable and increasingly interchangeable; a chat completions call written in 2023 still runs. The application layer built above them — hosted threads, managed assistants, prompt objects, eval dashboards, drag-and-drop builders — is where vendors compete, which means it is where they rewrite. Every convenience that layer offers is paid for in migration risk, and the bill arrives with 15 days' notice.

Nothing in this migration is technically hard. What makes it expensive is that four things you never chose to outsource — conversation state, prompt versioning, tool wiring, and your evaluation history — were living inside somebody else's product. Take them back. Threading, state, prompts and evals belong in code you own, running against whichever endpoint is cheapest and best this quarter, on an architecture you can exit.

Rent the model. Own the thread.

Continue Reading

Share:

Frequently Asked Questions

When does the OpenAI Assistants API shut down?

August 26, 2026. OpenAI announced the deprecation on August 26, 2025 and set the shutdown exactly one year out. After that date, calls to /v1/assistants, /v1/threads and /v1/runs stop working. OpenAI's deprecations page names the Responses API and Conversations API as the replacement.

Is the Azure OpenAI Assistants API also being retired?

Yes, on the same date. Microsoft Learn's Assistants concepts page states the API 'is deprecated and will be retired on August 26, 2026' and directs customers to Microsoft Foundry Agent Service. An earlier Microsoft Q&A answer from October 2025 said Azure was 'not impacted' — that answer is superseded by the Learn documentation.

Do my existing threads and conversation history migrate automatically?

No. OpenAI states it will not provide an automated tool for migrating Threads to Conversations. Microsoft's migration tool moves code constructs only and explicitly does not migrate state data such as past runs, threads or messages. Historical data is readable only through the API being retired, so export it before the cutoff.

What is the difference between Foundry Agent Service and Foundry Agent Service classic?

They are on separate retirement tracks. The Azure OpenAI Assistants API retires August 26, 2026. Foundry Agent Service (classic), used via the azure-ai-agents SDK, is deprecated with a retirement date of March 31, 2027, per a Microsoft staff answer dated July 22, 2026. Confirm which surface your code calls before assuming your deadline.

What happens to OpenAI Evals and Agent Builder?

Both were deprecated on June 3, 2026 and shut down on November 30, 2026, along with the Reusable Prompts API. Evals goes read-only on October 31, 2026. OpenAI points Evals customers at Promptfoo and publishes a cookbook for exporting a runnable Promptfoo config — a historical result export only makes past runs available for comparison and cannot recreate the evaluation. Not every eval type supports the runnable export.

Which Azure agent tools do not carry over to the new Foundry Agent Service?

Per Microsoft's migration guide tool-availability table, Azure Functions drops from GA to unsupported, Connected Agents drops from public preview to unsupported with Agent-to-Agent recommended instead, and Deep Research drops to unsupported in favour of a Deep Research model plus the Web Search tool. Code Interpreter, File Search, Azure AI Search, OpenAPI and Grounding with Bing all carry over at GA.

Newsletter

Stay Ahead of the Curve

Weekly enterprise AI insights for technology leaders. No spam, no vendor pitches—unsubscribe anytime.

Subscribe

Related Articles

LLM observability

Datadog vs Arize vs LangSmith: Buy on the Billing Unit

Datadog meters LLM spans only, LangSmith meters whole traces, Arize meters every span plus ingested GB. On the same million-run agent workload those units diverge four-fold — and two of the four vendors publish no overage rate at all.

August 6, 2026
Snowflake Cortex

Snowflake Cortex vs Databricks Mosaic AI: Pick on Exit Cost

Databricks lists 47 servable models to Snowflake's ~30, but Unity Catalog keeps Delta tables read-only to outside engines and Snowflake's own catalog blocks third-party writes outright. Snowflake's exit advantage is narrower than the decks claim: it writes into a catalog you own. On a normalised 10-million-ticket workload the platforms land within 2x of each other; the model tier swings the bill 40x.

August 3, 2026
model-agnostic architecture

Your AI Vendor Just Became Your Biggest Risk

Microsoft replaced OpenAI with its own models in Excel and Outlook. Anthropic overtook OpenAI at 41% enterprise adoption. Chinese models hit 46% of US API traffic. The AI model market is fragmenting so fast that vendor lock-in is now the highest-risk decision in enterprise tech. Here's the vendor lock-in risk assessment and model-agnostic architecture blueprint every CIO needs.

July 8, 2026
sovereign AI

The Pentagon Went Open-Source AI. Your Lock-In Excuse Just Died.

On July 1, 2026, Palantir CEO Alex Karp told The Information that multiple U.S. government customers — including agencies supporting critical national infrastructure — had switched from proprietary AI models developed by companies like Anthropic to Nvidia's open-source Nemotron alternatives. The agencies that handle the most sensitive data on Earth just decided that open-source AI is good enough. If the national security enterprise can trust open models in air-gapped classified environments, the question every CIO needs to answer isn't whether open-source AI is ready. It's why you're still paying 18x more for proprietary APIs when you don't have to.

July 7, 2026

Latest Articles

View All →