Vellum

Vellum

Let AI connect your sources for you

Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Learn more
PostHog Wizard hedgehog

Connect Vellum to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.

Enter your Vellum API key to sync your Vellum deployments, documents, and execution history into the PostHog Data warehouse.

You can create an API key in your Vellum workspace settings. Vellum API keys are environment-scoped (Development / Staging / Production), so one key syncs one environment.

Configuration

OptionTypeRequired
API keypasswordYes

Linking Vellum to PostHog

  1. Go to the Data pipeline page in PostHog
  2. Click New source and select Vellum
  3. Fill in the required configuration fields
  4. Click Next, select the tables you want to sync, and then press Import

Supported tables

TableDescriptionSync methodIncremental fieldPrimary key
workflow_deployments

Deployed Vellum workflows, one row per workflow deployment in the environment the API key is scoped to.

Full refresh
prompt_deployments

Deployed Vellum prompts, one row per prompt deployment in the environment the API key is scoped to.

Full refresh
document_indexes

RAG document indexes used to store and search over uploaded documents.

Full refresh
documents

Documents uploaded to Vellum for indexing and retrieval.

Full refresh
workflow_execution_events

Per-execution history for each workflow deployment: inputs, outputs, timing, and errors for every run. One row per execution span, keyed by the parent workflow deployment and the span id.

Full refresh