For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Security
Secure your agentgateway deployment with authentication, authorization, and TLS policies.
Access logging
Capture an access log for all the requests that enter the proxy.
API key auth
Set up API key auth to secure requests to an LLM, MCP server, or agent.
BackendTLS
Originate one-way TLS connections from the Gateway to backend services.
CORS
Configure cross-origin resource sharing policies for cross-origin requests.
CSRF
Protect your applications from Cross-Site Request Forgery (CSRF) attacks.
External auth
Configure external authentication to protect requests to your gateway.
JWT auth
Authenticate and authorize requests using JSON Web Tokens.
Local rate limiting
Apply local and global rate limits to HTTP traffic to protect your backend services from overload.
Global rate limiting
Apply distributed rate limits across multiple agentgateway replicas using an external rate limit …