Rate limits

Treat limits as part of the Cloud contract.

Bilinc Cloud uses plan and entitlement boundaries so hosted memory remains predictable.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.3
limits

Limits protect runtime quality and billing clarity.

trial

The 7-day Cloud trial is intended for first commit/recall validation.

plan

Pro and Team plans unlock ongoing hosted usage from the billing console.

credits

Credits are consumed after included monthly usage is exhausted.

retry

Use bounded retries only for transient failures.

Do not retry missing-key, expired-key, entitlement, or payment-required errors as if they were transient network failures.

errors

Read status codes before taking action.

401

Missing, expired, or invalid API key.

402

Hosted entitlement or billing boundary requires action.

429

Rate or quota boundary reached; slow down or upgrade.