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:
| Column | Meaning |
|---|---|
| Slug | URL-safe identifier, unique inside the workspace. |
| Folder | Sidebar grouping. |
| Model | Human-facing model hint. |
| Live | The version served to pv_live_ keys. |
| Staging | Optional version served to pv_test_ keys. |
| Owner | Workspace member who created the prompt. |
| Updated | Latest activity time. |
If the workspace has no API keys yet, the page links to Settings -> API keys.
Creating a Prompt
Click New prompt:
- Pick a slug such as
support-triageoronboarding-email. - Pick or create a folder.
- Optionally set the model and temperature.
- Paste or write the initial prompt source.
- 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:
| Operation | Effect |
|---|---|
| Rename slug | Changes the prompt's identifier. |
| Change folder | Moves the prompt in the sidebar. |
| Update model/temperature | Updates the metadata returned by the SDK. |
| Delete | Removes the prompt and emits a delete event to integrations. |
Search
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.