> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/human-access/connections-and-integrations/integration-guides/mixpanel.md).

# Mixpanel

Connect Mixpanel to Cakewalk for auto-provisioning with admin credentials or Google SSO, including your host URL and MFA details.

### :sparkles: Auto Provisioning

| **Authentication method** | Username & password, or Google SSO. Set with `Credentials Type` during configuration.                                         |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **Required permissions**  | `Admin`                                                                                                                       |
| **Required metadata**     | `Host URL`                                                                                                                    |
| **Optional metadata**     | `Default organization name`, `Default team name`, `Default project name`. See details [here](#where-can-i-find-my-team-name). |
| **MFA**                   | Supported, optional. Required when using Google SSO if the Google account has two-factor authentication enabled.              |

{% hint style="info" %}
**Signing in with Google:** if your Mixpanel admin account signs in through Google, set `Credentials Type` to `GoogleSSO`. The `Email`, `Password` and `MFA Secret` you enter must then belong to the **Google account**, not to a separate Mixpanel login. See [Sign in with Google](/docs/human-access/how-to-guides/auto-provisioning/how-it-works/sign-in-with-google.md).
{% endhint %}

<details>

<summary><strong>Where can I find my <code>Organization Name</code>?</strong></summary>

1. Navigate to your Mixpanel account.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/a8e2e3d5-1c35-4e17-a52a-56c2051d6217/ascreenshot_6df08de823ce44e6bb1cf0565f62529a_text_export.jpeg)

2. Click on the `Settings` icon.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/a8e2e3d5-1c35-4e17-a52a-56c2051d6217/ascreenshot_8d6aad7967ec4b56ad063615b73235d3_text_export.jpeg)

3. Go to `Organization Settings`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/17813c7f-dd02-4e6f-8faa-b9c90290e8d7/ascreenshot_67b896cd1f214b8092681818934abef2_text_export.jpeg)

4. Copy your `Organization Name` here.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/1421c351-38ab-476f-be03-08239dd170b9/ascreenshot_db1000ccbc4f4306a328d7b847cc245f_text_export.jpeg)

</details>

<details>

<summary><strong>Where can I find my <code>Team Name</code>?</strong></summary>

1. Navigate to your Mixpanel account.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/04a9a084-0316-4faa-a8b6-4c39d8ae1b46/File_4c653de9c3f34501aec75d9f9e904774_text_export.jpeg)

2. Click on the `Settings` cog.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/1420e6f6-cc2f-4285-8e84-68f3231f1519/ascreenshot_7f845f2f42994be393f992d473c1a8c1_text_export.jpeg)

3. Go to `Organization Settings`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/f1f287cf-0949-472b-98e8-5295d7f5b98b/ascreenshot_b6b9008634aa49899166c36af947d981_text_export.jpeg)

4. Click `Users & Teams`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/f9861d16-04e6-48f4-9d92-dadd860818f3/ascreenshot_9b4cd5b6d62045238cd5292981d8d73d_text_export.jpeg)

5. Click `Teams`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/a6782163-abad-40f1-a497-9cf560f24991/ascreenshot_2a76df7137d54239b902fe967776b1f0_text_export.jpeg)

6. Copy your `Team` name.

![](https://colony-recorder.s3.amazonaws.com/files/2026-03-05/78e5b037-e808-484f-86d5-3f26dbc03315/ascreenshot_731cdd409988463a9f223851dca0cd65_text_export.jpeg)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.cakewalk.security/docs/human-access/connections-and-integrations/integration-guides/mixpanel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
