Skip to main content

PostHog

Capture PostHog events and read the account's projects.

Connect PostHog Cloud with a personal API key (reads) and a project API key (event capture) to list projects and send analytics events.

Connect

Credential fieldRequiredWhere it comes from
Personal API key (PERSONAL_API_KEY)NoBearer key for reads.
Project API key (PROJECT_API_KEY)Nophc_ key for event capture.
SettingRequiredWhat it is
Region (REGION)Nous or eu.

Tools

ToolAccessWhat it does
List projects (yekar.posthog.list-projects)ReadList the PostHog projects the personal key can see, with their ids.
Capture event (yekar.posthog.capture-event)WriteSend one analytics event into PostHog for a person.

Notes

  • For reads, create a personal API key under Settings → Personal API keys.
  • For event capture, copy the project's phc_ API key from the project settings - a different key.
  • Pick the region (us or eu) matching where the project is hosted.