Tools
| Tool | Description |
|---|---|
POSTHOG_CREATE_QUERY_IN_PROJECT_BY_ID | Execute HogQL queries against your PostHog project |
POSTHOG_LIST_USERS | List users with project membership details |
HogQL Query Examples
Humm uses HogQL, PostHog’s SQL-like query language, to query your analytics data. Here are common patterns:User Identification
ThePOSTHOG_LIST_USERS tool helps identify users in your PostHog organization. Filter by email to find specific users and their project memberships.
Authentication
API Key
Personal API key authentication. Generate a key from PostHog Project Settings > Personal API Keys.