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
| Plan | Monitors | Agents | Users | Retention |
|---|---|---|---|---|
| Free | 5 | 1 | 3 | 7 days |
| Professional | 50 | 10 | 25 | 30 days |
| Enterprise | Custom | Custom | Custom | Custom |
| Custom | Negotiated | Negotiated | Negotiated | Negotiated |
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.