reaatech/agent-auth-proxy
These packages give you an identity-aware reverse proxy that sits between AI agents and downstream APIs like Google or GitHub, handling OAuth2 token management, API key vaulting, and scope enforcement. You would adopt them to solve the problem of securely authenticating and authorizing agent-to-service requests without embedding long-lived credentials in agent code or managing per-user OAuth flows yourself. The most distinctive thing is that the proxy is stateful and built as a Fastify plugin with a typed client SDK, so the server, client, and shared schemas are versioned together in a monorepo and the entire request pipeline—authentication, scope validation, credential decryption, and injection—runs in a single proxy hop.
Packages
3 packages
@reaatech/agent-auth-proxy-client
- status
- published
- published
- 2 days ago
@reaatech/agent-auth-proxy-core
- status
- published
- published
- 2 days ago
@reaatech/agent-auth-proxy-server
- status
- published
- published
- 2 days ago
Comments
Sign in with GitHub to comment and vote.
