Skyvern

Skyvern

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 Skyvern to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.

Enter your Skyvern API key to automatically pull your Skyvern browser-automation data into the PostHog Data warehouse.

You can find your API key in your Skyvern settings.

If you self-host Skyvern, set the base URL to your deployment (for example http://localhost:8000). Leave it blank to use Skyvern Cloud.

Configuration

OptionTypeRequired
API keypasswordYes
Base URL (self-hosted only)textNo

Linking Skyvern to PostHog

  1. Go to the Data pipeline page in PostHog
  2. Click New source and select Skyvern
  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
workflows

A Skyvern workflow definition — a reusable, multi-step browser-automation agent.

Full refreshworkflow_permanent_id
runs

Task and workflow run history, pulled per workflow. Incremental sync filters on the immutable created_at with a lookback window; a run whose status changes after it falls below the watermark is only re-fetched on a full refresh

Incremental, Full refreshcreated_atworkflow_run_id
schedules

A cron schedule that triggers a Skyvern workflow to run automatically.

Full refreshworkflow_schedule_id
browser_profiles

A persisted browser profile (cookies and local storage) reusable across runs.

Full refreshbrowser_profile_id
credentials

Stored credential metadata only — secret values are never returned by the Skyvern API

Full refreshcredential_id