For video reference

To integrate PostHog with our system, you’ll need to provide three values:

Required:


1️⃣ Get Your Host URL

  1. Go to your PostHog account (e.g. https://app.posthog.com).
  2. The Host URL is everything up to (and including) .com. → Example: https://app.posthog.com

This value stays the same for all projects under the same PostHog instance.


2️⃣ Find Your Project ID

  1. Navigate to the specific project in PostHog.
  2. Look at the URL in your browser:https://app.posthog.com/project/abcd1234
  3. Copy the part after /project/ → Example: abcd1234

3️⃣ Create a Personal API Key

  1. In PostHog, go to SettingsPersonal API Keys.
  2. Click "Create API Key".
  3. Name it something like Integration Key.
  4. Select the correct project.