SDK Overview

Accelerate your integration with official rNet SDKs. These lightweight wrappers handle PKCE cryptographic flows, secure token exchanges, and standardized AI proxy requests.

SDK Feature Matrix

Core FeatureJavaNode.jsPython
PKCE CryptographySupportedSupportedSupported
OAuth2 HandshakeSupportedSupportedSupported
State Validation (CSRF)SupportedSupportedSupported
Token Refresh LifecycleSupportedSupportedSupported
Standard AI InvocationsSupportedSupportedSupported
Streaming AI PipelinesSupportedSupportedSupported
Type Safety / DeclarationsNativeTypeScriptType Hints
Architectural Scope
rNet SDKs are deliberately designed as lightweight protocol wrappers. They explicitly avoid shipping bloated, framework-specific middleware (like Express route guards or Spring Boot auto-configurations) to guarantee maximum interoperability across any backend architecture.

Open Source Ecosystem