Unleash

Unleash

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

Enter your Unleash instance URL and an Admin API token to sync your feature flags, projects, environments, strategies, segments, and other configuration data into the PostHog Data warehouse.

The instance URL is where you open the Unleash UI — for Unleash cloud it includes your instance name (e.g. https://us.app.unleash-hosted.com/your-instance); for self-hosted it's your server's URL. The token is a personal access token or, on Enterprise, a service account token; it inherits the owner's permissions, and the users table additionally requires the Admin root role. The features table uses the flag search API, which requires Unleash 5.12 or newer.

Configuration

OptionTypeRequired
Instance URLtextYes
API tokenpasswordYes

Linking Unleash to PostHog

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

A feature flag with its type, project, lifecycle state, and per-environment strategy/rollout status.

Full refresh
projects

A project, Unleash's top-level grouping of feature flags with its own members and health metrics.

Full refresh
environments

A deployment environment (e.g. development, production) that flags can be enabled in.

Full refresh
strategies

An activation strategy definition (built-in or custom) with its parameter schema.

Full refresh
segments

A reusable set of strategy constraints that can be referenced by multiple feature flags.

Full refresh
context_fields

A context field available for strategy constraints, such as userId or sessionId.

Full refresh
tags

A tag applied to feature flags, identified by its tag type and value.

Full refresh
tag_types

A tag type, the namespace that groups related tags (e.g. simple, jira).

Full refresh
feature_types

A feature flag type (release, experiment, operational, kill-switch, permission) with its expected lifetime.

Full refresh
addons

A configured integration (addon) such as a webhook, Slack, or Datadog notifier. Sensitive parameters are masked by the API.

Full refresh
users

A user account on the Unleash instance. Requires a token with the Admin root role.

Full refresh