GitHub Copilot app now available in the usage metrics API GitHub has added Copilot app usage data to its usage metrics API, enabling enterprise and organization admins to track app activity alongside IDE, chat, and code review metrics. The update introduces fields for daily active app users and a dedicated section with session, request, prompt, and token counts in 1-day and 28-day reports. GitHub Copilot app now available in the usage metrics API The Copilot usage metrics API now reports the GitHub Copilot app usage in the enterprise and organization 1-day and 28-day reports. This gives enterprise and organization admins visibility into the app’s activity alongside the IDE, chat, code review, and coding agent metrics they already retrieve. What’s new whats-new The enterprise and organization reports now include two new fields: : The number of distinct users active in the Copilot app on a given day. daily active copilot app users : A dedicated GitHub Copilot app section reporting totals by copilot app session count , request count , prompt count , and a token usage breakdown i.e., output tokens sum , prompt tokens sum , and avg tokens per request . Why this matters why-this-matters The GitHub Copilot app activity was not previously represented in usage reporting. With these fields, enterprise and organization admins can see how broadly the app is being adopted e.g., distinct active users, session and request volume, and token consumption in the same API they already use for the rest of their Copilot usage metrics. Important notes important-notes - These fields appear in the enterprise and organization 1-day and 28-day reports. - The GitHub Copilot app usage is reported in its own totals by copilot app section and is kept separate from the generic feature, model, and language totals, as well as from lines-of-code metrics. - Enterprises or organizations with no GitHub Copilot app activity report null for both daily active copilot app users and totals by copilot app , so existing integrations are unaffected. Visit the Copilot usage metrics API documentation https://docs.github.com/rest/copilot/copilot-usage-metrics to get started.