Developer Tools
Test, validate, and debug your integration against Rook financial infrastructure without writing throwaway code.
Webhook Signature Verifier
Test HMAC-SHA256 signatures, evaluate the 300-second replay window, and simulate secret rotations with live diagnostics.
API Status & Gateway Probe
Verify live connectivity and measure latency to the central API gateway across Sandbox and Production edge networks.
Idempotency Key Generator
Generate compliant UUID v4 idempotency keys, build request headers, and inspect replay conflict resolution rules.
Official Platform SDKs
Type-safe client libraries with built-in retry backoff, tenant headers, and HMAC validation.
npm i @rook/sdkFull async/await support, TypeScript typings, and Axios transport.
pip install rook-sdkPython 3.9+ with Pydantic v2 data models and sync/async clients.
go get github.com/rook/rook-goZero third-party dependencies, context-aware timeouts, and native structs.
io.rook:rook-java:1.0.5JDK 17+, OkHttp3 client engine, and Jackson serialization.