Mixpanel
Where to find your Mixpanel project token + service account, and how to connect them to Nora.Mixpanel integrations let your agents send events to Mixpanel and query existing analytics via the Service Account API.
Where to apply for credentials
Mixpanel — Project settings
Project settings
1
Copy the Project Token
Project settings → Overview → Project Token. This is what client SDKs use for ingestion.
2
(For server-side) Create a Service Account
Project settings → Access security → Service accounts → Create. Pick a role (Project Member, Project Admin, Viewer). Copy the Username + Secret.
Connect in Nora
Nora calls
/api/app/me/ with HTTP Basic when an SA username is set, otherwise stores the project token without verification (Mixpanel doesn’t expose a write-key validation endpoint).

