Compare commits

...

2 Commits

Author SHA1 Message Date
akangsha7
686eb644b3 Add instructions to setup API key 2026-02-04 11:59:36 -08:00
Yuan Teoh
a2097ba8eb docs: add index page for cloud logging admin tools (#2414)
Add _index page for cloud logging admin tools for drop down.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-03 12:22:03 -08:00
2 changed files with 13 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ from Toolbox.
go get github.com/googleapis/mcp-toolbox-sdk-go go get github.com/googleapis/mcp-toolbox-sdk-go
``` ```
1. Set your API key (If you don't have an API key yet, you can get one from [Google AI Studio](https://aistudio.google.com/app/apikey).)
```bash
export GOOGLE_API_KEY="YOUR_ACTUAL_GEMINI_API_KEY"
```
1. Create a new file named `hotelagent.go` and copy the following code to create 1. Create a new file named `hotelagent.go` and copy the following code to create
an agent: an agent:

View File

@@ -0,0 +1,8 @@
---
title: "Cloud Logging Admin"
linkTitle: "Cloud Logging Admin"
type: docs
weight: 1
description: >
Tools that work with Cloud Logging Admin Sources.
---