Organization billing-read API for third-party OAuth apps #49702
Unanswered
Avanderheyde
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I build Vibe Costs, a dashboard that lets developers aggregate live software and infrastructure costs.
Supabase already calculates an organization's upcoming invoice across compute and variable usage in the dashboard. The Management API documents organization and project management, but I could not find a supported way for a customer-authorized third-party OAuth app to read that provider-calculated billing total.
Would Supabase consider an organization-scoped billing-read OAuth permission and endpoint returning:
The important constraint is third-party OAuth with least privilege. We do not want customers to generate or share personal access tokens or credentials that can modify projects.
Technical proposal and machine-readable schema:
https://vibecosts.app/cost-api/docs
If this becomes available, I will build and maintain the connector and test it against my own Supabase organization. I also searched existing discussions and did not find a matching request for the upcoming-invoice total under third-party OAuth.
All reactions