Skip to main content

Overview

OneCLI connects AI agents to Google Meet through Google’s OAuth flow. Agents can create meeting rooms, generate meeting links, and list recordings. The gateway injects OAuth credentials into requests to the Google Meet REST API automatically. This is useful for scheduling agents that need to generate meeting links, or agents that need to access meeting recordings for note-taking.

Setup

1

Go to Connections

Open the OneCLI dashboard and navigate to Connections > Google Meet.
2

Authorize

Click Connect Google Meet. You’ll be redirected to Google to authorize OneCLI. Review the permissions and click Allow.

What agents can do

  • Create new meeting spaces with unique meeting links
  • Get details for an existing meeting space
  • List meeting recordings and their download URLs
  • Read meeting participant lists and join/leave times
  • End active meetings

Controlling access

Access is per agent: grant the connection to each agent that needs it, choosing per tool what runs freely, what needs human approval, and what stays blocked — a read-only agent is a single grant. Organization rules add guardrails on top, like rate limits and blanket blocks. Everything is checked before credential injection, so a blocked request never reaches Google Meet.