Runtime SDKs
Integrate RuntimeHQ into your applications using our SDKs.
Runtime SDKs
We currently provide two SDKs to easily integrate RuntimeHQ into your applications:
State Resolution Architecture
RuntimeHQ infra does not come in the critical request path. Our SDK uses a local, in-memory SDK. Consuming backend or frontend applications sync the state in the background using reliable polling. When an application makes a request, the SDK returns the operational state locally against the latest copy rather than triggering a blocking network API call.
Global Edge Architecture
To guarantee high availability and fault tolerance, the Control Plane is physically isolated from the Runtime Plane.
The core engine relies on asynchronous state computation to resolve operational rules, then pushes the final payloads out via edge-distributed state delivery. Because your applications fetch from a globally replicated edge cache rather than the control plane, your systems continue to run seamlessly using the last known good state even if the RuntimeHQ console or engine experiences an outage.