
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.

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
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Base URL (self-hosted only) | text | No |
Linking Skyvern to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Skyvern
- 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 |
|---|---|---|---|---|
workflows | A Skyvern workflow definition — a reusable, multi-step browser-automation agent. | Full refresh | — | workflow_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 refresh | created_at | workflow_run_id |
schedules | A cron schedule that triggers a Skyvern workflow to run automatically. | Full refresh | — | workflow_schedule_id |
browser_profiles | A persisted browser profile (cookies and local storage) reusable across runs. | Full refresh | — | browser_profile_id |
credentials | Stored credential metadata only — secret values are never returned by the Skyvern API | Full refresh | — | credential_id |