Show HN: Open-source API Key server written in Go by Ory
leetvibecoder
31 points
3 comments
June 11, 2026
Related Discussions
Found 5 related stories in 120.9ms across 10,324 title embeddings via pgvector HNSW
- Show HN: Open-source version of Anthropic's internal analytics engine lucamrtl · 12 pts · June 09, 2026 · 59% similar
- Show HN: GoModel – an open-source AI gateway in Go santiago-pl · 171 pts · April 21, 2026 · 55% similar
- Show HN: Keeper – embedded secret store for Go (help me break it) babawere · 59 pts · April 10, 2026 · 54% similar
- Show HN: OculOS – Any desktop app as a JSON API via OS accessibility tree stif1337 · 15 pts · March 07, 2026 · 53% similar
- Show HN: Free OpenAI API Access with ChatGPT Account EvanZhouDev · 39 pts · March 15, 2026 · 53% similar
Discussion Highlights (2 comments)
aeneas_ory
We built Ory Talos (not to confuse with Talos Linux) to solve API keys (think OpenAI and Anthropic API keys) at scale and with the best practices around capabilities and securities. If you have any questions, please shoot :)
denysvitali
So this seems to be M2M tokens - what about the, arguably more common, use case of creating a short lived or simply ephemeral token to allow an AI agent to use a service (e.g: GitHub) without the possibility to have it leak a valid upstream token in a commit message? My solution to this particular problem is gh-proxy - but of course GitHub is only one of the 100s of services that one might want this for. https://github.com/denysvitali/gh-proxy Btw, I love Ory and I'm always amazed by your new releases!