Skip to main content
ECN’s primary guardrail is credit budgets, not transport-level request throttling. Because every AI action is metered, your spend is bounded by your organization’s caps. When a call would exceed a budget, the gateway rejects it at preflight — before any provider is called — so you are never billed for a blocked action.
Transport-level rate limits (requests per second/minute) are being finalized as part of the v2 hardening. This page will publish exact numbers when they land. For now, budgets are the effective limiter.

Handling limits gracefully

  • Check get_wallet_balance before a large prospecting run.
  • If an action is rejected for budget, top up credits or raise the per-action cap in Settings.
  • Batch reads (directory/context) are cheap; the costly actions are LLM generation and paid data lookups — see the rate card.