Add Usage-Based Billing documentation#581
Open
DavertMik wants to merge 1 commit into
Open
Conversation
Deploying docs with
|
| Latest commit: |
b5eadf7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://848c2803.docs-c7r.pages.dev |
| Branch Preview URL: | https://usage-based-billing-docs.docs-c7r.pages.dev |
New page under Management > Company documenting per-seat quotas (test reports, API requests, AI tokens), overage toggle, monthly spending cap, billable v1/v2 API route inventory, notifications, and edge cases. Opens with a docs-style 4-card comparison diagram of Trial / Free / Paid-capped / Paid-metered modes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
ea51f97 to
b5eadf7
Compare
⏱️ Cloudflare Build Status UnknownCould not determine Cloudflare deployment status within 15 minutes. Please check the Cloudflare Dashboard manually. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Usage-Based Billingpage under Management → Company documenting per-seat quotas (test reports, API requests, AI tokens), overage toggle, monthly spending cap, billable v1/v2 API route inventory, notifications, and edge cases.docs-style diagram comparing the four billing modes — Trial (unlimited), Free plan (hard cap), Paid + overage off (quota wall, HTTP 402), Paid + overage on (metered with optional cap).astro.config.mjsbetween Subscriptions and Plan Features Comparison.The plugin/workflow work originally bundled here has been split into #582.
Test plan
npm run dev— confirm the new page renders at/management/company/usage-based-billingand the diagram displays inline.npm run buildcompletes; no link-validator failures on the new page.🤖 Generated with Claude Code