What you can do
- Organize prompts with folders, tags, and workspace search.
- Save new versions with commit messages and review version history over time.
- Release prompts with labels such as
prodorstaging, and protect important labels with approval flows. - Open any prompt in Playground to test, edit, and save changes back as a new version.
- Review prompt-level logs, analytics, evaluations, and related assets from the prompt page.
- Share prompts for review and collaboration without sending code diffs around.
How it fits together
- Create a Prompt Template in the Registry and define its messages, variables, and model settings.
- Test the prompt in Playground with real inputs before publishing changes.
- Assign a release label to the version your application should use at runtime.
- Monitor logs, analytics, and evaluations to decide what to improve next.
Next steps
Template Variables
Learn how to add dynamic variables with f-strings or Jinja2.
Release Labels
Deploy the right prompt version in production without code changes.
Playground
Test prompts, replay requests, and save changes back to the registry.
Evaluations
Measure prompt quality with batch tests, backtests, and scoring workflows.

