Integrations
Braintrust
Mirror PromptVault prompt versions into a Braintrust project so eval datasets can pin to immutable labels.
Mirror prompt versions into a Braintrust project so eval datasets can pin themselves to immutable PromptVault labels.
What It Does
When a prompt is created or published to live or staging, PromptVault can mirror that version into Braintrust with the prompt slug and version label.
Draft-only saves are skipped.
Configuration
| Field | Required |
|---|---|
| Project name | yes |
| API key | yes |
Enter the Braintrust project that should receive mirrored prompt versions.
Test
Use Test after connecting to confirm the API key can access Braintrust.
Event Handling
| Event | Behavior |
|---|---|
prompt.created | Mirrors the initial prompt version. |
prompt.published to live | Mirrors the live version. |
prompt.published to staging | Mirrors the staged version. |
prompt.rolled_back | Skipped. Datasets should pin explicit labels. |
prompt.deleted | Skipped. |