Nova Admin Docs
Integrations

PostHog

How to get your PostHog API key and connect it to Nova Admin.

Manage PostHog events, persons, feature flags, experiments, cohorts, insights, dashboards, and more.

Prerequisites

Steps

  1. Go to PostHog Settings > Personal API Keys
  2. Click 'Create Personal API Key'
  3. Give it a label and set appropriate scopes
  4. Copy the key (starts with phx_)
  5. Find your Project ID in Project Settings
  6. Set Host to https://eu.posthog.com if using EU cloud

Credential fields

FieldRequiredDescription
Personal API KeyYesSecret — stored encrypted, never exposed. (e.g. phx_...)
Project IDYesstring (e.g. 12345)
HostNostring (e.g. https://us.posthog.com)

Troubleshooting

  • Invalid credentials: verify the key was copied in full with no trailing spaces.
  • Key not working: check that your PostHog account has API access enabled and billing is active if required.
  • Need help?: refer to the PostHog documentation.

On this page