Boltic · Rate Limits

Boltic Rate Limits

Boltic does not publish per-second or per-minute API rate limits in its public documentation or pricing page. The principal published quota is the monthly workflow execution allowance per plan tier. Consumers should treat the per-tier execution count as the binding constraint and apply standard exponential backoff on any 429 or 503 responses.

5 Limits Throttle: 429
AutomationDataSyncGatewaysNoCodeStreamingWorkflowsRate Limiting

Limits

Free plan workflow executions account
workflow_executions_per_month · month
1000
Plan quota, not request rate. 30-day trial.
Growth plan workflow executions account
workflow_executions_per_month · month
3000
Business plan workflow executions account
workflow_executions_per_month · month
10000
Enterprise plan workflow executions account
workflow_executions_per_month
custom
Negotiated capacity.
HTTP request rate api-key
varies
see provider documentation
Per-second / per-minute HTTP rate limits not publicly documented.

Policies

Backoff Strategy
Apply exponential backoff with jitter on 429 and 503 responses; honor any Retry-After header when present.
Quota Reset
Workflow execution quotas reset on a calendar-month basis aligned with the billing cycle.
Tier-Bound Quotas
Execution capacity scales with the subscription tier (Free, Growth, Business, Enterprise); sustained overage requires upgrade or Enterprise contract.
Fair Use
Even on Enterprise tiers, sustained traffic that materially affects shared infrastructure may be subject to fair-use review.

Sources