Getting Started with GitKraken Insights

Last updated: March 2026

GitKraken Insights turns raw Git data into clear, useful metrics for developers and leaders. GitKraken Insights pulls code activity, pull requests, issues, and CI/CD results into a single view that fits directly into existing workflows.

Instead of surface-level stats, GitKraken Insights shows how work connects to team goals and points out ways to improve flow and productivity.


Requirements
Plan:
GitKraken Insights (available by request)
Platform:
Browser only via gitkraken.dev
Role:
Lead, Admin, or Owner (for access). The User role does not grant access to GitKraken Insights but tells Insights to begin tracking that user for metrics.
Integrations:
GitHub, GitLab, Bitbucket, Azure DevOps, Jira Cloud
AI providers:
Claude Code, Cursor, GitHub Copilot (optional)
Dashboard view of GitKraken Insights metrics and charts for development activity
Overview of GitKraken Insights

## Request Access

GitKraken Insights is available by request only. To get started, [request a guided tour](https://www.gitkraken.com/insights#form).

A member of the GitKraken team will contact you right away to walk you through GitKraken Insights and explain how to enable access for your organization.

**Note:** GitKraken Insights is a standalone product. [Contact GitKraken](https://www.gitkraken.com/insights#form) to get started.

## Connecting your data

Once your access is approved, you can connect GitKraken Insights to your repositories and configure settings for your organization.

Currently, Insights supports connections with GitHub, GitLab, Bitbucket, Azure DevOps, and Jira Cloud.

In addition, you can connect AI providers to enable AI Impact insights (like Duplicated Code, Prompt Acceptance Rate, and more).

### 1. Import your repositories

1. In GitKraken.dev, go to **Insights > Data Connection**.
2. Click to connect with GitHub, GitLab, Azure DevOps, Claude Code, Cursor, GitHub Copilot, Bitbucket, or Jira Cloud.
3. Authorize GitKraken Insights to connect with GitHub.
4. Select which repositories to track. Use the filter option at the top of the page to quickly narrow down the list.

Screenshot of Data Connection page to connect GitHub, GitLab, or Jira for Insights
Connect GitHub, GitLab, or Jira to enable Insights
Screenshot authorizing GitHub access for GitKraken Insights
Authorize GitHub access for GitKraken Insights

Screenshot of repository selection to choose which repositories to import into Insights
Select which repos to import. You can always import more later.

#### Avoiding GitHub API rate limits

If you’re importing a large number of repositories, depending on size and commit history, you may encounter GitHub’s hourly API rate limits. This can temporarily throttle other GitHub services used by your organization.

To avoid this, additional members of your organization can connect to GitKraken Insights using a [Lead role](/gk-dev/gk-dev-organization/#roles). When multiple people are connected, the app distributes processing across their GitHub tokens to help avoid throttling.

After the initial import is complete, rate limit issues are unlikely to recur.

### Connect an AI provider (optional)

As of February 2026, GitKraken Insights only supports connections with Claude Code, Cursor and GitHub Copilot to enable AI insights.

To enable AI Impact insights, connect your preferred AI provider:
1. In GitKraken.dev, go to [**Insights > Data Connection**](https://gitkraken.dev/insights/data-connections).
2. Click to `Manage` with Claude Code, Cursor or Github Copilot.
3. In the new window, select the AI provider you wish to connect with and enter the provider Token.
4. Click **Connect AI Provider** to finish the connection.

Screenshot of AI provider connection
Connect your AI provider to enable AI Impact insights

### 2. Confirm your profile details

After connecting repositories, confirm your personal details:

– First and last name
– Time zone
– Job role

Screenshot of profile form to confirm name, time zone, and job role before continuing
Confirm your details before continuing

### 3. Monitor data import progress

Once setup is complete, GitKraken Insights will begin importing your repository data.

– Expect **past month’s activity** to appear within a few hours.
– Full **year’s activity** is usually ready within one to two days.
– Track import progress anytime from the **Dashboard** tab.

Dashboard view showing import progress while Insights processes your repository data
Monitor import progress while Insights processes your data

Exploration Notes: Version 1 — Markdown with Plugin Styling

Approach: Content stays as standard Markdown wherever possible. The GKI Docs Helper plugin provides all visual styling, JS interactivity, and the 3-column page template externally. Only the page header (breadcrumb, title, card grid, requirements) uses custom HTML with gki- classes — everything else is Markdown.

What this tests: Whether Markdown content can look polished when paired with a dedicated WordPress plugin. This is the lowest-maintenance approach — content editors work with familiar Markdown syntax while the plugin handles visual presentation.

Plugin features active: Auto-generated “On this page” TOC (right sidebar), reading progress bar, back-to-top button, smooth scrolling, card search/filter, Parsedown artifact cleanup, and the 3-column layout with category navigation.

Maintenance: Low. Content is standard Markdown, easy to edit. Visual changes happen in the plugin CSS/JS, not in individual files. Adding a new page to the category automatically updates the left nav.