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
- A PostHog account. Sign up at https://posthog.com/docs/api.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to PostHog Settings > Personal API Keys
- Click 'Create Personal API Key'
- Give it a label and set appropriate scopes
- Copy the key (starts with phx_)
- Find your Project ID in Project Settings
- Set Host to https://eu.posthog.com if using EU cloud
Credential fields
| Field | Required | Description |
|---|---|---|
| Personal API Key | Yes | Secret — stored encrypted, never exposed. (e.g. phx_...) |
| Project ID | Yes | string (e.g. 12345) |
| Host | No | string (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.