Limits & Quotas
WithGiga enforces limits to ensure platform stability and prevent runaway costs.API rate limits
All API endpoints share a single rate limit per API key.
Use exponential backoff in automated clients.
Audit concurrency
The number of simultaneously running audits is plan-dependent:
Exceeding this returns
HTTP 429 with CONCURRENCY_LIMIT_EXCEEDED. Scheduled audits that fire while at capacity queue briefly, then fail if capacity doesn’t free.
Audit time budgets
Each mode has a default time budget:
The agent transitions to report writing when the budget is nearly exhausted, regardless of progress.