Back to wire
Development·Article

Google removes AX's Gateway resource days after 0.3.0, folding networking into Agent Substrate

Google removed AX's Gateway resource from main on 24 September, leaving Task, Workspace and Model as the project's three declarative primitives and moving networking responsibility back to Agent Substrate. The latest tagged release remains v0.3.0, so release users still see Gateway while current main has already changed the API.

Published 25 Sept 2026, 12:44

Gateway disappears from current main

Google removed AX's Gateway resource on 24 September in commit 0b5427c4. The change deletes Gateway across the API, controller, server, CLI, stores and documentation. Google's commit message says the extra resource duplicated networking already provided by Agent Substrate, creating an architectural split between the two projects.

AX v0.3.0 remains the latest tagged release. Its README still lists Task, Workspace, Gateway and Model as four first-class resources, while current main lists only Task, Workspace and Model. Main was eight commits ahead of v0.3.0 when checked on 25 September, so operators following the tag and developers building from current source now see different API shapes.

Networking moves back to Agent Substrate

Current AX documentation makes a running Agent Substrate installation an explicit prerequisite and expects AX to reach Substrate's control API inside the cluster. Removing Gateway narrows AX toward task orchestration, workspaces and model configuration while leaving the lower networking primitive to Substrate instead of maintaining an overlapping AX abstraction.

That change makes AX's pre-stable warning concrete. The project still exposes v1alpha1 resources and warns that its concepts and protocols may change before a stable release. A manifest written around the v0.3.0 Gateway resource therefore should not be assumed to survive a move to current main or a future release without changes.

Fast adoption does not settle the scale claim

GitHub showed 11,007 stars and 532 forks on 25 September, up from 4,346 stars and 190 forks recorded in Wire's 21 September update. Those figures show rapid attention around the project, but they do not establish production use or reliability.

Google continues to describe AX as designed to run billions of tasks per cluster. The repository does not publish a reproducible public load-test harness establishing that scale. The source does provide inspectable orchestration code, tests and deployment documentation, but full system validation still requires Kubernetes and a compatible Agent Substrate installation.

Source trail

01
Google AX Gateway-removal commit
Primary · 25 Sept 2026, 01:59
https://github.com/google/ax/commit/0b5427c4bb3d79889f5d536538a46421190ada9d
More Wire stories citing github.com
02
Google AX README on main
Primary · 25 Sept 2026, 08:31
https://github.com/google/ax/blob/e09ed1bc5463ad4b5ca88f755a6e1e2005b3c7b7/README.md
03
Google AX v0.3.0 release
Primary · 20 Sept 2026, 05:33
https://github.com/google/ax/releases/tag/v0.3.0
04
Google AX README at v0.3.0
Primary · 20 Sept 2026, 05:27
https://github.com/google/ax/blob/v0.3.0/README.md