> ## 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.

# Google Meet Integration: Meetings & Recordings

> Create meeting links, list upcoming calls, and read recording metadata through the Google Meet API. OAuth handled by the gateway.

## 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

<Steps>
  <Step title="Go to Connections">
    Open the OneCLI dashboard and navigate to **Connections** > **Google Meet**.
  </Step>

  <Step title="Authorize">
    Click **Connect Google Meet**. You'll be redirected to Google to authorize OneCLI. Review the permissions and click **Allow**.
  </Step>
</Steps>

## 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](/guides/rules) 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.
