> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mixpanel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mixpanel Headless

Mixpanel Headless is an open-source SDK that exposes the full Mixpanel platform — every query engine, report type, and configuration — as a single Python object. Build agents, notebooks, scheduled scripts, or ETL pipelines that work with your product data the same way a human analyst would, without a browser.

## When to use Mixpanel Headless

Headless is for coding agents and developers — anything that writes or generates Python to call Mixpanel.

* **[Mixpanel Agent](/docs/mixpanel-agent)** is the conversational AI inside the Mixpanel UI.
* **[MCP Server](/docs/mcp)** connects chatbots (Claude, ChatGPT, and others) to your data for natural-language Q\&A.
* **Mixpanel Headless** is the SDK for coding agents (Claude Code, Codex, Cursor) and for scripts, notebooks, and pipelines you write yourself.

## Get started

```bash theme={"system"}
pip install mixpanel-headless
```

Then follow the [quickstart on GitHub](https://mixpanel.github.io/mixpanel-headless/getting-started/installation/).

## Rate limits

The default API limit is 60 requests per hour. For production workloads or higher volume, [request early access](https://docs.google.com/forms/d/e/1FAIpQLScHVIS-rnKuvoHdkjRoG5YaevfQ2INXjD-pjiJlQQzJylmyJA/viewform).

## Resources

* [Full documentation](https://mixpanel.github.io/mixpanel-headless/)
* [GitHub repository](https://github.com/mixpanel/mixpanel-headless)
* [Request early access](https://docs.google.com/forms/d/e/1FAIpQLScHVIS-rnKuvoHdkjRoG5YaevfQ2INXjD-pjiJlQQzJylmyJA/viewform)
