Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 64 additions & 37 deletions docs/agentic-automations.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: "Agentic Automations"

Check warning on line 2 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L2

Did you really mean 'Agentic'?

Check warning on line 2 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L2

Did you really mean 'Automations'?
---

## Overview

Mixpanel Agentic Automations are sub-agents of Mixpanel Agent that you configure once to do recurring analysis work for you, and deliver the result where you already work.

Check warning on line 7 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L7

Did you really mean 'Mixpanel'?

Check warning on line 7 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L7

Did you really mean 'Agentic'?

Check warning on line 7 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L7

Did you really mean 'Automations'?

Check warning on line 7 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L7

Did you really mean 'Mixpanel'?

## Types of Agentic Automations

Check warning on line 9 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L9

Did you really mean 'Agentic'?

Check warning on line 9 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L9

Did you really mean 'Automations'?

- **KPI Monitoring** — Watches a metric you own and ships a personalized digest on the cadence you choose. See [below](#kpi-monitoring) for details.

In the future, we're also exploring Research, Event-Triggered, and Data Governance automations. To get early access or help shape these, reach out to your account manager and ask to be connected with our product team.

Check warning on line 13 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L13

Did you really mean 'automations'?

## KPI Monitoring

Expand All @@ -19,42 +19,30 @@
### Create a KPI Monitor

<Steps>


<Step title="Launch the Automation creation workflow">
Click '+ Create New' button in your side navigation bar. At the bottom of the 'Analysis' section, click the Automation button.

<Note>
Don't see this button? Your organization may not have Mixpanel AI enabled. See the [Mixpanel Agent FAQ](/docs/mixpanel-agent#faq) for how to enable Mixpanel AI features in settings.
</Note>
</Step>

<Step title="Pick a cadence">

Digests can be delivered daily, weekly, or monthly. Pick the rhythm that matches how your team operates. Weekly is a balanced default cadence for most teams.
</Step>

<Step title="Pick the metric to monitor">

Choose any Insights-style event metric — sums, counts, or unique counts over an event you've already instrumented. The agent will use the metric's existing definition as the source of truth for what it watches.
</Step>

<Step title="Add instructions">

Use the **Instructions** field to tell the agent how to interpret results and what to call out. For example: "Flag anything that deviates more than 2 standard deviations from the 30-day average" or "Focus on week-over-week change, not absolute values."

Instructions shape the digest's commentary, not the underlying query. The agent runs a single, fixed query based on the metric you selected. It cannot run additional queries, pull in other metrics, or take actions. Instructions guide how the agent frames its summary: which comparisons to emphasize, what thresholds matter to you, and what language to use when describing shifts.
</Step>

<Step title="Pick a delivery channel">

Digests can land in Slack or email. Slack delivery requires the [Slack integration](/docs/features/slack-integration) to be configured for your project.
</Step>

<Step title="Save the Automation">

The agent runs on schedule — your first digest arrives at the next cadence boundary. You can pause, edit, or delete the Automation at any time.
</Step>
<Step title="Launch the Automation creation workflow">
Click '\+ Create New' button in your side navigation bar. At the bottom of the 'Analysis' section, click the Automation button.

<Note>
Don't see this button? Your organization may not have Mixpanel AI enabled. See the [Mixpanel Agent FAQ](/docs/mixpanel-agent#faq) for how to enable Mixpanel AI features in settings.
</Note>
</Step>
<Step title="Pick a cadence">
Digests can be delivered daily, weekly, or monthly. Pick the rhythm that matches how your team operates. Weekly is a balanced default cadence for most teams.
</Step>
<Step title="Pick the metric to monitor">
Choose any Insights-style event metric — sums, counts, or unique counts over an event you've already instrumented. The agent will use the metric's existing definition as the source of truth for what it watches.
</Step>
<Step title="Add instructions">
Use the **Instructions** field to tell the agent how to interpret results and what to call out. For example: "Flag anything that deviates more than 2 standard deviations from the 30-day average" or "Focus on week-over-week change, not absolute values."

Instructions shape the digest's commentary, not the underlying query. The agent runs a single, fixed query based on the metric you selected. It cannot run additional queries, pull in other metrics, or take actions. Instructions guide how the agent frames its summary: which comparisons to emphasize, what thresholds matter to you, and what language to use when describing shifts.
</Step>
<Step title="Pick a delivery channel">
Digests can land in Slack or email. Slack delivery requires the [Slack integration](/docs/features/slack-integration) to be configured for your project.
</Step>
<Step title="Save the Automation">
The agent runs on schedule — your first digest arrives at the next cadence boundary. You can pause, edit, or delete the Automation at any time.
</Step>
</Steps>

### What's in a digest
Expand All @@ -64,11 +52,50 @@

## Limits

- **Automations per user per project.** Free: 5, Growth: 10, Enterprise: 20.

Check warning on line 55 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L55

Did you really mean 'Automations'?
- **Metric types.** KPI Monitors today support Insights-style event metrics only. Funnel and retention metrics aren't yet supported.
- **Delivery channels.** Slack and email are available today
- **Cadence.** Daily, weekly, or monthly. There's no per-user delivery window control yet (e.g., "weekdays 8–10am local").

<Note>
Have feedback or want to help shape what's next for Agentic Automations? Reach out to your account manager and ask to be connected with our product team.
Have feedback or want to help shape what's next for Agentic Automations? Reach out to your account manager and ask to be connected with our product team.

Check warning on line 61 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L61

Did you really mean 'Agentic'?

Check warning on line 61 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L61

Did you really mean 'Automations'?
</Note>

<Steps>
<Step title="Launch the Automation creation workflow">
Click '\+ Create New' button in your side navigation bar. At the bottom of the 'Analysis' section, click the Automation button.

<Note>
Don't see this button? Agentic Automations are in beta. If you'd like access, please reach out to your Mixpanel account team to join the waitlist.
</Note>
</Step>
<Step title="Pick a cadence">
Digests can be delivered daily, weekly, or monthly. Pick the rhythm that matches how your team operates. Weekly is a balanced default cadence for most teams.
</Step>
<Step title="Pick the metric to monitor">
Choose any Insights-style event metric — sums, counts, or unique counts over an event you've already instrumented. The agent will use the metric's existing definition as the source of truth for what it watches.
</Step>
<Step title="Pick the metric to monitor">
Choose any Insights-style event metric — sums, counts, or unique counts over an event you've already instrumented. The agent will use the metric's existing definition as the source of truth for what it watches.
</Step>
<Step title="Add instructions">
Use the **Instructions** field to tell the agent how to interpret results and what to call out. For example: "Flag anything that deviates more than 2 standard deviations from the 30-day average" or "Focus on week-over-week change, not absolute values."

Instructions shape the digest's commentary, not the underlying query. The agent runs a single, fixed query based on the metric you selected. It cannot run additional queries, pull in other metrics, or take actions. Instructions guide how the agent frames its summary: which comparisons to emphasize, what thresholds matter to you, and what language to use when describing shifts.
</Step>
<Step title="Pick a cadence">
Digests can be delivered daily, weekly, or monthly. Pick the rhythm that matches how your team operates — daily is a good default for most active KPIs.

Check warning on line 87 in docs/agentic-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/agentic-automations.mdx#L87

Did you really mean 'KPIs'?
</Step>
<Step title="Pick a delivery channel">
Digests can land in Slack or email. Slack delivery requires the [Slack integration](/docs/features/slack-integration) to be configured for your project.
</Step>
<Step title="Pick a delivery channel">
Digests can land in Slack or email. Slack delivery requires the [Slack integration](/docs/features/slack-integration) to be configured for your project.
</Step>
<Step title="Save the Automation">
The agent runs on schedule — your first digest arrives at the next cadence boundary. You can pause, edit, or delete the Automation at any time.
</Step>
<Step title="Save the Automation">
The agent runs on schedule — your first digest arrives at the next cadence boundary. You can pause, edit, or delete the Automation at any time.
</Step>
</Steps>
6 changes: 5 additions & 1 deletion docs/response-times.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: "Response Times"
---

Mixpanel Support Engineers are always ready to lend their product expertise and share tips to help you get the most out of your Mixpanel experience. This article will cover:

Check warning on line 5 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L5

Did you really mean 'Mixpanel'?

Check warning on line 5 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L5

Did you really mean 'Mixpanel'?

1. Contacting Mixpanel Support

Check warning on line 7 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L7

Did you really mean 'Mixpanel'?
2. Support Offerings and Response Times

## Contacting Mixpanel Support

Check warning on line 10 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L10

Did you really mean 'Mixpanel'?

1. If you're logged in to Mixpanel, click on “Contact Support” in the Help Menu:
1. If you're logged in to Mixpanel, click on “Contact Support” in the Help Menu:

Check warning on line 12 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L12

Did you really mean 'Mixpanel'?
<Frame>
<img
src="/images/Screenshot-2026-06-25-at-12.38.38-PM.png"
Expand All @@ -23,7 +23,7 @@

## Support Offerings & First Response Times

Our Support Engineers are located all over the world – in San Francisco, Barcelona, London, Singapore, Bangalore and Tel Aviv – and we strive to respond to support issues as quickly as possible. Support offerings vary depending on your Mixpanel plan.

Check warning on line 26 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L26

Did you really mean 'Aviv'?

Check warning on line 26 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L26

Did you really mean 'Mixpanel'?

| Plan | Critical FRT\* | Normal FRT\* | Hours of Operation |
| --- | --- | --- | --- |
Expand All @@ -37,12 +37,16 @@

\*\* Add-on Support Plans are available for purchase with the Enterprise plan.

### AI Help Chat

If you're logged into Mixpanel, you can access the AI Help Chat via the Help Menu. This allows you to open a ticket with Mixpanel Support (FRTs apply) or troubleshoot your issue with the AI Help Chat agent directly. As opposed to the [Mixpanel Agent](/docs/mixpanel-agent), the AI Help Chat does not have access to your reports and data. The AI Help Chat can assist in troubleshooting most issues and escalate to Mixpanel Support if necessary.

Check warning on line 42 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L42

Did you really mean 'Mixpanel'?

Check warning on line 42 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L42

Did you really mean 'Mixpanel'?

Check warning on line 42 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L42

Did you really mean 'FRTs'?

Check warning on line 42 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L42

Did you really mean 'Mixpanel'?

## Ticket Priority Definitions

If you’re experiencing a persistent, widespread issue or cannot access your account, we'll prioritize your ticket as Critical. General product questions like how to use a feature, help understanding a report, or submitting a feature request will be categorized as Normal priority.

To see if there are any incidents affecting Mixpanel services, visit Mixpanel’s [Status Page](https://www.mixpanelstatus.com/) (or subscribe to receive notifications of future status updates). For all other issues, we’ll do our best to respond according to the table above and the severity of the issue. In the meantime, feel free to review our other resources:

Check warning on line 48 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L48

Did you really mean 'Mixpanel'?

- [Mixpanel Slack Community](https://www.mixpanel.com/community-slack): Crowd-source Mixpanel solutions and submit product ideas

Check warning on line 50 in docs/response-times.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

docs/response-times.mdx#L50

Did you really mean 'Mixpanel'?
- [Mixpanel Docs](/): Best practices, user guides, and frequently asked questions
- [Mixpanel API Reference](/reference/overview): API integration tutorials
Expand Down