PublicMITGemini-only

Google Workspace API generic client × SlimeTree-RLM

▸ Hit any Google API endpoint from one UI

Operate the entire Google Workspace API surface (Gmail / Calendar / Drive / Sheets / Forms / Chat / People) from a single UI. Post-stage RLM audit of response text (Gemini), templates, curl-equivalent display.

1. Google API authentication (OAuth 2.0)

At console.cloud.google.com create an OAuth client → obtain a User Access Token. Scope: pick the scope appropriate for each endpoint at issuance

2. Gemini (Google AI) API key

At aistudio.google.com/apikey you can issue a personal free key (15 RPM free; overflow is token-billed).

Platform-native LLM: Google Workspace processing is Gemini-only (managed under the same Google account).

3. Request builder

Templates

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

Body (for POST, JSON)

4. Response + RLM post-stage

status:
latency:
requests: 0
Response
(not yet sent)
★ Gemini post-stage analysis

5. API call log

(not yet run)

6. Benefits

  • Cross-call several Google APIs from one UI: Gmail / Calendar / Drive / Sheets / Chat / Forms / People
  • Templates for routine operations: profile / about / spaces etc. in one click
  • RLM post-stage analysis: classify fetched email subject / event summary / file name as D/µ/R via Gemini
  • curl-equivalent display: copy-paste directly into cron / Lambda