{"meta":{"title":"GitHub Product and SKU names","intro":"Learn about the product and SKU identifiers used in the billing platform and REST API.","product":"Billing and payments","breadcrumbs":[{"href":"/en/billing","title":"Billing and payments"},{"href":"/en/billing/reference","title":"Reference"},{"href":"/en/billing/reference/product-and-sku-names","title":"Product and SKU names"}],"documentType":"article"},"body":"# GitHub Product and SKU names\n\nLearn about the product and SKU identifiers used in the billing platform and REST API.\n\nWhen 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.\n\n## Product-level identifiers\n\nFor **ProductPricing** budgets or to query usage by product, use one of the following values:\n\n* `actions` - GitHub Actions\n* `packages` - GitHub Packages\n* `codespaces` - GitHub Codespaces\n* `copilot` - GitHub Copilot\n* `ghas` - GitHub Advanced Security\n* `ghec` - GitHub Enterprise Cloud\n* `sandbox` - Cloud and local sandboxes for GitHub Copilot\n\n## SKU-level identifiers\n\nFor **SkuPricing** budgets or to query usage by SKU, use one of the following values:\n\n### GitHub Actions SKUs\n\n<!-- markdownlint-disable GHD046 -->\n\n* `actions_cache_storage` - Actions cache storage\n* `actions_custom_image_storage` - Actions custom image storage\n* `actions_linux` - Actions Linux runners\n* `actions_linux_16_core` - Actions Linux 16-core\n* `actions_linux_16_core_arm` - Actions Linux ARM 16-core\n* `actions_linux_2_core_advanced` - Actions Linux Advanced 2-core\n* `actions_linux_2_core_arm` - Actions Linux ARM 2-core\n* `actions_linux_32_core` - Actions Linux 32-core\n* `actions_linux_32_core_arm` - Actions Linux ARM 32-core\n* `actions_linux_4_core` - Actions Linux 4-core\n* `actions_linux_4_core_arm` - Actions Linux ARM 4-core\n* `actions_linux_4_core_gpu` - Actions Linux GPU 4-core\n* `actions_linux_64_core` - Actions Linux 64-core\n* `actions_linux_64_core_arm` - Actions Linux ARM 64-core\n* `actions_linux_8_core` - Actions Linux 8-core\n* `actions_linux_8_core_arm` - Actions Linux ARM 8-core\n* `actions_linux_96_core` - Actions Linux 96-core\n* `actions_linux_arm` - Actions Linux ARM\n* `actions_linux_slim` - Actions Linux slim\n* `actions_macos` - Actions macOS runners\n* `actions_macos_l` - Actions macOS large\n* `actions_macos_xl` - Actions macOS XL\n* `actions_storage` - Actions storage\n* `actions_windows` - Actions Windows runners\n* `actions_windows_16_core` - Actions Windows 16-core\n* `actions_windows_16_core_arm` - Actions Windows ARM 16-core\n* `actions_windows_2_core` - Actions Windows 2-core\n* `actions_windows_2_core_advanced` - Actions Windows Advanced 2-core\n* `actions_windows_2_core_arm` - Actions Windows ARM 2-core\n* `actions_windows_32_core` - Actions Windows 32-core\n* `actions_windows_32_core_arm` - Actions Windows ARM 32-core\n* `actions_windows_4_core` - Actions Windows 4-core\n* `actions_windows_4_core_arm` - Actions Windows ARM 4-core\n* `actions_windows_4_core_gpu` - Actions Windows GPU 4-core\n* `actions_windows_64_core` - Actions Windows 64-core\n* `actions_windows_64_core_arm` - Actions Windows ARM 64-core\n* `actions_windows_8_core` - Actions Windows 8-core\n* `actions_windows_8_core_arm` - Actions Windows ARM 8-core\n* `actions_windows_96_core` - Actions Windows 96-core\n* `actions_windows_arm` - Actions Windows ARM\n\n <!-- markdownlint-enable GHD046 -->\n\n### GitHub Codespaces SKUs\n\n* `codespaces_compute_d16` - Codespaces compute (16-core)\n* `codespaces_compute_d2` - Codespaces compute (2-core)\n* `codespaces_compute_d32` - Codespaces compute (32-core)\n* `codespaces_compute_d4` - Codespaces compute (4-core)\n* `codespaces_compute_d8` - Codespaces compute (8-core)\n* `codespaces_prebuild_storage` - Codespaces prebuild storage\n* `codespaces_storage` - Codespaces storage\n\n### GitHub Copilot SKUs\n\n* `coding_agent_ai_credit` - Copilot Cloud Agent\n* `copilot_ai_credit` - Copilot AI credits\n* `copilot_enterprise` - Copilot Enterprise\n* `copilot_for_business` - Copilot for Business\n* `copilot_standalone` - Copilot standalone\n\n### GitHub Advanced Security SKUs\n\n* `ghas_code_security_licenses` - Code Security\n* `ghas_licenses` - Advanced Security\n* `ghas_secret_protection_licenses` - Secret Protection\n\n### GitHub Code Quality SKUs\n\n* `code_quality_licenses` - Code Quality Licenses\n* `code_quality_ai_credit` - Code Quality AI credits\n\n### Cloud and local sandboxes for GitHub Copilot SKUs\n\n* `sandbox_linux` - Sandboxes for GitHub Copilot: Linux\n* `sandbox_memory` - Sandboxes for GitHub Copilot: Memory\n* `sandbox_snapshot` - Sandboxes for GitHub Copilot: Snapshot\n\n### Other SKUs\n\n* `ghec_licenses` - GitHub Enterprise Cloud licenses\n* `git_lfs_bandwidth` - Git LFS bandwidth\n* `git_lfs_storage` - Git LFS storage\n* `models_inference` - Models inference\n* `packages_bandwidth` - Packages data transfer\n* `packages_storage` - Packages storage\n* `spark_ai_credits` - Spark AI credits\n\n> [!NOTE]\n> 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."}