posthog

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name POSTHOG_TOKEN or zero doctor check-connector --url https://us.posthog.com/api/organizations/ --method GET

How to Use

All examples below assume POSTHOG_TOKEN is set. Replace <project-id> with your actual project ID from the prerequisites step.

Base URL: https://us.posthog.com/api

Organizations

List Organizations

curl -s "https://us.posthog.com/api/organizations/" --header "Authorization: Bearer $POSTHOG_TOKEN" | jq '.results[] | {id, name, slug, created_at}'

Get Organization Details

Related skills
Installs
22
GitHub Stars
59
First Seen
Mar 12, 2026