Claw field notebook
Google / VAI

Vertex AI Agents

Vertex AI Agents — formerly Vertex AI Agent Builder, now part of the umbrella Gemini Enterprise Agent Platform — is Google Cloud's stack for building, deploying, and serving production AI agents. Three layers: Agent Development Kit (ADK) to build agents in Python or Java, Agent Runtime (formerly Agent Engine) to deploy and run them as a managed service, and Gemini Enterprise (formerly Agentspace) as the user-facing surface that fronts your agents. ADK is open-source on GitHub. Auth is Google Cloud (Application Default Credentials, service accounts) — there are no API keys here. This is where you go when Gemini API direct isn't enough — you need cloud ops, regional residency, audit logs, or to compose multi-agent workflows. Sourced from cloud.google.com/vertex-ai/docs/agent-builder.

4 sourced