Core Concepts
Prompt Management revolves around two core objects: the prompt you author and the versions you save and promote.
A prompt is the unit you author and ship. It has a human-readable name, a URL slug, template text, and test settings such as model and tools.
Example: a prompt named “Welcome Email” with slug welcome-email. One prompt per concept your application consumes.
A version is an immutable snapshot of a prompt’s template text. Versions are numbered sequentially (v1, v2, v3, …) and recorded with the author and timestamp. You save a version when you want a stable point to promote, compare against, or roll back to.
For prompt testing workflows, see Test Prompts.
Prompts carry two identifiers that matter in normal use.
| Identifier | Example | Where you see it |
|---|---|---|
| Display name | Welcome Email | Prompts list, page titles, search |
| Slug | welcome-email | URL path (/prompts/welcome-email/) |