MonSPHERE

Administration

Licensing & Subscriptions

Plans, real enforced limits, and cloud / enterprise / offline license types.

Every organization has exactly one subscription, auto-created on registration.

Plans and real limits

PlanMonitorsAgentsUsersRetention
Free5137 days
Professional50102530 days
EnterpriseCustomCustomCustomCustom
CustomNegotiatedNegotiatedNegotiatedNegotiated

These aren't soft, advisory limits — creating a monitor, agent, or member past your plan's limit returns a real 403 quota_exceeded from the API, enforced server-side on the actual creation path, not just hidden in the UI.

Checking your usage

curl https://api.monsphere.com/api/v1/organizations/:orgId/subscription \
  -H "X-Api-Key: msk_live_..."

License types

Separately from subscription plans, a License record tracks activation for cloud, enterprise, and offline deployments. Offline licenses activate with a key that doesn't require an outbound validation call — see Deployment for air-gapped setups. Licenses can be activated, renewed, and revoked from the Platform Admin console.

Upgrading

Plan changes are applied by a Platform Admin and take effect immediately, resetting limits to the new plan's defaults — no re-provisioning required.