Get started
Install and run agentgateway, or route traffic to MCP, LLM, or HTTP backends.
Get started with agentgateway on Kubernetes. Install the control plane, or jump to a quick start that routes traffic to the backend you need.
Before you begin
These guides assume you have a Kubernetes cluster, kubectl, and helm. For quick testing, you can use Kind.
kind create clusterInstall agentgateway
Install the agentgateway control plane in your Kubernetes cluster.
LLM (OpenAI)
Route requests to OpenAI's chat completions API with agentgateway on Kubernetes.
MCP servers
Connect to an MCP server and try tools with agentgateway on Kubernetes.
Non-agentic HTTP
Route HTTP traffic to a backend such as httpbin with agentgateway on Kubernetes.