MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jul 2 · 12 min readAgentGateway Explained: How It Compares to AWS, Azure, and Other AI GatewaysIf you've been following along with the AgentGateway series, you've seen the four modes, poked at config.yaml, and wired up a few backends. This one's a detour. Someone asked me last week whether "Azu00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 28 · 8 min readWhat's New in AgentGateway 1.3: An LLM-First UI, Real Cost Tracking, and Virtual ModelsIn the earlier posts we did things the manual way: grab the Windows binary, run it, and hand-write config.yaml line by line so you could see every bind, listener, route, and backend. That groundwork s00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 17 · 8 min readReading AgentGateway's config.yaml (From Scary First Line to Writing Your Own)In Post 2 we grabbed the Windows binary, dropped a config.yaml next to it, and watched a real MCP tool server show up in the browser. It worked. But if I'm honest, we never actually read that file. We00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 16 · 11 min readRun AgentGateway on Windows in 10 Minutes (Binary, No Build)In Post 1 I went through what AgentGateway actually is: one Rust binary that can act as an LLM gateway, an MCP gateway, an A2A gateway, or a plain HTTP/gRPC proxy, with the auth and observability the 00
MDMuralidharan Deenathayalaninblogs.codingfreaks.net·Jun 14 · 8 min readWhat Is AgentGateway? The AI-Native Gateway, Explained for Newbies and ProsSpend a week building with AI agents and you hit the same wall I did. The moment there's more than one agent, model, or tool in play, nothing is actually in charge of the traffic moving between them. 00