Pulse Tier Limits

Feature availability and check intervals by billing tier.

FeatureFreeStarterProScale
Min interval5 min (300,000ms)1 min (60,000ms)30s (30,000ms)15s (15,000ms)
Max interval24h24h24h24h
WebhooksYesYesYes
Email alertsYesYes
Custom headersYesYes
API rate limit10/min30/min100/min300/min
Burst allowance1545150450
Priority supportYes

See Pricing for tier details.

Interval coercion

If you request an interval below your tier minimum, the API coerces it upward and returns a warning field:

{
  "id": "...",
  "interval": 300000,
  "warning": "Interval coerced from 30000ms to 300000ms (minimum for free tier)"
}

No hard monitor limits

There is no cap on the number of monitors per account. Billing self-regulates via metering:

  • Scheduled checks cost 0 meter units (covered by subscription)
  • API calls (create, update, delete, list, manual check) cost 1 meter unit each

Timeout range

Request timeout: 1,000-30,000ms. Default: 10,000ms.

Consecutive threshold range

Failures before alert: 1-10. Default: 1.

Cooldown range

Alert cooldown: 60,000-3,600,000ms (1-60 minutes). Default: 300,000ms (5 minutes).

Upgrading

  1. Visit solenoid.systems/pricing
  2. Select desired tier and add payment method
  3. Features unlock immediately — no API changes or monitor recreation needed