---
title: "GitHub Apps can now access enterprise billing data"
url: https://daily.dev/posts/github-apps-can-now-access-enterprise-billing-data-8ifcljfse
source_url: https://github.blog/changelog/2026-08-26-github-apps-can-now-access-enterprise-billing-data
type: article
source: "GitHub Changelog"
published: 2026-08-26T13:30:34.024Z
updated: 2026-08-26T13:53:02.705Z
tags: ["github"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Apps can now access enterprise billing data

**[GitHub Changelog](https://daily.dev/sources/github_updates)** · 1 min read · 0 upvotes · 0 comments

## Summary

GitHub Apps can now be granted an enterprise billing permission, available as read or read-and-write, on GitHub Enterprise Cloud. This lets an app installation access token call the enterprise billing REST API to pull usage data, reconcile invoices, and manage budgets and cost centers, replacing reliance on a personal access token from an enterprise owner or billing manager. App tokens also come with higher rate limits than personal access tokens.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/changelog/2026-08-26-github-apps-can-now-access-enterprise-billing-data>

## Questions this post answers

### How can I access GitHub Enterprise Cloud billing data through the API without using a personal access token?

Grant a GitHub App the enterprise billing permission, available as read-only or read and write, when creating or configuring the app. The resulting app installation access token can call the enterprise billing REST API endpoints to pull usage data, reconcile invoices, and manage budgets and cost centers, and it also gets higher rate limits than a personal access token. This permission is available on GitHub Enterprise Cloud.

_daily.dev helps engineers track GitHub platform changes like this before automation breaks._

### Why did my GitHub billing automation break when an employee left or changed roles?

Billing automation tied to a personal access token from an enterprise owner or billing manager breaks when that individual's token becomes invalid, such as after they change roles or leave the company. GitHub now lets enterprise owners grant a GitHub App the enterprise billing permission instead, so an app installation token, not a person's token, powers the automation.

_daily.dev keeps teams current on GitHub changes that affect billing and access reliability._

## Similar posts on daily.dev

- [GitHub Apps can now utilize public preview Enterprise Teams APIs via fine-grained permissions](https://daily.dev/posts/github-apps-can-now-utilize-public-preview-enterprise-teams-apis-via-fine-grained-permissions-5igphaflf) · GitHub Changelog · 0 upvotes · 0 comments
- [Enterprises can now install third-party GitHub Apps](https://daily.dev/posts/enterprises-can-now-install-third-party-github-apps-gbvt2lgkx) · GitHub Changelog · 0 upvotes · 0 comments
- [API access to billing usage reports in public preview](https://daily.dev/posts/api-access-to-billing-usage-reports-in-public-preview-khtdtqblk) · GitHub Changelog · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github)

[View this post on daily.dev](https://daily.dev/posts/github-apps-can-now-access-enterprise-billing-data-8ifcljfse)
