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

Access is per agent: [grant](/docs/guides/agent-access) 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](/docs/guides/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.
