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 field | Required | Where it comes from |
|---|
Personal API key (PERSONAL_API_KEY) | No | Bearer key for reads. |
Project API key (PROJECT_API_KEY) | No | phc_ key for event capture. |
| Setting | Required | What it is |
|---|
Region (REGION) | No | us or eu. |
| Tool | Access | What it does |
|---|
List projects (yekar.posthog.list-projects) | Read | List the PostHog projects the personal key can see, with their ids. |
Capture event (yekar.posthog.capture-event) | Write | Send 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.