Skip to main content
The @infragrid/sdk package provides a typed client, workflow builder, polling helpers, and the Infragrid CLI. It requires Node.js 18 or newer.
Version 0.1.0 is implemented in the source workspace but is not yet represented as published to npm.

Install

Create a client

Constructor options:

Browser runs

Pass an AbortSignal to runs.wait to interrupt polling and active retry backoff.

Ordered workflows

See Ordered workflows for every builder primitive.

Published Blueprints

Errors

All exported error classes derive from InfragridError and expose status, body, requestId, and response headers when available. See Errors and retries.
Last modified on August 16, 2026