GitHub Copilot app usage data now available in the enterprise metrics API
What's new
- Copilot app in enterprise metrics API: usage of Copilot through github.com web interface and Copilot app is now available in the same enterprise metrics API endpoint as IDE and CLI usage
- Previously, the API only covered repository-level and IDE metrics; the web Copilot app was a blind spot
- Consistent metrics: active users, acceptance rates, tokens — across all Copilot surfaces
Why it matters
IT admins and Copilot admins now get a complete picture of adoption — without manual UI exports. Essential for organizations measuring ROI from Copilot licenses across the full SDLC.
How to try it
REST API: GET /orgs/{org}/copilot/metrics — new copilot_app section in the response. Documentation at docs.github.com/en/rest/copilot.
Open original source
GitHub