Claude Workbench Retires August 17: Export Prompts and Replace Prompt APIs

Anthropic is ending legacy Claude Workbench access and three experimental prompt-tool endpoints on August 17, 2026. Export the artifacts, inventory dependencies, and rehearse the replacement path.

Sonar the Answer Whale carries prompts, variables, and eval cards through an August 17 migration gate while a developer verifies the archive.

Direct answer: Anthropic says access to the legacy Claude Workbench ends on August 17, 2026. The updated Workbench does not support saved prompts, variables or evals, so teams that need those artifacts should export them from the banner or Organizational Settings. Anthropic is also retiring the experimental generate, improve and templatize prompt endpoints on the same date; requests will return an error after removal.

The urgent job is not to copy a few prompt sentences. It is to preserve the reproducible unit: prompt, variables, model and settings, test cases, expected behavior, owner, dependencies and release history.

Identify what will stop working

The retirement affects a UI and three experimental endpoints
SurfaceDocumented changeImmediate action
Legacy WorkbenchAccess ends August 17, 2026Export artifacts that must be retained
Updated WorkbenchSaved prompts, variables and evals are not supportedChoose a new system of record
generate_promptExperimental endpoint retiresRemove or replace callers
improve_promptExperimental endpoint retiresPreserve human review and test criteria
templatize_promptExperimental endpoint retiresMove templates and variable contracts

Search repositories, CI configuration, notebooks, internal tools, browser bookmarks and team documentation for the Workbench URL and the three endpoint paths. An endpoint can remain in a rarely used script long after its original owner has moved on.

Export a restorable prompt package

For each production or decision-critical prompt, record:

  • a stable prompt ID, purpose and owner;
  • system and user instructions in their original order;
  • variable names, types, defaults, validation rules and examples;
  • model ID, API version, tools, output schema and material generation settings;
  • eval inputs, expected properties, scoring rubric and known failures;
  • the application, job or workflow that calls it;
  • privacy classification and prohibited data;
  • last verified date and rollback version.

Store the exported Workbench archive unchanged, then create a readable normalized copy for review. Hash or version the source so later edits do not erase what existed before the retirement.

Replace the prompt-tool APIs with an owned workflow

If an application automatically generated or improved prompts, decide what job the endpoint was actually performing. Was it drafting an initial instruction, converting prose into variables, linting a template, or scoring alternatives? Replace that job explicitly rather than hiding it inside a new generic model call.

  1. Freeze representative input fixtures and current accepted outputs.
  2. Define the properties a replacement must preserve: variables, structure, safety constraints, evidence rules and tone.
  3. Build the replacement behind a feature flag.
  4. Run old and new paths before the deadline while both are available.
  5. Review regressions by task, not only by average score.
  6. Remove the retired endpoint and make a rollback package available.

The evidence-workflow guide shows how to preserve file versions and references when prompt material moves between interfaces. For broader API change control, use the grounded-answer migration pattern.

Run a deadline checklist

A migration is complete only when the workflow can be restored
CheckEvidenceOwner
InventoryAll Workbench artifacts and endpoint callers listedPlatform lead
ExportOriginal archive plus versioned normalized copyPrompt owner
ReplacementDocumented target for every required jobApplication owner
RegressionFixtures, rubric, failures, latency and cost savedReviewer
RestorationSecond person reconstructs one workflowIndependent operator

Limit: Anthropic’s release note defines the retirement boundary. It does not guarantee that an exported artifact contains every undocumented assumption in a team’s production workflow. That is why the dependency inventory and restoration rehearsal matter.

Primary documentation

Community discussion

Discuss: Claude Workbench Retires August 17: Export Prompts and Replace Prompt APIs

Have a question, a useful example, or a different perspective? Join the discussion, share evidence, and help other readers reach a better answer.

0 replies Moderated
No replies yet.

Be the first to ask a focused question, share a practical example, or add useful evidence.

Ask a question or join the discussion

Share evidence, a useful example, or a clear question. Be specific, stay on topic, and challenge ideas without attacking people. First-time replies may be held for moderation.