# Version 1.5.x > Use agentgateway as a standalone binary. - [FAQs](https://agentgateway.dev/docs/standalone/latest/faqs.md): Check out frequently asked questions about agentgateway. What are MCP and A2A? With agentic … ## Get started - [LLM](https://agentgateway.dev/docs/standalone/latest/quickstart/llm.md): Configure the agentgateway binary to route chat completion requests to an LLM provider. Before you … - [MCP servers](https://agentgateway.dev/docs/standalone/latest/quickstart/mcp.md): Use the agentgateway binary to proxy requests to an open source MCP test server, server-everything. … - [Non-agentic HTTP traffic](https://agentgateway.dev/docs/standalone/latest/quickstart/non-agentic-http.md): Use the agentgateway binary to route HTTP traffic to a simple backend (httpbin) running locally. … ## About - [Introduction](https://agentgateway.dev/docs/standalone/latest/about/introduction.md): Agentgateway is an AI-first, open-source, cloud-native gateway control plane and proxy data plane, … - [Architecture](https://agentgateway.dev/docs/standalone/latest/about/architecture.md): The following figure shows how agentgateway provides AI connectivity for agents, tools, and LLMs in … ## Setup - [Database](https://agentgateway.dev/docs/standalone/latest/setup/database.md): About Agentgateway reads a configuration file at startup, and that file alone is enough for the … - [Configuration storage](https://agentgateway.dev/docs/standalone/latest/setup/storage.md): About Agentgateway always reads a configuration file at startup. To control how configuration … - [Update your configuration](https://agentgateway.dev/docs/standalone/latest/setup/update.md): The steps differ by installation method, because each method delivers the configuration file to the … ### Install - [Binary](https://agentgateway.dev/docs/standalone/latest/setup/install/binary.md): To run agentgateway as a standalone binary, follow the steps to download, install, and configure the … - [Docker](https://agentgateway.dev/docs/standalone/latest/setup/install/docker.md): To run agentgateway as a container, follow the steps to start the container, verify that it runs, … - [Helm](https://agentgateway.dev/docs/standalone/latest/setup/install/helm.md): Use the standalone Helm chart when you want the standalone agentgateway model, but you want … - [Kubernetes control plane](https://agentgateway.dev/docs/standalone/latest/setup/install/kubernetes.md): Agentgateway runs in one of two modes. Standalone mode, which the rest of this documentation section … ### UI - [Launch the UI](https://agentgateway.dev/docs/standalone/latest/setup/ui/launch-ui.md): About Agentgateway serves the UI on the port of any gateway that you list in the ui section of your … - [Serve the UI on a gateway](https://agentgateway.dev/docs/standalone/latest/setup/ui/gateway-ui.md): About A generated configuration attaches the UI to the same default gateway that serves your proxy … - [Secure the UI](https://agentgateway.dev/docs/standalone/latest/setup/ui/secure-ui.md): About To require users to authenticate, apply a browser OIDC policy to the gateway that serves the … - [Expose the UI](https://agentgateway.dev/docs/standalone/latest/setup/ui/expose-ui.md): About Now that the UI requires a login, serve it over HTTPS on a hostname of your own so that people … ## Configuration - [Overview](https://agentgateway.dev/docs/standalone/latest/configuration/overview.md): Manage agentgateway through a configuration file. Supported file formats are JSON and YAML. If you … - [Static configuration](https://agentgateway.dev/docs/standalone/latest/configuration/static-configuration.md): Most agentgateway configurations dynamically update as you make changes to the gateways, routes, … - [Import a configuration](https://agentgateway.dev/docs/standalone/latest/configuration/import.md): Use the agentgateway configuration importer to migrate a file-based configuration from another … - [Gateways](https://agentgateway.dev/docs/standalone/latest/configuration/gateways.md): Gateways are the entry point to agentgateway. Each gateway is a named port that agentgateway listens … - [Listeners](https://agentgateway.dev/docs/standalone/latest/configuration/listeners.md): Listeners are the entrypoints for traffic into agentgateway. Agentgateway supports both HTTPHTTP … - [Routes](https://agentgateway.dev/docs/standalone/latest/configuration/routes.md): RoutesRouteA rule that matches incoming requests and forwards them to backends. Routes can match on … - [Backends](https://agentgateway.dev/docs/standalone/latest/configuration/backends.md): Agentgateway backendsBackendA destination service that receives traffic from agentgateway. Backends … - [Egress proxy](https://agentgateway.dev/docs/standalone/latest/configuration/egress-proxy.md): Agentgateway can act as an HTTP CONNECT proxy for outbound traffic. Clients point their proxy … ### Policies - [Attachment points](https://agentgateway.dev/docs/standalone/latest/configuration/policies/attachment.md): You can attach policies at the gateway or listenerListenerAn entry point for incoming traffic into … - [Conditional policies](https://agentgateway.dev/docs/standalone/latest/configuration/policies/conditional-policies.md): Conditional policies A policy normally applies the same configuration to every request on the route … ### Traffic management - [Request matching](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/matching.md): Based on the route schema (see the configuration reference for the full field reference and schema … - [Header manipulation](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/manipulation.md): Attaches to: Route Backend Note - [Redirects](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/redirects.md): Attaches to: Route Backend Note - [Transformations](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/transformations.md): Attaches to: Listener Route Note - [Rewrites](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/rewrites.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [Direct Response](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/direct-response.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [Route delegation](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/route-delegation.md): Delegate routing decisions from a parent route to a set of child routes defined in a route group. … - [External processing (ExtProc)](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/extproc.md): Attaches to: Listener Route External processingExtProc (External Processing)An advanced filter that … - [Body buffering](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/buffer.md): Attaches to: Route Use the policies.buffer policy to buffer request or response bodies in the proxy … - [AI (LLM) Policies](https://agentgateway.dev/docs/standalone/latest/configuration/traffic-management/llm.md): Attaches to: Backend (AI Backends only) Agentgateway has a number of policies that can be used to … ### Resiliency - [Mirroring](https://agentgateway.dev/docs/standalone/latest/configuration/resiliency/mirroring.md): Attaches to: Route Backend Note - [Rate limiting](https://agentgateway.dev/docs/standalone/latest/configuration/resiliency/rate-limits.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [Retries](https://agentgateway.dev/docs/standalone/latest/configuration/resiliency/retries.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [Timeouts](https://agentgateway.dev/docs/standalone/latest/configuration/resiliency/timeouts.md): Attaches to: Route Backend Note - [Fault injection](https://agentgateway.dev/docs/standalone/latest/configuration/resiliency/fault-injection.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … ### Security - [Backend TLS](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-tls.md): Attaches to: Backend Note Agentgateway supports more than one configuration style. Where a feature … - [CORS](https://agentgateway.dev/docs/standalone/latest/configuration/security/cors.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [CSRF](https://agentgateway.dev/docs/standalone/latest/configuration/security/csrf.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [HTTP authorization](https://agentgateway.dev/docs/standalone/latest/configuration/security/http-authz.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [Network authorization](https://agentgateway.dev/docs/standalone/latest/configuration/security/network-authz.md): Attaches to: Frontend Network authorization enforces access control at the L4 (transport) level, … - [JWT authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/jwt-authn.md): Attaches to: Listener Route Note - [Basic authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/basic-authn.md): Attaches to: Listener Route Note - [API Key authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/apikey-authn.md): Attaches to: Listener Route Note - [External authorization](https://agentgateway.dev/docs/standalone/latest/configuration/security/external-authz.md): Attaches to: Listener Route Backend Note - [MCP authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/mcp-authn.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … - [MCP authorization](https://agentgateway.dev/docs/standalone/latest/configuration/security/mcp-authz.md): Attaches to: Route Backend (MCP Backends only) Note - [OIDC browser authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/oidc.md): Attaches to: Route Note Agentgateway supports more than one configuration style. Where a feature can … #### Backend authentication - [Static keys and passthrough](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/key.md): Attaches to: Backend About Use one of the following backend authentication methods to send a static … - [Signed JWT (jwtSign)](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/jwt-sign.md): Attaches to: Backend About Some upstreams do not accept a durable credential at all. The Snowflake … - [OAuth token exchange](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/oauth-token-exchange.md): Attaches to: Backend About Instead of attaching a fixed credential to backend requests, the … - [Cross App Access (ID-JAG)](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/cross-app-access.md): Attaches to: Backend About The crossAppAccess backend authentication method implements the OAuth … ##### Cloud provider credentials - [AWS backend authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/providers/aws.md): Attaches to: Backend Configuration examples To sign requests to an AWS service, use aws. Unlike the … - [GCP backend authentication](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/providers/gcp.md): Attaches to: Backend Configuration examples To connect to a Google Cloud service, use gcp. … - [Azure](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/providers/azure.md): Attaches to: Backend About The azure backend authentication method gets a Microsoft Entra ID token … - [GitHub Copilot](https://agentgateway.dev/docs/standalone/latest/configuration/security/backend-authn/providers/copilot.md): Attaches to: Backend About The copilot backend authentication method sends a GitHub Copilot token … ## LLM consumption - [About](https://agentgateway.dev/docs/standalone/latest/llm/about.md): Agentgateway provides seamless integration with various Large Language Model (LLM) providers. This … - [Manage API keys](https://agentgateway.dev/docs/standalone/latest/llm/api-keys.md): Managing API keys is an important security mechanism to prevent unauthorized access to your LLM … - [Virtual models](https://agentgateway.dev/docs/standalone/latest/llm/virtual-models.md): Virtual models let you publish one client-facing model name and route requests across one or more … - [Transform requests](https://agentgateway.dev/docs/standalone/latest/llm/transformations.md): Use LLM request transformations to dynamically compute and set fields in LLM requests using Common … - [Observe traffic](https://agentgateway.dev/docs/standalone/latest/llm/observability.md): Get prompt logging, cost tracking, and a full audit trail: review LLM-specific metrics, logs, and … - [LLM playground](https://agentgateway.dev/docs/standalone/latest/llm/playground.md): Use the built-in LLM playground in the agentgateway UI to send a chat completion request through … - [Routing-based configuration for LLMs](https://agentgateway.dev/docs/standalone/latest/llm/configuration-modes.md): Agentgateway offers two ways to configure LLM providers, each optimized for different use cases. … ### API types - [Chat completions](https://agentgateway.dev/docs/standalone/latest/llm/api-types/completions.md): The OpenAI Chat Completions API (/v1/chat/completions) is the primary interface for text generation … - [Responses](https://agentgateway.dev/docs/standalone/latest/llm/api-types/responses.md): The OpenAI Responses API (/v1/responses) is OpenAI’s interface for stateful, multi-step model … - [Messages](https://agentgateway.dev/docs/standalone/latest/llm/api-types/messages.md): The Anthropic Messages API (/v1/messages) is the native interface for Anthropic Claude models. About … - [Gemini](https://agentgateway.dev/docs/standalone/latest/llm/api-types/gemini.md): The native Gemini API (models/{model}:generateContent) is the wire format that the Gemini and Vertex … - [Embeddings](https://agentgateway.dev/docs/standalone/latest/llm/api-types/embeddings.md): The Embeddings API (/v1/embeddings) creates vector representations of text that you can use for … - [OpenAI Realtime](https://agentgateway.dev/docs/standalone/latest/llm/api-types/realtime.md): Proxy OpenAI Realtime API traffic through agentgateway to get token usage tracking and observability … - [Rerank](https://agentgateway.dev/docs/standalone/latest/llm/api-types/rerank.md): The Rerank API (/v2/rerank) scores a list of documents against a query and returns the most relevant … - [Passthrough](https://agentgateway.dev/docs/standalone/latest/llm/api-types/passthrough.md): The passthrough route type forwards requests to the upstream LLM provider as-is, without translating … - [Models](https://agentgateway.dev/docs/standalone/latest/llm/api-types/models.md): The Models API (/v1/models) lists the models that are available through the configured LLM provider. … - [Token count](https://agentgateway.dev/docs/standalone/latest/llm/api-types/token-count.md): The Anthropic token-count API (/v1/messages/count_tokens) estimates the number of input tokens in an … ### Providers - [OpenAI](https://agentgateway.dev/docs/standalone/latest/llm/providers/openai.md): Configure OpenAI as an LLM provider in agentgateway. Configuration Review the following example … - [Amazon Bedrock](https://agentgateway.dev/docs/standalone/latest/llm/providers/bedrock.md): Configure Amazon Bedrock as an LLM provider in agentgateway. Note Bedrock excludes cached tokens … - [Anthropic](https://agentgateway.dev/docs/standalone/latest/llm/providers/anthropic.md): Configure Anthropic (Claude models) as an LLM provider in agentgateway. Note Anthropic excludes … - [Azure](https://agentgateway.dev/docs/standalone/latest/llm/providers/azure.md): Configure Microsoft Azure AI as an LLM provider in agentgateway. Authentication Before you can use … - [Gemini](https://agentgateway.dev/docs/standalone/latest/llm/providers/gemini.md): Configure Google Gemini as an LLM provider in agentgateway. Configuration Review the following … - [Ollama](https://agentgateway.dev/docs/standalone/latest/llm/providers/ollama.md): Configure Ollama to serve local models through agentgateway. Agentgateway 1.3 includes the … - [Vertex AI](https://agentgateway.dev/docs/standalone/latest/llm/providers/vertex.md): Configure Google Cloud Vertex AI as an LLM provider in agentgateway. Authentication Before you can … - [Baseten](https://agentgateway.dev/docs/standalone/latest/llm/providers/baseten.md): Configure Baseten as an LLM provider in agentgateway. Configuration Review the following example … - [Cerebras](https://agentgateway.dev/docs/standalone/latest/llm/providers/cerebras.md): Configure Cerebras as an LLM provider in agentgateway. Configuration Review the following example … - [Cohere](https://agentgateway.dev/docs/standalone/latest/llm/providers/cohere.md): Configure Cohere as an LLM provider in agentgateway. Configuration Review the following example … - [DeepInfra](https://agentgateway.dev/docs/standalone/latest/llm/providers/deepinfra.md): Configure DeepInfra as an LLM provider in agentgateway. Configuration Review the following example … - [DeepSeek](https://agentgateway.dev/docs/standalone/latest/llm/providers/deepseek.md): Configure DeepSeek as an LLM provider in agentgateway. Configuration Review the following example … - [Fireworks AI](https://agentgateway.dev/docs/standalone/latest/llm/providers/fireworks.md): Configure Fireworks AI as an LLM provider in agentgateway. Configuration Review the following … - [Groq](https://agentgateway.dev/docs/standalone/latest/llm/providers/groq.md): Configure Groq as an LLM provider in agentgateway. Configuration Review the following example … - [Hugging Face](https://agentgateway.dev/docs/standalone/latest/llm/providers/huggingface.md): Configure Hugging Face as an LLM provider in agentgateway. Configuration Review the following … - [Mistral AI](https://agentgateway.dev/docs/standalone/latest/llm/providers/mistral.md): Configure Mistral as an LLM provider in agentgateway. Configuration Review the following example … - [OpenRouter](https://agentgateway.dev/docs/standalone/latest/llm/providers/openrouter.md): Configure OpenRouter as an LLM provider in agentgateway. Configuration Review the following example … - [Together AI](https://agentgateway.dev/docs/standalone/latest/llm/providers/togetherai.md): Configure Together AI as an LLM provider in agentgateway. Configuration Review the following example … - [xAI](https://agentgateway.dev/docs/standalone/latest/llm/providers/xai.md): Configure xAI (Grok) as an LLM provider in agentgateway. Configuration Review the following example … - [Multiple LLM providers](https://agentgateway.dev/docs/standalone/latest/llm/providers/multiple-llms.md): Reusable provider configuration Reuse provider configuration to avoid duplicating connection and … - [Custom](https://agentgateway.dev/docs/standalone/latest/llm/providers/custom.md): Use this page for providers that implement the OpenAI API format but do not have a first-class … ### Inference routing ### Cost controls - [Virtual key management](https://agentgateway.dev/docs/standalone/latest/llm/cost-controls/virtual-keys.md): Issue API keys to users or applications and control token usage (also known as virtual keys). About … - [Invoice-grade attribution](https://agentgateway.dev/docs/standalone/latest/llm/cost-controls/attribution.md): Invoice-grade attribution means that the value that names a request reaches the cloud … - [Model costs](https://agentgateway.dev/docs/standalone/latest/llm/cost-controls/costs.md): Agentgateway can track LLM spend by mapping each request’s provider, model, and token counts … - [Cost dashboard](https://agentgateway.dev/docs/standalone/latest/llm/cost-controls/dashboard.md): The Model costs guide prices every request and exposes the result to logs, metrics, and CEL. The … #### Budget and spend limits - [Per-key dollar or token budgets](https://agentgateway.dev/docs/standalone/latest/llm/cost-controls/budget-limits/per-key.md): Cap what one API key spends on LLM traffic, in US dollars or in tokens. About per-key budgets A … - [Rate limit token budgets](https://agentgateway.dev/docs/standalone/latest/llm/cost-controls/budget-limits/rate-limit.md): Cap LLM token usage with a token bucket, per user or gateway-wide. About rate limit token budgets A … ### Guardrails - [About guardrails](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/overview.md): Protect LLM requests and responses from sensitive data exposure and harmful content using layered … - [Regex filters](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/regex.md): Use custom regex patterns and built-in PII detectors to filter LLM requests and responses. About … - [OpenAI moderation](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/moderation.md): The OpenAI Moderation API detects potentially harmful content across categories including hate, … - [AWS Bedrock Guardrails](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/bedrock-guardrails.md): AWS Bedrock Guardrails let you define content policies in the AWS console and apply them to LLM … - [Azure AI Content Safety](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/azure-content-safety.md): Azure AI Content Safety detects harmful content in LLM traffic that passes through the agentgateway … - [Google Model Armor](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/google-model-armor.md): Google Cloud Model Armor lets you create safety templates in the Google Cloud console and apply them … - [Custom webhooks](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/webhooks.md): For advanced content safety requirements beyond regex and cloud provider services, you can integrate … - [Multi-layered guardrails](https://agentgateway.dev/docs/standalone/latest/llm/prompt-guards/multi-layer.md): You can configure multiple prompt guards that run in sequence, creating defense-in-depth protection. … ## MCP connectivity - [About](https://agentgateway.dev/docs/standalone/latest/mcp/about.md): Learn more about MCP and common challenges when adopting MCP in enterprise environments. About MCP … - [MCP configuration modes](https://agentgateway.dev/docs/standalone/latest/mcp/configuration-modes.md): Agentgateway offers two ways to configure Model Context Protocol (MCP) servers, and two ways to … - [MCP Apps](https://agentgateway.dev/docs/standalone/latest/mcp/apps.md): MCP Apps (the io.modelcontextprotocol/ui extension) let MCP tools return interactive user-interface … - [MCP authentication](https://agentgateway.dev/docs/standalone/latest/mcp/mcp-authn.md): MCP authentication protects MCP servers with OAuth 2.0. Agentgateway acts as a resource server: it … - [MCP authorization](https://agentgateway.dev/docs/standalone/latest/mcp/mcp-authz.md): MCP authorization controls which tools, prompts, and resources a client can reach, by using CEL … - [MCP target policies](https://agentgateway.dev/docs/standalone/latest/mcp/mcp-target-policies.md): Apply policies at the MCP target level to control behavior for individual MCP servers within a … - [MCP observability](https://agentgateway.dev/docs/standalone/latest/mcp/mcp-observability.md): Review MCP-specific metrics, logs, and traces. Before you begin Complete an MCP guide, such as the … - [MCP spec compatibility](https://agentgateway.dev/docs/standalone/latest/mcp/spec-compatibility.md): Agentgateway supports MCP servers and clients across MCP specification versions and translates … ### Connect to MCP servers - [Stdio](https://agentgateway.dev/docs/standalone/latest/mcp/connect/stdio.md): An MCP backend allows exposing MCP servers through the agentgateway using STDIOSTDIO (Standard … - [Streamable HTTP](https://agentgateway.dev/docs/standalone/latest/mcp/connect/http.md): Connect to an MCP server via streamable HTTP. Important Want to use agentgateway in a Kubernetes … - [Virtual MCP](https://agentgateway.dev/docs/standalone/latest/mcp/connect/virtual.md): Federate tools of multiple MCP servers on the agentgateway by using MCP multiplexingMultiplexA … - [OpenAPI](https://agentgateway.dev/docs/standalone/latest/mcp/connect/openapi.md): Expose an OpenAPIOpenAPIA specification for describing RESTful APIs. Agentgateway can connect to MCP … ### MCP guardrails - [About MCP guardrails](https://agentgateway.dev/docs/standalone/latest/mcp/guardrails/about.md): Use MCP guardrails (also called ExtMCP) to apply external authorization and external processing to … - [Set up MCP guardrails](https://agentgateway.dev/docs/standalone/latest/mcp/guardrails/setup.md): Gate and mutate Model Context Protocol (MCP) method calls with an external policy server. For more … ## Agent connectivity - [About](https://agentgateway.dev/docs/standalone/latest/agent/about.md): About A2A Agent-to-agent, or A2A, is an open protocol that enables communication and … - [Connect to an agent](https://agentgateway.dev/docs/standalone/latest/agent/a2a.md): Proxy requests to an agent that communicates via the agent-to-agent protocol (A2A). Important Want … - [Connect to AWS Bedrock AgentCore](https://agentgateway.dev/docs/standalone/latest/agent/agentcore.md): With agentgateway, you can route requests directly to an Amazon Bedrock AgentCore agent runtime with … ## Integrations ### Authentication & identity - [Keycloak](https://agentgateway.dev/docs/standalone/latest/integrations/auth/keycloak.md): Keycloak is an open source identity and access management solution. Agentgateway includes a native … - [OAuth2 Proxy](https://agentgateway.dev/docs/standalone/latest/integrations/auth/oauth2-proxy.md): Agentgateway can integrate with OAuth2 Proxy to add user authentication through GitHub, Google, … - [Auth0](https://agentgateway.dev/docs/standalone/latest/integrations/auth/auth0.md): Auth0 is an identity platform that provides authentication and authorization services. Agentgateway … - [Tailscale](https://agentgateway.dev/docs/standalone/latest/integrations/auth/tailscale.md): Agentgateway can integrate with Tailscale to authenticate users based on their Tailscale identity, … - [Descope](https://agentgateway.dev/docs/standalone/latest/integrations/auth/descope.md): Descope is an authentication and user management platform. Agentgateway includes a native descope … - [Okta](https://agentgateway.dev/docs/standalone/latest/integrations/auth/okta.md): Okta is an enterprise identity platform. Agentgateway includes a native okta MCP authentication … - [authentik](https://agentgateway.dev/docs/standalone/latest/integrations/auth/authentik.md): authentik is an open-source identity provider. Agentgateway includes a native authentik MCP … - [Microsoft Entra ID](https://agentgateway.dev/docs/standalone/latest/integrations/auth/entra.md): Microsoft Entra ID is Microsoft’s cloud identity platform. Agentgateway includes a native … ### Cloud providers - [AWS](https://agentgateway.dev/docs/standalone/latest/integrations/cloud-providers/aws.md): Run agentgateway on Amazon ECS or Amazon EKS, and reach Amazon Bedrock with the IAM role that AWS … - [Google Cloud](https://agentgateway.dev/docs/standalone/latest/integrations/cloud-providers/gcp.md): Run agentgateway on Cloud Run or GKE, and reach Vertex AI with the service account that Google Cloud … - [Azure](https://agentgateway.dev/docs/standalone/latest/integrations/cloud-providers/azure.md): Run agentgateway on Azure Container Apps or AKS, and reach Azure OpenAI with the managed identity … ### LLM clients - [Claude Code](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/claude-code.md): Configure Claude Code, the AI coding CLI by Anthropic, to route LLM requests through your … - [Microsoft Intune](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/microsoft-intune.md): Use Microsoft Intune to install supported LLM clients, configure them to use agentgateway, and … - [Claude Desktop](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/claude-desktop.md): Configure Claude Desktop to route requests through your agentgateway proxy. About third-party … - [Cursor](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/cursor.md): Configure Cursor, the AI code editor, to route requests to your LLM through your agentgateway proxy. … - [Codex](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/codex.md): Configure Codex, the AI coding tool by OpenAI, to route requests through your agentgateway proxy. … - [Devin Desktop](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/devin.md): Configure Devin Desktop, the AI-powered code editor from Cognition (formerly Windsurf), to route … - [VS Code Continue](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/continue.md): Configure Continue, the open-source AI code assistant for VS Code, to route requests through … - [GitHub Copilot](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/github-copilot.md): Configure GitHub Copilot in VS Code to route requests through agentgateway. Note Custom endpoint … - [OpenAI SDK](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/openai-sdk.md): Use the OpenAI Python or Node.js SDK to send requests through agentgateway. Before you begin Install … - [curl](https://agentgateway.dev/docs/standalone/latest/integrations/llm-clients/curl.md): Test and interact with agentgateway using curl. Before you begin Install the agentgateway binary. … ### LLM observability - [Langfuse](https://agentgateway.dev/docs/standalone/latest/integrations/llm-observability/langfuse.md): Langfuse is an open-source LLM observability platform that provides prompt management, analytics, … - [LangSmith](https://agentgateway.dev/docs/standalone/latest/integrations/llm-observability/langsmith.md): LangSmith is LangChain’s platform for debugging, testing, evaluating, and monitoring LLM … - [Arize Phoenix](https://agentgateway.dev/docs/standalone/latest/integrations/llm-observability/phoenix.md): Arize Phoenix is an open-source LLM observability platform for tracing, evaluation, and debugging. … ### LLM providers - [OpenAI](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/openai.md): Redirecting to /docs/standalone/latest/llm/providers/openai/... - [Anthropic](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/anthropic.md): Redirecting to /docs/standalone/latest/llm/providers/anthropic/... - [Azure OpenAI](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/azure-openai.md): Redirecting to /docs/standalone/latest/llm/providers/azure/... - [Amazon Bedrock](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/bedrock.md): Redirecting to /docs/standalone/latest/llm/providers/bedrock/... - [Google Gemini](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/gemini.md): Redirecting to /docs/standalone/latest/llm/providers/gemini/... - [Vertex AI](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/vertex.md): Redirecting to /docs/standalone/latest/llm/providers/vertex/... - [OpenAI-Compatible Providers](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/openai-compatible.md): Redirecting to /docs/standalone/latest/llm/providers/custom/... - [xAI (Grok)](https://agentgateway.dev/docs/standalone/latest/integrations/llm-providers/xai.md): Redirecting to /docs/standalone/latest/llm/providers/xai/... ### MCP clients - [Claude](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-clients/claude.md): Configure Anthropic’s Claude Desktop app or Claude Code CLI to use agentgateway as an MCP … - [Cursor](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-clients/cursor.md): Configure Cursor, the AI-powered code editor, to use agentgateway as an MCP server. Before you begin … - [OpenCode](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-clients/opencode.md): Configure OpenCode, the open source AI coding assistant, to use agentgateway as an MCP server. … - [Devin Desktop](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-clients/devin.md): Configure Devin Desktop (formerly Windsurf), the AI-powered code editor from Cognition, to use … - [VS Code](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-clients/vscode.md): Configure Visual Studio Code to use agentgateway via GitHub Copilot’s native MCP support. … - [Antigravity IDE](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-clients/antigravity.md): Configure Antigravity IDE to use agentgateway as an MCP server. Before you begin Install and run … ### MCP servers - [stdio Transport](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-servers/stdio.md): The stdio transport connects agentgateway to MCP servers that run as local processes, communicating … - [SSE Transport](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-servers/sse.md): Server-Sent Events (SSE) transport allows agentgateway to connect to remote MCP servers over HTTP … - [Streamable HTTP Transport](https://agentgateway.dev/docs/standalone/latest/integrations/mcp-servers/streamable-http.md): Streamable HTTP transport connects agentgateway to remote MCP servers over HTTP with streaming … ### Networking - [cert-manager](https://agentgateway.dev/docs/standalone/latest/integrations/networking/cert-manager.md): cert-manager automates TLS certificate management in Kubernetes. Use it to automatically provision … - [External DNS](https://agentgateway.dev/docs/standalone/latest/integrations/networking/external-dns.md): External DNS automatically manages DNS records for Kubernetes resources. Use it to automatically … ### Web UIs & agent frameworks - [Chatbot UI](https://agentgateway.dev/docs/standalone/latest/integrations/web-uis/chatbot-ui.md): Chatbot UI is an open-source ChatGPT-style interface by Mckay Wrigley. Because it speaks the OpenAI … - [Goose](https://agentgateway.dev/docs/standalone/latest/integrations/web-uis/goose.md): Goose is an open-source, on-machine AI agent from Block that combines LLM reasoning with tool … - [LibreChat](https://agentgateway.dev/docs/standalone/latest/integrations/web-uis/librechat.md): LibreChat is an open-source, multi-user chat interface that supports many LLM providers. Configuring … - [Open WebUI](https://agentgateway.dev/docs/standalone/latest/integrations/web-uis/open-webui.md): Open WebUI is a self-hosted, ChatGPT-style interface that supports any OpenAI-compatible backend. By … ## Observability ### Metrics - [View and customize metrics](https://agentgateway.dev/docs/standalone/latest/observability/metrics/overview.md): Agentgateway exposes a Prometheus-compatible metrics endpoint on port 15020. Metrics are collected … - [Prometheus](https://agentgateway.dev/docs/standalone/latest/observability/metrics/prometheus.md): Prometheus is an open-source monitoring system that scrapes and stores time-series metrics. It is … - [Grafana](https://agentgateway.dev/docs/standalone/latest/observability/metrics/grafana.md): Grafana is an open-source visualization platform that turns time-series data into dashboards, … - [Metrics reference](https://agentgateway.dev/docs/standalone/latest/observability/metrics/reference.md): Note All counter and histogram metrics only appear in the output after the first request of that … ### Traces - [Set up and customize traces](https://agentgateway.dev/docs/standalone/latest/observability/traces/setup.md): Agentgateway natively exports distributed traces over OTLP (OpenTelemetry Protocol). Traces include … - [Span attribute reference](https://agentgateway.dev/docs/standalone/latest/observability/traces/attribute-reference.md): The following default attributes are included in each span. Protocol-specific attributes, such as … #### Sample tracing configs - [OpenTelemetry Collector (OTel)](https://agentgateway.dev/docs/standalone/latest/observability/traces/configs/otel.md): The OpenTelemetry Collector is a vendor-agnostic proxy that receives, processes, and exports … - [Jaeger](https://agentgateway.dev/docs/standalone/latest/observability/traces/configs/jaeger.md): Jaeger is an open-source distributed tracing platform that collects, stores, and visualizes traces. … - [Datadog](https://agentgateway.dev/docs/standalone/latest/observability/traces/configs/datadog.md): Datadog is a cloud-based observability platform. You can send traces directly to the Datadog OTLP … - [Honeycomb](https://agentgateway.dev/docs/standalone/latest/observability/traces/configs/honeycomb.md): Honeycomb is an observability platform. You can send traces directly to Honeycomb by setting your … - [Grafana Cloud](https://agentgateway.dev/docs/standalone/latest/observability/traces/configs/grafana-cloud.md): Grafana Cloud is a managed observability platform. You can send traces directly to your Grafana … ### Access logs - [View and customize logs](https://agentgateway.dev/docs/standalone/latest/observability/access-logs/view.md): Agentgateway writes a structured access log line to stdout for every request it processes. Access … - [Export logs over OTLP](https://agentgateway.dev/docs/standalone/latest/observability/access-logs/export.md): Log export happens in addition to stdout output, so you can send logs to a collector without losing … - [Store logs in a database](https://agentgateway.dev/docs/standalone/latest/observability/access-logs/database.md): By default, all access logs are written to stdout. To persist access logs, you can configure … ## Operations - [Install agctl](https://agentgateway.dev/docs/standalone/latest/operations/agctl.md): Warning This feature is experimental. Try it out, see how it helps, and provide us feedback in … - [Manage config resources](https://agentgateway.dev/docs/standalone/latest/operations/config-resources.md): Manage agentgateway resources such as API keys at runtime through the config resource API, without … - [Debug your setup](https://agentgateway.dev/docs/standalone/latest/operations/debug.md): Inspect and troubleshoot a standalone agentgateway instance through the admin endpoints and the … - [Trace requests with agctl](https://agentgateway.dev/docs/standalone/latest/operations/trace-requests.md): Warning This feature is experimental. Try it out, see how it helps, and provide us feedback in … - [Inspect agentgateway configuration](https://agentgateway.dev/docs/standalone/latest/operations/inspect-config.md): Warning This feature is experimental. Try it out, see how it helps, and provide us feedback in … - [Upgrade](https://agentgateway.dev/docs/standalone/latest/operations/upgrade.md): About An upgrade replaces the agentgateway binary or image. It does not change your configuration, … ## Reference - [Release notes](https://agentgateway.dev/docs/standalone/latest/reference/release-notes.md): Review the release notes for agentgateway standalone. Note For more details, review the GitHub … ### CEL expressions - [CEL playground](https://agentgateway.dev/docs/standalone/latest/reference/cel/playground.md): You can try out CEL expressions directly in the built-in CEL playground in the agentgateway UI. The … - [CEL in YAML and example expressions](https://agentgateway.dev/docs/standalone/latest/reference/cel/yaml-and-examples.md): CEL in YAML When writing CEL expressions in agentgateway, typically they are expressed as YAML … - [Variables and functions](https://agentgateway.dev/docs/standalone/latest/reference/cel/variables.md): When using CEL expressions, a variety of variables and functions are made available. Variables … - [CEL reference](https://agentgateway.dev/docs/standalone/latest/reference/cel/cel-context.md): apiKey apiKey contains the claims from a verified API Key. This is only present if the API Key … - [CEL reference explorer](https://agentgateway.dev/docs/standalone/latest/reference/cel/cel-context-interactive.md): ### Configuration reference - [Schema validation](https://agentgateway.dev/docs/standalone/latest/reference/configuration/validation.md): Many integrated development environments (IDEs) and editors support schema validation for your … - [Configuration schema explorer](https://agentgateway.dev/docs/standalone/latest/reference/configuration/schema.md): Generated from the agentgateway JSON schema. ### agctl CLI reference - [agctl](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl.md): agctl controls and inspects Agentgateway resources Options -h, --help help for agctl -k, … - [agctl catalog](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-catalog.md): Manage model catalogs Synopsis Manage agentgateway model catalogs. Use subcommands to import catalog … - [agctl catalog import](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-catalog-import.md): Import a model catalog Synopsis Import a model catalog. Examples: agctl catalog import > … - [agctl controller](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-controller.md): Inspect and manage the agentgateway controller Synopsis Inspect and manage the agentgateway … - [agctl controller log](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-controller-log.md): Get or set controller log levels Synopsis Get or set log levels on the agentgateway controller. With … - [agctl migrate](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-migrate.md): Migrate agentgateway resources to newer configurations Synopsis Migrate agentgateway resources to … - [agctl proxy](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy.md): Inspect and manage the agentgateway proxy Synopsis Inspect and manage the agentgateway proxy admin … - [agctl proxy config](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-config.md): Retrieve agentgateway configuration for a resource Synopsis Retrieve agentgateway configuration for … - [agctl proxy config all](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-config-all.md): Retrieve all Agentgateway configuration Synopsis Retrieve all Agentgateway configuration. agctl … - [agctl proxy config backends](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-config-backends.md): Retrieve agentgateway backend endpoint status Synopsis Get the status of agentgateway backend … - [agctl proxy log](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-log.md): Get or set proxy log levels Synopsis Get or set log levels on the agentgateway proxy. With no flags, … - [agctl proxy profile](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-profile.md): Collect Agentgateway proxy pprof profiles Synopsis Collect CPU or heap pprof profiles from an … - [agctl proxy profile cpu](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-profile-cpu.md): Collect a CPU pprof profile agctl proxy profile cpu [resource] [flags] Examples agctl proxy profile … - [agctl proxy profile heap](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-profile-heap.md): Collect a heap pprof profile agctl proxy profile heap [resource] [flags] Examples agctl proxy … - [agctl proxy trace](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-proxy-trace.md): Trace the next request handled by an agentgateway pod or local instance. Synopsis Start an … - [agctl version](https://agentgateway.dev/docs/standalone/latest/reference/agctl/agctl-version.md): Print agctl version information Synopsis Print information for agctl, such as the version and build … ### Helm value reference --- Generated on 2026-09-01 20:21:00 UTC