You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/billing/reference/billing-reports.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Billing reports reference
3
3
shortTitle: Billing reports
4
-
intro: 'Billing reports show detailed {% data variables.product.github %} usage, {% data variables.product.prodname_ai_credits_short %} consumption, and billing information for your account.'
4
+
intro: 'Billing reports show detailed {% data variables.product.github %} usage{% ifversion copilot %}, {% data variables.product.prodname_ai_credits_short %} consumption,{% endif %} and billing information for your account.'
5
5
versions:
6
6
fpt: '*'
7
7
ghec: '*'
@@ -26,8 +26,10 @@ The following report types are available.
26
26
* Metered usage page:
27
27
***Summarized usage report**: A summary of usage for all paid products for a maximum period of one year.
28
28
***Detailed usage report**: A detailed usage report for all paid products for a maximum period of 31 days.
29
+
{%- ifversion copilot %}
29
30
* AI usage page:
30
31
***AI usage report**: A detailed per-user breakdown of {% data variables.product.prodname_ai_credits_short %} consumed for a maximum period of 31 days.
32
+
{%- endif %}
31
33
32
34
### Summarized usage report
33
35
@@ -41,9 +43,13 @@ This report sums the `quantity`, `gross_amount`, `discount_amount`, and `net_amo
41
43
42
44
{% data reusables.billing.usage-reports-api-limitation %}
43
45
46
+
{% ifversion copilot %}
47
+
44
48
### AI usage report
45
49
46
-
This report includes additional detail about {% data variables.product.prodname_ai_credits_short %} consumption. The report sums the `quantity`, `gross_amount`, `discount_amount`, and `net_amount` fields based on the combination of the following values: `date`, `model`, `username`.
50
+
This report includes additional detail about {% data variables.product.prodname_ai_credits_short %} consumption. The report sums the `quantity`, `gross_amount`, `discount_amount`, and `net_amount` fields based on the combination of the following values: `date`, `model`, `username`. For each model, the report also breaks down token usage into the `input`, `output`, `cache_read`, and `cache_write` fields, so you can see the token detail behind each model's {% data variables.product.prodname_ai_credits_short %} consumption.
51
+
52
+
{% endif %}
47
53
48
54
## Usage report fields
49
55
@@ -65,7 +71,13 @@ The usage reports contain the following fields.
65
71
|`repository`| The repository associated with the usage, if applicable. |
66
72
|`workflow_path`| The path of the {% data variables.product.prodname_actions %} workflow that generated the usage, if applicable. <br><br>Only available in the `Detailed usage report`|
67
73
|`cost_center_name`| The cost center associated with the usage, if applicable. |
74
+
| {% ifversion copilot %} |
68
75
|`model`| The model used, for example `claude-sonnet-4`. <br><br>Only available in the `AI usage report`|
76
+
|`input`| The number of input tokens consumed by the model. <br><br>Only available in the `AI usage report`|
77
+
|`output`| The number of output tokens generated by the model. <br><br>Only available in the `AI usage report`|
78
+
|`cache_read`| The number of cached tokens read for the model. <br><br>Only available in the `AI usage report`|
79
+
|`cache_write`| The number of cached tokens written for the model. <br><br>Only available in the `AI usage report`|
Copy file name to clipboardExpand all lines: content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-agents/configure-enterprise-managed-settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The following clients are supported, although not every client supports every pr
24
24
* {% data variables.product.prodname_jetbrains_ides %}
25
25
* The {% data variables.copilot.github_copilot_app %}
26
26
* {% data variables.copilot.copilot_cloud_agent %}
27
+
* {% data variables.product.prodname_jetbrains_ides %}
27
28
28
29
These settings apply enterprise-wide and enterprises can customize specific keys to enterprise teams. For most supported keys, the `{% data variables.copilot.managed_setting_file %}` value takes precedence over any file-based configuration a user sets in their client. In {% data variables.copilot.copilot_cli_short %}, managed `sandbox` settings instead define minimum restrictions that users can further tighten but cannot loosen.
|`telemetry`| Configures OpenTelemetry export, routing {% data variables.product.prodname_copilot_short %} usage data to a collector of your choice | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
40
-
|`remoteControl`| Restricts whether sessions hosted on this device can be remotely controlled, based on the controlling client's SSO authorization status for the listed organizations. Doesn't affect the user's ability to remotely control sessions hosted on other devices | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
41
-
|`allowedMcpServers`| Defines an allowlist of MCP servers permitted to run. Any server not matched is blocked. Omit to allow all servers, subject to any deny rules | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
42
-
|`deniedMcpServers`| Defines MCP servers that are unconditionally blocked, even if they also match an entry in `allowedMcpServers`| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
43
-
|`sandbox`| Enforces minimum local sandbox restrictions for command execution, filesystem and network access, credentials, and local MCP and LSP servers | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
32
+
| Key | Purpose | {% data variables.copilot.copilot_cli_short %} | {% data variables.product.prodname_vscode_shortname %} | {% data variables.copilot.github_copilot_app %} | {% data variables.copilot.copilot_cloud_agent %} | {% data variables.product.prodname_jetbrains_ides %} |
|`telemetry`| Configures OpenTelemetry export, routing {% data variables.product.prodname_copilot_short %} usage data to a collector of your choice | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
40
+
|`remoteControl`| Restricts whether sessions hosted on this device can be remotely controlled, based on the controlling client's SSO authorization status for the listed organizations. Doesn't affect the user's ability to remotely control sessions hosted on other devices | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
41
+
|`allowedMcpServers`| Defines an allowlist of MCP servers permitted to run. Any server not matched is blocked. Omit to allow all servers, subject to any deny rules | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
42
+
|`deniedMcpServers`| Defines MCP servers that are unconditionally blocked, even if they also match an entry in `allowedMcpServers`| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
43
+
|`sandbox`| Enforces minimum local sandbox restrictions for command execution, filesystem and network access, credentials, and local MCP and LSP servers | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
0 commit comments