Back to Tools

PostHog

Analytics

PostHog product analytics and feature flags. Track events, run experiments, and manage releases.

Available Actions
captureidentifyfeature_flagsexperiments
Input Schema
{
  "type": "object",
  "required": [
    "event",
    "distinct_id"
  ],
  "properties": {
    "event": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    },
    "distinct_id": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "status": {
      "type": "number"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/posthog

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/posthog \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "capture"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.