mixpanel

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name MIXPANEL_SERVICE_ACCOUNT_USERNAME or zero doctor check-connector --url "https://mixpanel.com/api/2.0/insights?project_id=$MIXPANEL_PROJECT_ID" --method GET

How to Use

All examples below assume MIXPANEL_SERVICE_ACCOUNT_USERNAME, MIXPANEL_SERVICE_ACCOUNT_SECRET, and MIXPANEL_PROJECT_ID are set.

Authentication: HTTP Basic Auth with the Service Account username as the user and the Service Account secret as the password. Every request must also pass project_id as a query parameter.

Base URLs:

  • Query / Insights / Funnels / JQL: https://mixpanel.com
  • Raw event export: https://data.mixpanel.com
  • Ingestion (track events, set profiles): https://api.mixpanel.com

1. Run Insights Query

Fetch a saved Insights report by bookmark id. Replace <your-bookmark-id> with the actual bookmark (saved report) id:

Related skills
Installs
9
GitHub Stars
59
First Seen
Apr 19, 2026