PromptVault Docs
Dashboard

Settings and API Keys

Manage SDK API keys and prompt-lifecycle toggles such as staging from the Settings screen.

Settings is the home for SDK access and prompt-lifecycle toggles.

API Keys

API keys let applications read prompts through the SDK.

Creating a Key

Click Create key and provide:

FieldNotes
NameA human label, such as production, ci, or local-dev.
Environmentpv_live_ for live prompts or pv_test_ for staging reads.

Copy the key when it is shown. PromptVault does not show the full key again after creation.

Listing Keys

Each key row shows:

ColumnMeaning
NameHuman label.
PrefixShort visible prefix used to identify the key.
Environmentlive or test.
CreatedCreation time.
Last usedBest-effort usage timestamp.
StatusActive or Revoked.

Revoking

Revoking a key prevents future SDK reads with that key. Existing application processes should be restarted or reconfigured with a replacement key.

Enable Staging

The staging toggle controls whether the editor offers a Staging save target and whether the Versions tab shows staging controls.

StateEffect
DisabledEditor offers Draft and Live. pv_test_ keys fall back to live.
EnabledEditor offers Draft, Staging, and Live. pv_test_ keys read staging when set.

Toggling staging does not delete existing prompt versions.

Sign Out

The Sign out action ends the current dashboard session.

On this page