cd /news/developer-tools/agents-cli-in-agent-platform-create-… · home topics developer-tools article
[ARTICLE · art-1957] src=developers.googleblog.com pub= topic=developer-tools verified=true sentiment=↑ positive

Agents CLI in Agent Platform: create to production in one CLI

Google Cloud has launched Agents CLI, a unified command-line tool designed to streamline the entire Agent Development Lifecycle (ADLC) by allowing AI coding agents to directly scaffold, evaluate, and deploy production-grade agents. The tool addresses infrastructure fragmentation by providing a machine-readable interface to Google Cloud services, enabling developers to move from a local prototype to a globally distributed service in hours rather than weeks. Agents CLI supports both automated "Agent Mode" for AI assistants and a "Human Mode" for direct terminal control, with commands for project creation, evaluation, infrastructure provisioning, and deployment.

read3 min views6 publishedMay 20, 2026

APRIL 22, 2026 Developer Relations Engineering Agent Ecosystems AI agents are transitioning from experimental scripts to production services. But while models get smarter, the infrastructure required to build, evaluate, and deploy them remains stubbornly fragmented. Developers and their coding assistants often struggle with isolation, wasting time and tokens ingesting massive amounts of documentation just to bridge the local-to-cloud gap. Today, we are thrilled to introduce Agents CLI in Agent Platform, the unified programmatic backbone for the Agent Development Lifecycle (ADLC) on Google Cloud. Agents CLI is a specialized tool designed specifically for AI coding agents (like Gemini CLI, Claude Code, and Cursor). It gives your AI assistant a direct, machine-readable line to the full Google Cloud agent stack (including Agent Platform, Cloud Run, and A2A Integration) turning a fragmented ecosystem into a seamless assembly line. Let’s take a look at how the Agents CLI streamlines the journey from idea to production in hours, not weeks. The biggest hurdle in agent development is context overload. When your coding agent has to guess how disparate cloud components fit together, it leads to endless loops and token waste. With Agents CLI in Agent Platform, you simply run one command (uvx google-agents-cli) to inject bundled skills directly into your coding environment. This provides coding assistants the exact sensory input and API references they need to scaffold functional, standard-compliant projects immediately.

uvx google-agents-cli setup
If you want to, you can run the CLI commands directly yourself. However, you can even use your favorite coding agent to use the CLI commands via Agents CLI Skills.
For example, you could prompt your coding agent: "I want to create a travel expense agent that can help me auto-approve expenses under $50 and require HITL to approve anything over $50, or any expense that might look out of the norm."
agents-cli create finance-agent -y --deployment-target agent_runtime

cd finance-agent Building the logic is only half the battle, ensuring it behaves correctly is the other. Before going live, developers need to know their agents meet accuracy thresholds. Agents CLI can run rigorous evaluation harnesses. By using native commands, your coding assistant can orchestrate unit tests, validate data retrieval, and contrast different evaluation runs to guarantee quality. agents-cli eval run agents-cli eval compare evals/run_v1.json evals/run_v2.json Going from a local prototype to a secure, globally distributed service shouldn't take 70 days. Agents CLI can automate the entire deployment phase. It seamlessly injects Infrastructure as Code (IaC), sets up CI/CD pipelines, and deploys directly to Agent Runtime / Cloud Run/ GKE. agents-cli infra single-project agents-cli deploy

agents-cli publish gemini-enterprise
While the Agents CLI is optimized for agent consumption (Agent Mode), we know developers need deterministic control. That's why the CLI fully supports a Human Mode. You can run these commands directly in your terminal or scripts for immediate, deterministic execution: stepping in whenever you want to guide the "hands and eyes" of the AI.

Get started today by down Agents CLI in Agent Platform and running uvx google-agents-cli in your terminal. Dive into our Documentation and GitHub repository to see how your coding assistant can build the next generation of production-grade AI. Don't forget to join our community on Reddit or the Agent Ecosystems Google Group and share what you're building. The Agentic Internet is here. Let your agents build it. Link to Youtube Video (visible only when JS is disabled) POSTED IN: AI • Cloud • Announcements • Problem-Solving

── more in #developer-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/agents-cli-in-agent-…] indexed:0 read:3min 2026-05-20 ·