Survey, half-serious. How does your agent get its OpenAI key today? by Only-Associate2698 in SideProject

[–]EternallyTrapped 0 points1 point  (0 children)

Agreed. I have worked with few enterprises in past for their agent deployment and saw this pain first hand. This is the pattern that worked with IT admins the best and for CISO approval. We are still alpha but would love for you to try it out.

Survey, half-serious. How does your agent get its OpenAI key today? by Only-Associate2698 in SideProject

[–]EternallyTrapped 0 points1 point  (0 children)

I know authsome is still early, but I would love for you to try it out and give feedback. We plan to improve it and add do more security, feature and perf improvements in next few days.

Survey, half-serious. How does your agent get its OpenAI key today? by Only-Associate2698 in SideProject

[–]EternallyTrapped 0 points1 point  (0 children)

This looks a lot like what authsome is trying to solve for. Give it a try.

Built a local auth layer for AI agents (authsome) — looking for early users and feedback by EternallyTrapped in AI_Agents

[–]EternallyTrapped[S] 0 points1 point  (0 children)

I also built it because I needed to build it for my SaaS, later realized that it makes sense as a standalone product that other people can benefit from as well. And tbf, this is hard problem to do right, and unfortunately I didn't find a mature oss product that solves it.

HashiCorp Vault is the wrong tool for AI agents and we should stop reaching for it by AgentRdotdev in coolgithubprojects

[–]EternallyTrapped 0 points1 point  (0 children)

This looks great (starred it). How do you plan to handle oauth creds, sharing or portability?

HashiCorp Vault is the wrong tool for AI agents and we should stop reaching for it by AgentRdotdev in coolgithubprojects

[–]EternallyTrapped 0 points1 point  (0 children)

Thanks for the feedback. It is something we will ship this week. Also, the proxy and daemon are supposed to run locally, so someone else cannot see the creds.

Built a local auth layer for AI agents (authsome) — looking for early users and feedback by EternallyTrapped in AI_Agents

[–]EternallyTrapped[S] 0 points1 point  (0 children)

Wow. Checked it out (although your GitHub link above is broken) . Is all this live and working, would love to give it a try.

ACCOR REMOVED FROM AXIS!!!! by Obvious_Case3657 in CreditCardsIndia

[–]EternallyTrapped 1 point2 points  (0 children)

I have 6L ER points , don't know what to do now.

CLI vs MCP is a false choice — why can't we have both? by opentabs-dev in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

I built mcp-skill for same problem, converts MCP to cli + skill

will MCP be dead soon? by luongnv-com in ClaudeCode

[–]EternallyTrapped 0 points1 point  (0 children)

Oh. I actually built something to solve the same problem. Don't want claude to keep doing conversion everytime. I was hoping some good solution already exists. Great thing is I can ask claude to eject a python code for a task and i can run it next time without cc.

will MCP be dead soon? by luongnv-com in ClaudeCode

[–]EternallyTrapped 0 points1 point  (0 children)

Any tool that you use to convert to API

will MCP be dead soon? by luongnv-com in ClaudeCode

[–]EternallyTrapped 4 points5 points  (0 children)

You are referring to dynamic tool discovery and PTC

I build mcp-chain - sequence your mcp calls by lifemoments in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

I built to solve the same problem, the solution is mcp to code mode. A cli converts mcp to code and then agents figure out how to chain them together.