Editions and availability
Vluna has multiple distributions, but current public documentation and onboarding are Cloud-first.
Availability remains defined per endpoint in OpenAPI via x-distribution.
Distributions
- Community: Self-hosted distribution in this repo.
- Enterprise: Paid distribution with additional internal and operational surfaces.
- Cloud: Hosted distribution.
Current public rollout status:
- Cloud: public onboarding and docs published.
- Community self-hosted: not in current public onboarding flow.
- Enterprise: not in current public onboarding flow.
API surfaces (high level)
Vluna exposes two primary HTTP surfaces:
/mgt/v1: server-to-server and management endpoints (Service Key authentication)./api/v1: end-user endpoints (Bearer authentication) and some read-only surfaces.
Availability matrix (summary)
This is a summary. Treat OpenAPI as the source of truth.
| Capability area | Public docs now |
|---|---|
Runtime usage gate (/mgt/v1/gate/*) | Cloud |
| Public billing APIs (catalog, checkout, portal, invoices, payments, subscriptions, wallet, usage) | Cloud |
| Management APIs (feature_families, features, meters, billing plans, event rating policies, contracts) | Cloud |
| Ops and reconciliation APIs (internal/ops) | Cloud (published subset) |
| Gate usage and settlement reports | Cloud |
How to verify availability for your deployment
Use the OpenAPI specs in this repo and check x-distribution on the operation you want:
- API reference: API reference
Next steps
- Cloud bootstrap: Bootstrap realm and service keys (Cloud)
- For non-Cloud rollout access, follow your enablement process and distribution status updates.