2 min read AI-generated

The Old Workbench Goes Dark Today – and Three Prompt APIs With It

Copy article as Markdown

As of today it's over: the legacy Workbench in the Claude Console is gone, and the experimental prompt endpoints for generating, improving, and templatizing now return nothing but an error. If you still use them, it's moving day.

Featured image for "The Old Workbench Goes Dark Today – and Three Prompt APIs With It"

Today is one of those days when something in the Claude world quietly disappears. No new model, no shiny feature – a shutdown. On August 17, Anthropic pulls the plug on the old Workbench and on three experimental prompt APIs.

What’s gone today

The legacy Workbench at platform.claude.com/workbench in the Console was for years the place where you tried out prompts, managed saved variants, and stored evals. As of today, access is closed. Saved prompts, variables, and evals don’t move over automatically to the new Workbench – now called the Playground, at platform.claude.com/playground.

Alongside that, three experimental endpoints are being retired: generate_prompt, improve_prompt, and templatize_prompt. Until now you could use them to spin up a prompt from a description, improve an existing one, or rewrite it into a template with variables. As of today, those calls return an error and nothing else.

Why it matters

This was announced a while back, in mid-July. Still, today is the day it gets real. If one of those three endpoints is wired into your code somewhere, the call breaks from now on. No gentle wind-down, no fallback – just an error.

Anthropic’s advice: whatever you want to keep, export it from the banner in the old Workbench or under your Organizational Settings. Then move into the Playground. For the prompt endpoints there’s no 1:1 API replacement – it was an experiment from the start, and it’s ending like one.

My take

Shutdowns like this are unglamorous, but they tell you something. “Experimental” in the name apparently means exactly that at Anthropic – it can vanish again at any time. Build a product on it and you’re building on sand. That’s not a complaint, more of a reminder: the convenient shortcut of a ready-made prompt-improvement API was never meant to be a lasting foundation.

And honestly? Having the model improve a prompt for you is something you can do in any chat session today. Dedicated endpoints for it were nice, but expendable. What matters more is not leaving your saved prompts behind in the old Workbench. Today is the last day you can still grab them.


Sources: