App
PostHog
PostHog is the single platform for building successful products. Open-source product analytics, web analytics, session replay, feature flags, surveys, and more.
What your agent can do with PostHog
Triggers and actions 1 trigger · 10 actions
- TriggerAction Performed
Triggers when an action is performed by a user.
- ActionAdd annotation
Create a new annotation on the project timeline (content, date_marker, scope). POST /api/projects/:project_id/annotations/
- ActionCapture Event
Captures an event.
- ActionEvaluate feature flags
Evaluate all feature flag values for a given distinct_id/person, returning flag states for use in automation branching. Public POST /flags endpoint (project token auth).
- ActionGet person
Retrieve a single person by ID. GET /api/projects/:project_id/persons/:id/
- ActionList annotations
List annotations in the project. GET /api/projects/:project_id/annotations/
- ActionList cohorts
List cohorts defined in the project. GET /api/projects/:project_id/cohorts/
- ActionList feature flags
List feature flags defined in the project. GET /api/projects/:project_id/feature_flags/
- ActionList insights
List saved insights (charts/graphs) in the project. GET /api/projects/:project_id/insights/
- ActionList persons
List/search persons in the project, optionally filtered by distinct_id or properties. GET /api/projects/:project_id/persons/
- ActionUpdate person
Update a person's properties by ID. PATCH /api/projects/:project_id/persons/:id/
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the PostHog API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.