Skip to content
reaatechREAATECH

reaatech/agent-auth-proxy

0Last commit: May 4, 2026GitHub →

These packages provide a stateful identity-aware reverse proxy that manages OAuth2 flows, API key injection, and scope enforcement for AI agents. You would adopt them to secure agent-to-service communication by centralizing credential management and audit logging behind a zero-trust architecture. The system is built as a modular Fastify-based server paired with a shared core library and a typed client SDK, ensuring consistent schema validation and error handling across both the proxy and the agents interacting with it.

Packages

3 packages

@reaatech/agent-auth-proxy-client

v1.0.0
Provides `AgentClient` and `AdminClient` classes for interacting with an `agent-auth-proxy` server to manage authentication, user grants, and proxied API requests. It maps server responses to typed error classes exported by `@reaatech/agent-auth-proxy-core`.
status
published
published
9 days ago

@reaatech/agent-auth-proxy-core

v1.0.0
Provides shared TypeScript types, Zod schemas, and custom error classes for synchronizing data structures between the agent-auth-proxy server and client SDK. It is framework-agnostic and relies solely on Zod for runtime validation.
status
published
published
9 days ago

@reaatech/agent-auth-proxy-server

v1.0.0
Description pending.
status
published
published
9 days ago

Comments

Sign in with GitHub to comment and vote.

Loading comments…