Lightweight request-scoped context for GatewayStack.
**Explicabl** is GatewayStack’s **explainability & audit layer**. It emits a **structured JSON event for every request** flowing through the GatewayStack pipeline, enabling:
A continuation-local storage module compatible with NestJS's dependency injection.
Request-scoped storage support, based on Asynchronous Local Storage, with fallback to cls-hooked for older Node versions
Get and set request-scoped context anywhere
Provide context info for eslint-plugin-import-x, so no extra arguments need to be added.
Invoke scoped data storage for AWS Lambda Node.js Runtime Environment
Express middleware for PII detection, content redaction, safety classification, and risk-based request blocking.
An easy way to set and cache context changes for Apollo Link
**Trust & Identity Binding** — Cryptographically verify user identity on every AI request.
RS256 JWT verification and identity mapping for GatewayStack.
Simple connect middleware to wrap the request handling in a domain and set and access data for the current request lifecycle only.
This is an internal utility, not intended for public usage.
Framework-agnostic PII detection, content redaction, and safety classification for AI gateways.
This package provides the core HTTP request orchestration, response handling, and API call coordination.
OpenTelemetry Base Context Manager
Framework-agnostic rate limiting, budget tracking, and agent guard for AI gateways.
OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format
Cloudflare Workers client for Sentry
View docs [here](https://radix-ui.com/primitives/docs/components/context-menu).
Express middleware for AI gateway rate limiting, budget tracking, and agent guard.
A helper function to resolve a module name or path in relation to the specified context and require it.
This package provides essential type definitions and interfaces that define how SDK components communicate.
NestJS Request Context using AsyncLocalStorage