For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Release notes
Review the release notes for agentgateway.
Review the release notes for agentgateway.
🔥 Breaking changes
agctl commands reorganized under proxy and controller
The experimental agctl CLI now groups its inspection and management commands under the proxy and controller parent commands, and adds new commands for log-level management and version information. Update any scripts or automation that call the previous top-level commands.
Before:
agctl config all gateway/agentgateway-proxy -n agentgateway-system -o yaml
agctl config backends gateway/agentgateway-proxy -n agentgateway-system
agctl trace gateway/agentgateway-proxy -n agentgateway-system --port 80 -- http://www.example.com/Now:
agctl proxy config all gateway/agentgateway-proxy -n agentgateway-system -o yaml
agctl proxy config backends gateway/agentgateway-proxy -n agentgateway-system
agctl proxy trace gateway/agentgateway-proxy -n agentgateway-system --port 80 -- http://www.example.com/The reorganization also introduces the following new capabilities:
agctl proxy loggets or sets the proxy log level at runtime. For more information, see Debug your setup.agctl controller loggets or sets the agentgateway controller log level per component at runtime. For more information, see Debug your setup.agctl versionprints version information for theagctlCLI.
For more information, see Install agctl, Inspect agentgateway configuration, Trace requests with agctl, and the agctl CLI reference.