A how-to-guide for integrating Autoplay into your product.

For video reference

Note: your product needs to have PostHog already integrated.

To integrate PostHog with Autoplay, 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: 123564

3️⃣ Create a Personal API Key

  1. In PostHog, go to SettingsPersonal API Keys.
  2. Click "Create API Key".
  3. Name it something like Autoplay Integration Key.