Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
UnauthenticatedRequest -> AuthenticatedRequest
Intercept outbound API requests from untrusted runtimes and inject authenticating credentials at a proxy layer before forwarding.
Problem it solves
Raw credentials exposed to untrusted environments (such as AI agents) risk exfiltration via prompt injection or compromised logic.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.