2 comments

  • aliasxneo 37 minutes ago
    How do you even win in this space? I feel like every day I see either a paid or fully OSS version of this product being posted here. As an end user I've become so overwhelmed that I've just started to mostly ignore them at this point. I can't be the only potential customer feeling this way?
    • colesantiago 31 minutes ago
      You're not alone, I don't get it either and this market is extremely crowded with many agent tools popping up everyday.

      Some closed source, lots that are open source, hundreds of thousands and many which are completely vibecoded.

      I feel that YC just invests in anything these days.

      I mean, I don't see a moat here.

      Like, why this over Grok Bot or anything that Anthropic or OpenAI would make for their 900M+ users?

      Or is that the goal all along? Get acquired by a lab?

      • nrmitchi 25 minutes ago
        > I feel that YC just invests in anything these days.

        When there is a popular gold rush, YC invests in many companies that do the same thing with the expectation that 1) a rising tide lifts all ships, and 2) if there is a clear winner, they have eggs in every basket.

  • taoh 38 minutes ago
    The important detail is whether approval binds to the exact proposed action, including the recipient, repository, issue, or data being sent, rather than just “allow Gmail” or “allow this endpoint.” How granular are the gateway policies for APIs where read and write actions share the same host?
    • Jonathanfishner 3 minutes ago
      jonathan from OneCLI here, yes - approval binds to the exact req by opening it (method, URL, body) when there’s a matching policy defined. then the gateway holds the call and the card shows the parsed payload.

      just to clarify how it works - on same host, rules match based on method + path + body, not only the host. for example, GET /calendar/v3/* can be allowed while POST needs approval.