hubspot-rate-limits
Installation
SKILL.md
HubSpot Rate Limits
Overview
Handle HubSpot API rate limits with proper backoff strategies. HubSpot enforces per-second and daily limits shared across all apps in a portal.
Prerequisites
@hubspot/api-clientinstalled- Understanding of HubSpot's shared rate limit model
Instructions
Step 1: Understand HubSpot Rate Limit Tiers
| Plan | Per-Second Limit | Daily Limit | Burst |
|---|---|---|---|
| Free/Starter | 10 requests/sec | 250,000/day | -- |
| Professional | 10 requests/sec | 500,000/day | -- |
Related skills