AI agents call OpenAI API without API key #2964
stephnangue
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi OpenAI community,
We have built Warden, an open source identity-aware egress gateway that allows you to use only your identity (JWT or Certificate) to access OpenAI API and cloud APIs.
To run inference via OpenAI API, AI agents use their identity (JWT or Certificate), they do not directly use API key. Warden intercepts the inference call, validates the identity, injects the API key fetched from its Vault, applies some policy and forward the request to Mistral API, then audits the call.
Check it out here : https://github.com/stephnangue/warden
Beta Was this translation helpful? Give feedback.
All reactions