# GitHub Product and SKU names

Learn about the product and SKU identifiers used in the billing platform and REST API.

When working with billing through the REST API to create budgets or query usage, you'll need to use specific product and SKU identifiers. This reference provides the valid values for these identifiers.

## Product-level identifiers

For **ProductPricing** budgets or to query usage by product, use one of the following values:

* `actions` - GitHub Actions
* `packages` - GitHub Packages
* `codespaces` - GitHub Codespaces
* `copilot` - GitHub Copilot
* `ghas` - GitHub Advanced Security
* `ghec` - GitHub Enterprise Cloud
* `sandbox` - Cloud and local sandboxes for GitHub Copilot

## SKU-level identifiers

For **SkuPricing** budgets or to query usage by SKU, use one of the following values:

### GitHub Actions SKUs

<!-- markdownlint-disable GHD046 -->

* `actions_cache_storage` - Actions cache storage
* `actions_custom_image_storage` - Actions custom image storage
* `actions_linux` - Actions Linux runners
* `actions_linux_2_core_advanced` - Actions Linux 2-core advanced
* `actions_linux_2_core_arm` - Actions Linux 2-core ARM
* `actions_linux_32_core` - Actions Linux 32-core
* `actions_linux_32_core_arm` - Actions Linux 32-core ARM
* `actions_linux_4_core` - Actions Linux 4-core
* `actions_linux_4_core_arm` - Actions Linux 4-core ARM
* `actions_linux_4_core_gpu` - Actions Linux 4-core GPU
* `actions_linux_64_core` - Actions Linux 64-core
* `actions_linux_64_core_arm` - Actions Linux 64-core ARM
* `actions_linux_8_core` - Actions Linux 8-core
* `actions_linux_8_core_arm` - Actions Linux 8-core ARM
* `actions_linux_96_core` - Actions Linux 96-core
* `actions_linux_arm` - Actions Linux ARM
* `actions_linux_slim` - Actions Linux slim
* `actions_macos` - Actions macOS runners
* `actions_macos_l` - Actions macOS large
* `actions_macos_xl` - Actions macOS XL
* `actions_storage` - Actions storage
* `actions_windows` - Actions Windows runners
* `actions_windows_16_core` - Actions Windows 16-core
* `actions_windows_2_core` - Actions Windows 2-core
* `actions_windows_2_core_advanced` - Actions Windows 2-core advanced
* `actions_windows_2_core_arm` - Actions Windows 2-core ARM
* `actions_windows_4_core_arm` - Actions Windows 4-core ARM
* `actions_windows_32_core` - Actions Windows 32-core
* `actions_windows_32_core_arm` - Actions Windows 32-core ARM
* `actions_windows_4_core` - Actions Windows 4-core
* `actions_windows_4_core_gpu` - Actions Windows 4-core GPU
* `actions_windows_64_core` - Actions Windows 64-core
* `actions_windows_64_core_arm` - Actions Windows 64-core ARM
* `actions_windows_8_core` - Actions Windows 8-core
* `actions_windows_8_core_arm` - Actions Windows 8-core ARM
* `actions_windows_arm` - Actions Windows ARM

 <!-- markdownlint-enable GHD046 -->

### GitHub Codespaces SKUs

* `codespaces_compute_d16` - Codespaces compute (16-core)
* `codespaces_compute_d2` - Codespaces compute (2-core)
* `codespaces_compute_d32` - Codespaces compute (32-core)
* `codespaces_compute_d4` - Codespaces compute (4-core)
* `codespaces_compute_d8` - Codespaces compute (8-core)
* `codespaces_prebuild_storage` - Codespaces prebuild storage
* `codespaces_storage` - Codespaces storage

### GitHub Copilot SKUs

* `copilot_ai_credits` - Copilot AI credits
* `copilot_enterprise` - Copilot Enterprise
* `copilot_for_business` - Copilot for Business
* `copilot_standalone` - Copilot standalone

### GitHub Advanced Security SKUs

* `ghas_code_security_licenses` - GHAS code security licenses
* `ghas_licenses` - GHAS licenses
* `ghas_secret_protection_licenses` - GHAS secret protection licenses

### Cloud and local sandboxes for GitHub Copilot SKUs

* `sandbox_linux` - Sandboxes for GitHub Copilot: Linux
* `sandbox_memory` - Sandboxes for GitHub Copilot: Memory
* `sandbox_snapshot` - Sandboxes for GitHub Copilot: Snapshot

### Other SKUs

* `ghec_licenses` - GitHub Enterprise Cloud licenses
* `git_lfs_bandwidth` - Git LFS bandwidth
* `git_lfs_storage` - Git LFS storage
* `models_inference` - Models inference
* `packages_bandwidth` - Packages bandwidth
* `packages_storage` - Packages storage
* `spark_ai_credits` - Spark AI credits

> [!NOTE]
> The exact SKUs available may vary depending on your enterprise or organization configuration and the features enabled. If you receive a `404` error when creating a budget through the REST API, look at the error response to see the current list of valid SKUs for your account.