Docs

Limitations

System constraints. Account limits, rate limits, message size limits, and storage retention

agrirouter enforces several system constraints you need to know about when developing and operating an integration.

Specific limits may change over time. To confirm current values for your use case, write to support@agrirouter.com.

Message Size

The maximum payload size accepted by the API is 256 MB per request. Payloads larger than that are rejected with HTTP 413. The API handles chunking for you: if a payload exceeds the internal chunk size, it is split transparently.

Endpoints per Account

Each agrirouter account has a limited number of endpoint slots. The exact number depends on the account type and subscription. Contact agrirouter support if you need additional capacity.

Feed Storage

Messages in an endpoint's feed are retained for a limited time. If the receiving endpoint does not retrieve them before the retention period expires, they are deleted.

Partners coming from the legacy API should also review Migrating from Legacy for constraints that no longer apply, in particular client-side chunking, custom Base64 line-break conventions, and 1-based chunk-numbering rules.3 min

On this page