Google's agents-cli inverts the enterprise AI stack — prototype first, cloud contract later
Google open-sourced a CLI that connects Claude Code, Gemini CLI, and Codex to Cloud Run — no GCP contract required until you deploy.

Google open-sourced a new command-line tool Wednesday that connects popular coding agents directly to its cloud infrastructure. The tool, called agents-cli, works with Gemini CLI, Claude Code, and Codex — and requires no Google Cloud contract to start building. An AI Studio API key handles local development; GCP billing only kicks in when you deploy. That inversion of the normal enterprise software sales motion is the story.
The install command is uvx google-agents-cli setup, and the GitHub repo is google/agents-cli. From there, the tool scaffolds projects, runs automated evaluations of agent behavior, and deploys to Agent Runtime, Cloud Run, or GKE — Google's managed infrastructure options for running applications at scale. Seven modular skills handle each step: workflow, scaffold, eval, deploy, publish, ADK-code integration, and observability.
The free-entry detail is what makes this worth covering. Normally, enterprise developer tools require an enterprise contract before a single line of code gets written. agents-cli reverses that: prototype on the free tier, sign the GCP paperwork only when you need production resources. The Google Developers Blog announcement is light on benchmarks for how much time the tooling saves versus manual setup, but the entry-point inversion is real and competitors have not matched it yet.
Who benefits most immediately: individual developers and small teams who want to ship agent-powered applications without routing a GCP contract through their employer's procurement process first. Who benefits Google: every developer who starts on the free AI Studio tier and eventually deploys to Cloud Run.
The skeptical read is straightforward. The scaffold, eval, and deploy commands largely automate what an experienced developer could assemble from the ADK CLI, gcloud, and existing Cloud Run documentation. agents-cli is a thin wrapper — but it's wrapping the right things at a market moment when the prototype-to-production path for coding agents is genuinely fragmented. The skills format is the real product. The announcement is a distribution play.
That framing matters because it shows who is under pressure. AWS and Azure both have agent deployment tooling, but neither has made the prototype-to-production path this frictionless for developers already using Claude Code, Cursor, or Gemini CLI. The context: The New Stack documented how Cursor, Claude Code, and Codex converged in the first week of April 2026, with early adopters already running all three together. If agents-cli becomes the default scaffold-to-deploy path for that developer cohort, Google Cloud becomes the default deployment target. The agents become the wedge.
One timing note worth anchoring: Tencent launched QClaw internationally on April 21, one day before Google's announcement. Both companies are making the same bet — that the money in agent infrastructure is in the layer between the coding agent and the cloud where it runs. The difference is that Tencent is selling to consumers and small businesses; Google is selling to developers already inside its ecosystem. Tencent's ClawPro enterprise platform, built on OpenClaw, shows how the Chinese company is moving upmarket from consumer to enterprise in the same infrastructure space.
The code is shipped and the entry point is genuinely free. Whether the announcement justifies the coverage is a separate question. It's a wrapper — but it's a wrapper around the right things, at the right moment, with a free tier that competing platforms do not yet offer.



