Billing and usage
IBEE Solutions uses a prepaid credit model. You add credits to your organization’s wallet, and usage is deducted as resources run. Before creating new resources, the platform checks your billing state — if your wallet is empty or billing is suspended, you’ll be prompted to add credits.
Billing model
All billing is scoped to the organization level. Every workspace within an organization shares the same wallet balance, payment method, and invoices.
Billing summary
The Billing → Summary page in the sidebar shows a real-time overview:
- Wallet balance — purchased and promotional credits remaining.
- Per-product breakdown — usage by product category (Cloud VMs, GPU VMs, Block Storage, Object Storage, etc.) with expandable detail rows.
- This billing cycle — accumulated charges for the current period.
- Last payment — most recent credit purchase.
Products with active usage are expanded by default; products with zero usage are collapsed.
Billing admission checks
When you create a billable resource, the portal and public API use the same centralized billing admission check before provisioning:
- The client sends the workspace and intended catalog SKU to the shared billing admission endpoint.
- Portal Client API validates the organization and workspace, then obtains the decision from Billing Service.
- Creation continues only when the decision returns
allowed: true. - In the portal, a denied decision opens a Billing needs attention popup with a contextual message.
Public API integrations call
POST /v1/billing/resource-eligibility?workspace_id=... and follow the same
decision. Product APIs do not receive wallet balances or other client-supplied
billing state.
When the billing popup appears, you can click Add Credits to go directly to the billing page with the top-up flow pre-opened. After adding credits, return to the deploy page to continue.
Adding credits
Navigate to Billing → Payment Method in the sidebar and click Purchase Credits. You can also reach the top-up flow from any billing-blocked popup by clicking Add Credits.
Usage limits
Under Billing → Usage Limits, you can view and request increases for per-product resource quotas. These limits cap the number of active resources per product category (e.g., maximum number of Cloud VMs, total block storage capacity).
When a limit is reached, the create form shows a “Limit reached” indicator with a link to request an increase.
Invoices
Under Billing → Invoices, view all invoices for the organization. Each invoice shows:
- Invoice number and date
- Billing period
- Total amount
- Payment status
