Huly · Rate Limits

Huly Rate Limits

Huly does not publish formal numeric API rate limits. Programmatic access runs through the @hcengineering/api-client SDK against the platform transactor (WebSocket) or REST client, so effective throughput is bounded by the deployment's own resources. Self-hosted instances are limited only by the operator's infrastructure. Huly Cloud workspaces are constrained by plan quotas - primarily storage (10GB to 10TB) and audio/video traffic (10GB to 2TB) per tier - rather than by documented request-per-minute limits. Specific request-level throttling values are not reconciled in this artifact.

Huly Rate Limits is the machine-readable rate-limit profile for Huly on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests and gigabytes.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Project Management, Collaboration, Open Source, Productivity, and SDK.

4 Limits Throttle: 429
Project ManagementCollaborationOpen SourceProductivitySDKRate LimitingQuotasThrottling

Limits

API Request Rate account
requests
not documented
Huly does not publish a numeric request-per-minute API rate limit; SDK access is bounded by deployment resources.
Cloud Storage Quota workspace
gigabytes
10GB (Common) to 10TB (Legendary)
Per-workspace storage allowance set by Huly Cloud plan tier.
Cloud Audio/Video Traffic workspace
gigabytes
10GB (Common) to 2TB (Legendary)
Per-workspace video/audio traffic allowance set by Huly Cloud plan tier.
Self-Hosted Throughput deployment
requests
bounded by operator infrastructure
Self-hosted deployments have no vendor-imposed rate limit; capacity depends on the host.

Policies

Plan-Based Quotas
Huly Cloud constrains workspaces by storage and traffic quotas per tier rather than by published request rate limits.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After if a 429 is returned.

Sources