PromptVault Docs
Dashboard

Prompts Home

The Prompts home page lists every prompt in the workspace and is where you create new ones.

The Prompts home page lists every prompt in the workspace and is the entry point for creating new ones.

What You See

Each row shows:

ColumnMeaning
SlugURL-safe identifier, unique inside the workspace.
FolderSidebar grouping.
ModelHuman-facing model hint.
LiveThe version served to pv_live_ keys.
StagingOptional version served to pv_test_ keys.
OwnerWorkspace member who created the prompt.
UpdatedLatest activity time.

If the workspace has no API keys yet, the page links to Settings -> API keys.

Creating a Prompt

Click New prompt:

  1. Pick a slug such as support-triage or onboarding-email.
  2. Pick or create a folder.
  3. Optionally set the model and temperature.
  4. Paste or write the initial prompt source.
  5. Save the first version.

The first version is always v1. Save additional drafts or staging versions after the initial version exists.

Renaming, Moving, Deleting

These actions happen from the Editor tab:

OperationEffect
Rename slugChanges the prompt's identifier.
Change folderMoves the prompt in the sidebar.
Update model/temperatureUpdates the metadata returned by the SDK.
DeleteRemoves the prompt and emits a delete event to integrations.

The header search finds prompts by slug and folder. Results show each prompt's live label, staging label when present, and whether it has an open draft.

On this page