cloud/gemini-agents-api

Manage custom Agent resources on the Gemini Enterprise Agent Platform.

17.1k|1.4k|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/google/skills --skill cloud-gemini-agents-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud/gemini-agents-api
Source: https://github.com/google/skills/tree/main/skills/cloud/gemini-agents-api
Command: npx skills add https://github.com/google/skills --skill cloud-gemini-agents-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gcloud, Bearer token, API credentials, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Manages custom Agent resources on Gemini Enterprise Agent Platform, enabling users to programmatically create, configure, list, update, or delete stateful, server-managed Agent resources.

Core Features & Use Cases

  • Custom Agent Management: Create, configure, list, update, or delete custom Agent resources.
  • Mounting Files and Skills: Mount remote files, folders, or skills directly from Google Cloud Storage buckets into the agent container's workspace.
  • Use Case: Develop and manage advanced stateful agents with remote tools, skills, and custom environments for the Gemini Enterprise Agent Platform.

Quick Start

To create a new agent, run the following command: create-agent.sh --project_id your-project-id --location global --name my-custom-agent

Frequently Asked Questions about cloud/gemini-agents-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage stateful agents on the Gemini Enterprise Agent Platform?

You can programmatically manage stateful agents on the Gemini Enterprise Agent Platform by provisioning, retrieving, updating, and deleting custom agent containers using API scripts.

Can I mount remote files into a custom agent container on Gemini?

Yes, you can mount remote files, folders, or skills directly from Google Cloud Storage buckets into the custom agent container's workspace on the Gemini Enterprise Agent Platform.

What do I need to provision custom agent resources with Google Cloud?

To provision custom agent resources, you need gcloud, a Bearer token, and API credentials configured for your Google Cloud project to authenticate the management scripts.

How does the Gemini Enterprise Agent Platform handle custom skill registries?

The Gemini Enterprise Agent Platform handles custom skill registries by allowing developers to configure stateful, server-managed agent containers with specific system instructions and mounted skills.

What is the best way to delete a custom agent container programmatically?

The best way to delete a custom agent container programmatically is using the provided management scripts to target your specific project ID, location, and agent name.

Do I need API credentials to update system instructions for my agents?

Yes, updating system instructions for agents requires API credentials and a Bearer token to authenticate the programmatic update requests on the Gemini Enterprise Agent Platform.