PromptVault Docs
Integrations

Langfuse

Sync PromptVault prompt versions into Langfuse so traces can reference the exact label that ran.

Mirror prompt versions into Langfuse so traces can reference the exact label that ran.

What It Does

When a prompt is created or published, PromptVault can sync the prompt source and version label into Langfuse. This lets a trace answer "which version of support-triage produced this output?"

Draft-only saves are skipped.

Configuration

FieldRequiredDefault
Hostyeshttps://cloud.langfuse.com
Public keyyes-
Secret keyyes-

For Langfuse Cloud, leave the host as the default. For a custom Langfuse host, enter your own URL.

The keys come from your Langfuse project under Settings -> API keys.

Test

Use Test after connecting to confirm the credentials can read project metadata.

Event Handling

EventBehavior
prompt.createdSyncs the initial prompt version.
prompt.published to liveSyncs with the live version label.
prompt.published to stagingSyncs with the staging version label.
prompt.rolled_backSkipped. Langfuse keeps its own prompt history.
prompt.deletedSkipped.

On this page