Mistral AI
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Mistral AI to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Mistral AI API key to sync your Mistral AI platform data into the PostHog Data warehouse.
You can create an API key in La Plateforme.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Mistral AI to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Mistral AI
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
models | Models available to the workspace: Mistral's base models plus any fine-tuned models you own. | Full refresh | — | — |
files | Files uploaded to the workspace (fine-tuning datasets, batch inputs, OCR sources, etc.). | Full refresh | — | — |
fine_tuning_jobs | Fine-tuning jobs with status, hyperparameters, trained-token counts, and timestamps. | Incremental, Full refresh | created_at | — |
batch_jobs | Batch inference jobs with request counts and per-status progress. | Incremental, Full refresh | created_at | — |
agents | Agents defined in the workspace (beta), including model, instructions, and tools. | Full refresh | — | — |
conversations | Conversations (beta) started against models or agents. | Full refresh | — | — |
libraries | Document libraries (beta) used as retrieval knowledge bases. | Full refresh | — | — |