Skip to content

Plans & Regions

  • Frontend: src/routes/private/plans/, src/routes/private/regions/ · Backend: Features/Plans/, Features/Regions/

Overview

  • Billing plans define the commercial tiers tenants are assigned to.
  • Regions describe where a tenant/deployment lives (data residency).

Both are simple CRUD resources used when creating tenants.

Billing plans

OperationPurpose
createPlan / updatePlan / deletePlanPlan CRUD
readPlansList plans

Regions

OperationPurpose
createRegion / updateRegion / deleteRegionRegion CRUD
readRegionsList regions
  • Tenants — the wizard picks a plan and region.

Released under the MIT License.