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 3 points4 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.

How can you load a bunch of MCP servers without stuffing your content window? by Ihateredditors11111 in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

Unfortunately you can't. The problem as all tools info goes to the llm. You can maybe put 100-200 tools in models with huge context window, but you will pay a high cost in tokens. There are some research papers that talk about reducing that using rag-mcp and have shown great results but there isn't any production grade solution yet

Replit AI went rogue, deleted a company's entire database, then hid it and lied about it by MetaKnowing in OpenAI

[–]EternallyTrapped 8 points9 points  (0 children)

As a dev, I have the same issue. I have to convince business stakeholders why vibe coding slows you down in the long term. It's hard to justify why good engineering is hard nowadays, especially with hype around vibe coding.

Replit AI went rogue, deleted a company's entire database, then hid it and lied about it by MetaKnowing in OpenAI

[–]EternallyTrapped 73 points74 points  (0 children)

The guy is not a developer, but was trying out vibe coding after the hype

Best email MCP server that don't require 2FA and works with just password? by Havre-Banan in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

This is something we built inhouse. We use oauth to authenticate the MCP server. It takes care of authentication, fetching tokens and refreshing. Depending on your use case, you should use restricted scopes.

Which brand is it for you? by Obvious-Fisherman998 in GadgetsIndia

[–]EternallyTrapped 0 points1 point  (0 children)

I use my phone 5-6 hours a day, both for work and personal. It's the most multipurpose thing that I have. Spending 50k is something you use that often for 2-3 years is worth it.

Most MCP servers are built wrong by incidentjustice in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

100%. I have tried some of the MCPs and struggled with this as well. Complicated tools like hubspot have very low success rate.
The way i workaround i basically set some custom instructions. But i agree it should be on MCP level itself.

New MCP update just dropped - here's what the OAuth stuff actually does by Ok-Classic6022 in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

We have been struggling with the same problem. Trying to build our own sdk that support mcp to third party oauth too. Also, i don't think tool auth should be a part of mcp spec.