Skip to main content
Infragrid validates inputs before dispatch and bounds public outputs. Design integrations within these limits.

Requests and workflows

Unknown fields and type coercion are rejected. Both SDK builders revalidate values after variable substitution.

Identifiers and pagination

Responses

SDK transports read at most 1 MiB per response. Oversized successful responses fail closed as APIConnectionError. Oversized error bodies are discarded before status classification. The MCP adapter returns at most 256 KB of JSON tool output and converts larger results into a bounded tool error.

Concurrency and quotas

Workspace concurrency and credit availability are enforced by the API and can change by plan. Treat 402, 409, and 429 as control-plane decisions, and follow Retry-After when the response provides it.
Do not derive platform limits from visible work-log rows. One browser action can produce multiple UI activity entries.
Last modified on August 16, 2026