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

# Insights

> InsightsService provides AI code attribution analytics for projects.

InsightsService provides AI code attribution analytics for projects.
The CLI reports per-commit co-author data from git history, and the
dashboard reads aggregated stats.

## Methods

<Card title="Disable Project Insights" href="/docs/api-reference/generated/insights/disable-project-insights">
  Disables co-author insights for a project.
</Card>

<Card title="Enable Project Insights" href="/docs/api-reference/generated/insights/enable-project-insights">
  Enables co-author insights for a project.
</Card>

<Card title="Get Insights Summary" href="/docs/api-reference/generated/insights/get-insights-summary">
  Returns how many projects have insights enabled vs total projects in the org.
</Card>

<Card title="Get Project Insights Status" href="/docs/api-reference/generated/insights/get-project-insights-status">
  Returns whether co-author insights is enabled for a project.
</Card>
