Skip to main content

Documentation Index

Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt

Use this file to discover all available pages before exploring further.

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 with rules

Use OneCLI’s rules engine to limit what agents can do with Google Meet. For example, you can allow agents to create meeting links but block access to recordings. Rules are evaluated before credential injection, so a blocked request never reaches Google Meet.