Vessel · Rate Limits

Vessel Rate Limits

Vessel's public pricing page advertises unlimited API calls across all tiers, but does not publish concrete per-second / per-minute throttling thresholds. Underlying integration calls are subject to the destination SaaS providers' own rate limits.

2 Limits Throttle: 429
Rate LimitingUnified APIIntegrations

Limits

Vessel-side request rate account
varies
not publicly documented (advertised as unlimited)
Downstream provider limits integration
varies
governed by the destination SaaS API (Salesforce, HubSpot, BambooHR, etc.)
Even when Vessel does not throttle, the connected provider will; clients should treat 429s and provider-specific error codes as sourced from the downstream system.

Policies

Downstream pass-through
Errors and rate-limit signals from the underlying SaaS API are surfaced through Vessel's response; respect the provider's documented limits.
Backoff
On 429 responses, implement exponential backoff with jitter and honor any Retry-After header.

Sources