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 standalone.
Review the release notes for agentgateway standalone.
🔥 Breaking changes
agctl commands reorganized under proxy and controller
The experimental agctl CLI now groups its inspection and tracing commands under the proxy parent command, 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 --file /tmp/agw-dump.json -o yaml
agctl trace --local --port 3000 -- http://example.com/headersNow:
agctl proxy config all --file /tmp/agw-dump.json -o yaml
agctl proxy trace --local --port 3000 -- http://example.com/headersThe reorganization also introduces the following new capabilities:
agctl versionprints version information for theagctlCLI.agctl proxy logandagctl controller logget or set log levels at runtime for agentgateway running in Kubernetes.
For more information, see Install agctl, Inspect agentgateway configuration, Trace requests with agctl, and the agctl CLI reference.