Back to news
devops Priority 4/5 8/8/2026, 11:05:15 AM

GitHub Copilot Usage Metrics API Now Includes Agent App Activity Data

GitHub Copilot Usage Metrics API Now Includes Agent App Activity Data

The integration of third-party agent apps into GitHub workflows has enabled development teams to run advanced external solutions like Claude and Codex directly inside Copilot. To support better governance and monitoring of these external capabilities, GitHub has updated the Copilot usage metrics API to actively capture agent app activity. Enterprise administrators can now programmatically analyze how often these specialized agents are called and what tasks they assist with.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#github#copilot#devops#official

Comparison

AspectBefore / AlternativeAfter / This
Metrics CoverageTracked standard Copilot IDE completions and chat usage onlyIncludes usage data from integrated third-party agent apps
Data Source RangeFirst-party GitHub Copilot interactions onlyFirst-party interactions plus partner agents like Claude and Codex
API Response FieldsStandard Copilot seats and editor activity schemaExtended schema containing specific agent-app invocation metrics

Action Checklist

  1. Update your internal API ingestion scripts to handle the new agent activity fields Ensure your custom reporting dashboards are configured to parse the updated schema without failing
  2. Verify active partner integrations in your enterprise settings Review which agents like Claude or Codex are enabled to better align the incoming API metrics
  3. Audit agent usage data for compliance and resource planning Leverage the new metrics to evaluate the productivity and security impact of external agent workflows

Source: GitHub Changelog

This page summarizes the original source. Check the source for full details.

Related