Analytics

PostHog

economy

PostHog is an cost-effective analytics provider offering Event Tracking, Funnel Analysis, Cohort Analysis and 3 more through Aweb's unified API. It features none streaming support with standard-tier latency.

Try PostHogOfficial docs

Specifications

CategoryAnalytics
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tiereconomy
Reliabilitystandard
Qualitystandard
Base URLhttps://us.posthog.com
SDK Package

Capabilities (6)

Event Trackinganalytics.events
Score: 80
Funnel Analysisanalytics.funnels
Score: 80
Cohort Analysisanalytics.cohorts
Score: 80
Session Replayanalytics.session-replay
Score: 80
Feature Flagsanalytics.feature-flags
Score: 80
A/B Testinganalytics.ab-testing
Score: 80

Quick start

Use PostHog through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "posthog",
    "capability": "analytics.events",
    "input": { "prompt": "Hello from PostHog!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'posthog',
  capability: 'analytics.events',
  input: { prompt: 'Hello from PostHog!' },
});

console.log(result.output);

Related Analytics providers

Nixtla TimeGPT

standard tier

Climatiq

economy tier

Mixpanel

standard tier

Amplitude

standard tier

Segment

premium tier

June

economy tier

Getting started →API reference →All capabilities →All providers →