You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<CalloutBoxicon="IconInfo"title="Billing depends on how you install"type="fyi">
16
17
17
-
This integration creates a new PostHog organization. You cannot migrate an existing PostHog organization to be billed through Vercel.
18
+
New accounts created through the **Add** flow are billed through Vercel. Linked accounts keep their existing PostHog billing. You cannot migrate an existing PostHog organization to Vercel billing.
18
19
19
20
</CalloutBox>
20
21
21
22
## Installing the integration
22
23
24
+
### Add (new account)
25
+
23
26
1. Go to the [PostHog integration page](https://vercel.com/integrations/posthog) on Vercel Marketplace
24
-
2. Click **Install**
27
+
2. Click **Add**
28
+
29
+
This creates a new PostHog organization and project, and adds environment variables to your Vercel project. Billing goes through your Vercel account.
25
30
26
-
This creates a PostHog organization and project, and adds environment variables to your Vercel project.
31
+
### Link Existing Account
32
+
33
+
If you already have a PostHog account, you can connect it to Vercel instead:
34
+
35
+
1. Go to the [PostHog integration page](https://vercel.com/integrations/posthog) on Vercel Marketplace
36
+
2. Click **Link Existing Account**
37
+
3. Log in to your PostHog account if prompted
38
+
4. Select the organization you want to link
39
+
5. Click **Connect organization**
40
+
41
+
You must have admin or owner access to the PostHog organization to link it. Billing stays with PostHog for linked accounts.
27
42
28
43
## Environment variables
29
44
@@ -110,7 +125,10 @@ For full documentation:
110
125
111
126
## Billing
112
127
113
-
Billing goes through your Vercel account. View usage in Vercel under **Integrations** → **PostHog**.
128
+
Billing depends on how you installed the integration:
129
+
130
+
-**Add (new account)** – Billed through your Vercel account. View usage in Vercel under **Integrations** → **PostHog**.
131
+
-**Link Existing Account** – Billed through your existing PostHog account. View usage in [PostHog billing settings](https://app.posthog.com/organization/billing).
114
132
115
133
See [our pricing page](/pricing) for more details.
0 commit comments