Skip to main content
Every save creates a new version in Prompt Hub. Browse the history, roll back if something regresses, or tag a version as Production so your application always pulls the latest approved prompt without a code deploy.
Prompt Hub in Arize AX showing prompts list and version management

Why save and version prompts?

The Arize Prompt Hub turns prompt management from scattered snippets in Slack or code comments into a disciplined workflow: a centralized, search-friendly home for your prompt ecosystem, with immutable version control so you can track how prompts evolve over time.
  • Unified prompt ecosystem - Stop hunting for the “real” prompt in tickets or repos. Store every Prompt Object - template variables, model parameters, tool definitions, and output shape - in one searchable place that keeps past, present, and future versions together.
  • Immutable version control - Treat prompts with the same rigor as code. Each refinement is a hashed, immutable version you can roll back, reproduce, and tag (for example prod-v1.2) for deployment without guessing which string shipped.
  • Rapid experimentation and comparison - Load any version into the Playground, test against real-world spans or golden datasets, and use side-by-side comparison to diff outputs and confirm improvements before you move a label.
  • Compatible, easy-to-use SDK - Push and load prompts from your services so runtime stays in sync with Hub (see the By Code tab for links into the Python, TypeScript, and CLI Prompts API docs).
  • Path to automated optimization - Once versions and eval feedback live in AX, you can move underperforming prompts into Prompt Learning feedback loops and meta-prompting to generate and rank better variants (start from Optimize a prompt).
Saving and versioning is how those benefits land in your workspace: each Save Prompt writes the next immutable version your team can diff, tag, and resolve by label at inference time. For the full Prompt Hub story, see Why save and version prompts?.

Workflow

Coming soon!

Next up

To save and reopen whole Playground setups (not prompts), use Playground views.