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.

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
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Vellum to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Vellum
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary 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 | — | — |