Google has launched Agents CLI in Agent Platform, a command-line tool that lets developers — and the AI coding assistants they already use — build, evaluate and deploy production-grade AI agents to Google Cloud without manually wiring together infrastructure.
Shipping an AI agent is easy. Shipping one that actually runs in production, handles real users, and doesn’t fall apart when you step away from your laptop is a different problem entirely. Google is betting a new tool called Agents CLI can close that gap — and that doing so will pull developers toward Google Cloud at a moment when the competition for that audience has never been more intense.
On April 22, Google announced Agents CLI in Agent Platform, which the company describes as the unified programmatic backbone for the Agent Development Lifecycle on Google Cloud. The tool is installed with a single terminal command — uvx google-agents-cli — which injects what Google calls “skills” directly into a developer’s coding environment. Those skills give AI coding assistants like Gemini CLI, Claude Code, and Cursor a machine-readable interface to the full Google Cloud agent stack, including Agent Platform, Cloud Run, and the company’s Agent-to-Agent integration layer.
What the Tool Actually Does
The core problem Agents CLI addresses is context overload. When a coding assistant has to figure out how a collection of cloud services fit together — without explicit guidance — it tends to hallucinate configurations, loop on errors, and burn through tokens ingesting documentation. Agents CLI sidesteps that by preloading the assistant with exactly the API references and scaffolding logic it needs.
The workflow has two modes. In Agent Mode, a developer describes what they want in plain English — the primary source uses the example of a travel expense agent that auto-approves charges under $50 and routes larger or unusual expenses to a human reviewer — and the coding assistant handles scaffolding, evaluation and deployment autonomously. In Human Mode, developers run the same CLI commands directly in a terminal for step-by-step, deterministic control. The tool also supports evaluation harnesses: before anything goes live, it can run unit tests, validate data retrieval, and compare evaluation runs against accuracy thresholds.
Deployment is where the pitch gets specific. Getting a local Python prototype to a secure, globally distributed cloud service has historically required fluency in infrastructure-as-code tools like Terraform, CI/CD pipeline configuration, container registries, and cloud identity and access management — a skill set that takes months to develop. Agents CLI automates all of it, injecting IaC configurations and setting up pipelines that deploy directly to Agent Runtime, Cloud Run, or Google Kubernetes Engine.
The Competitive Picture
Agents CLI did not arrive in a vacuum. It launched as part of the broader Gemini Enterprise Agent Platform announcement at Google Cloud Next ’26, alongside a new GitHub CLI integration for Agent Skills — the open specification the tool relies on. Google also shipped documentation tabs for Claude Code, OpenAI’s Codex, and other coding assistants right next to its own Gemini CLI, a signal that the company is prioritizing deployment to Google Cloud over loyalty to any particular assistant.
The competitive field is real. AWS offers Bedrock AgentCore with its own maturing agents framework. Microsoft’s Copilot Studio is embedded across the Fortune 500. OpenAI’s enterprise agent push through Codex has reached 3 million weekly users. LangChain remains a popular open-source option, though it comes with a steeper learning curve and no built-in deployment path. Google’s differentiator with Agents CLI is not the underlying Agent Development Kit — that open-source framework has been available since mid-2025 — but the elimination of the manual steps between a working prototype and a production service. Google Cloud exited Q4 2025 as the fastest-growing of the three major cloud providers at 50% year-on-year growth, and Agents CLI is a direct play to accelerate that trajectory among developers.
Why This Matters for Students and Early-Career Developers
For students, recent graduates and self-taught builders, the practical implication is a meaningful reduction in the prerequisite knowledge required to ship something real. The infrastructure that used to be its own multi-week project — IaC, CI/CD, IAM configuration — is now handled by the tool. A student who knows how to prompt Claude Code or Cursor can describe an agent in plain English and end up with a working service deployed to Google Cloud, not just a demo running on localhost.
The financial barrier is also low. Agents CLI is free to install. Actual cloud costs for student-scale projects are largely covered by Google Cloud’s free trial, which provides $300 in credit over 90 days. Products on the free tier do not count against education credits, and faculty can apply for additional Google Cloud credits to distribute to students through course programs.
On the career side, the concepts Agents CLI operationalizes — build, evaluate, deploy, govern — map directly to the agent development workflows enterprises are adopting. A portfolio project built with Agents CLI is a fully deployed Google Cloud service, not a Jupyter notebook. That distinction is increasingly legible to hiring managers as agent-based products move from proof-of-concept to production in industry.
Getting started requires downloading Agents CLI and running uvx google-agents-cli in a terminal. Google’s documentation and a public GitHub repository are available for developers who want to go further.
Source: Google AI
Additional research sources
- https://www.infoq.com/news/2026/04/agents-cli-google-cloud/
- https://medium.com/data-science-collective/googles-agents-cli-the-complete-guide-to-building-ai-agents-on-google-cloud-e092789921bf
- https://thenextweb.com/news/google-cloud-next-ai-agents-agentic-era
- https://www.infoworld.com/article/4153857/hands-on-with-the-google-agent-development-kit.html
- https://docs.cloud.google.com/free/docs/free-cloud-features
