
CircleCI Insights
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 CircleCI Insights to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your CircleCI personal API token and project slugs to pull pipeline health metrics — workflow and job durations, success rates, credit usage, recent runs, and flaky tests — from the CircleCI Insights API into the PostHog Data warehouse.
You can create a personal API token in your CircleCI user settings. Note that CircleCI retains Insights data for roughly 90 days.
Configuration
| Option | Description |
|---|---|
Personal API tokenType: password Required: True | |
Project slugsType: text Required: True | Comma-separated project slugs in |
Reporting window for aggregated metricsType: select Required: False | |
Branch scopeType: select Required: False |
Linking CircleCI Insights to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select CircleCI Insights
- 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 |
|---|---|---|---|---|
workflow_metrics | Aggregated metrics for each workflow in a project over the configured reporting window: run counts, success rate, duration percentiles, credits consumed, MTTR, and throughput. | Full refresh | — | project_slug, name |
workflow_runs | Individual recent runs of each workflow, with duration, status, branch, and credits consumed. CircleCI retains run-level Insights data for roughly 90 days. | Incremental, Full refresh | created_at | id |
job_metrics | Aggregated metrics for each job of each workflow in a project over the configured reporting window: run counts, success rate, duration percentiles, credits consumed, and throughput. | Full refresh | — | project_slug, workflow_name, name |
flaky_tests | Tests CircleCI has detected as flaky in a project: tests that pass and fail across runs with no code change, with where they flake and how often. | Full refresh | — | project_slug, workflow_name, job_name, classname, test_name |
org_summary_metrics | Per-project summary metrics and trends across an organization over the configured reporting window, from the org-level Insights summary. Requires the token to have org membership. | Full refresh | — | org_slug, project_name |