Skip to content

Core Concepts

Prompt Management revolves around two core objects: the prompt you author and the versions you save and promote.

Prompt

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.

Version

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.

Identifiers you will see

Prompts carry two identifiers that matter in normal use.

IdentifierExampleWhere you see it
Display nameWelcome EmailPrompts list, page titles, search
Slugwelcome-emailURL path (/prompts/welcome-email/)