PlatformXeDocs
Get API Key

Plans & Quotas

Plan tiers, limits, and quota enforcement.

PlatformXe offers four plan tiers with increasing quotas. All pricing is in Nigerian Naira (NGN).

Plan tiers

FeatureFreeBasic (₦59,000/mo)Pro (₦99,000/mo)Enterprise
Email messages500/mo10,000/mo50,000/moCustom
SMS messages50/mo1,000/mo5,000/moCustom
Storage100 MB1 GB10 GBCustom
Permission checks10,000/mo100,000/mo500,000/moCustom
Permission modules52050Unlimited
PDF generation50/mo500/mo1,000/moCustom
API keys21025Unlimited
FederationNoNoNoYes
Dedicated supportNoNoEmailPhone + Slack

All prices exclude 7.5% VAT.

Quota enforcement

PlatformXe uses two types of limits:

Soft limits

At 80% and 95% of a quota, PlatformXe emits warning events (billing.usage.threshold). Your application continues to function normally.

Hard limits

When a quota is fully exhausted, further requests to that service return a QUOTA_EXCEEDED error:

{
  "success": false,
  "error": {
    "code": "QUOTA_EXCEEDED",
    "message": "Email message quota exceeded for current billing period"
  }
}

Enterprise plans have custom limits negotiated per contract. Contact sales for Enterprise pricing and quotas.

Upgrading

Upgrade your plan from the Tenant Portal billing page or via the API. Plan changes take effect immediately — quotas are prorated for the remaining billing period.

Rate limits (per-route)

In addition to monthly quotas, per-route rate limits prevent burst abuse:

Route classLimit
Permission checks5,000/hr
Permission management500/hr
Audit queries100/hr
All other routes1,000/hr per API key

Rate-limited responses include a Retry-After header indicating when to retry.