公開中MITGemini 専用

Google Workspace API 汎用クライアント × SlimeTree-RLM

▸ 任意 Google API endpoint を 1 UI で叩く

Google Workspace API 全般 (Gmail / Calendar / Drive / Sheets / Forms / Chat / People) を 1 つの UI から。応答テキストの事後 RLM 監査 (Gemini)、テンプレート、curl 等価。

1. Google API 認証 (OAuth 2.0)

console.cloud.google.com で OAuth クライアント作成 → User Access Token 取得。Scope: 対応 endpoint に応じた scope を発行時に選択

2. Gemini (Google AI) API key

aistudio.google.com/apikey個人無料 key 発行可 (15 RPM 無料、超過 token 課金)。

Platform-native LLM: Google Workspace 処理は Gemini 専用 (同一 Google アカウントで管理)。

3. リクエストビルダー

テンプレート

GET Gmail profileusers/me/profile
GET primary calendarcalendars/primary
GET Drive aboutabout (容量+user)
GET People mepeople/me
GET Chat spaceschat/v1/spaces
GET Forms responses(form_id 要)

Body (POST 時、JSON)

4. 応答 + RLM 後段

status:
時間:
送信: 0
応答
(未送信)
★ Gemini 後段分析

5. API 呼出ログ

(未実行)

6. 効果

  • 複数 Google API を 1 UI で横断: Gmail / Calendar / Drive / Sheets / Chat / Forms / People
  • テンプレートで定型操作: profile / about / spaces 等を 1 クリック
  • RLM 後段分析: 取得した email subject / event summary / file name を Gemini で D/µ/R 分類
  • curl 等価表示: そのまま cron / Lambda にコピペ可