productivity
Google Meet CLI for AI Agents
Use the Google Meet CLI from KosmoKrator to call Google Meet tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Google Meet CLI Setup
Google Meet can be configured headlessly with `kosmokrator integrations:configure google-meet`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure google-meet --enable --read allow --write ask --json
kosmokrator integrations:doctor google-meet --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call google-meet.google_meet_spaces_create '{}' --json kosmo integrations:google-meet google_meet_spaces_create '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs google-meet --json
kosmo integrations:docs google-meet.google_meet_spaces_create --json
kosmo integrations:schema google-meet.google_meet_spaces_create --json
kosmo integrations:search "Google Meet" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
google-meet.google_meet_spaces_create
Spaces Create (POST /v2/spaces).
write - Parameters
- none
kosmo integrations:call google-meet.google_meet_spaces_create '{}' --json kosmo integrations:google-meet google_meet_spaces_create '{}' --json google-meet.google_meet_spaces_get
Spaces Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_spaces_get '{}' --json kosmo integrations:google-meet google_meet_spaces_get '{}' --json google-meet.google_meet_spaces_end_active_conference
Spaces End Active Conference (POST /v2/{+name}:endActiveConference).
write - Parameters
- none
kosmo integrations:call google-meet.google_meet_spaces_end_active_conference '{}' --json kosmo integrations:google-meet google_meet_spaces_end_active_conference '{}' --json google-meet.google_meet_spaces_patch
Spaces Patch (PATCH /v2/{+name}).
write - Parameters
- none
kosmo integrations:call google-meet.google_meet_spaces_patch '{}' --json kosmo integrations:google-meet google_meet_spaces_patch '{}' --json google-meet.google_meet_conference_records_list
Conference Records List (GET /v2/conferenceRecords).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_list '{}' --json google-meet.google_meet_conference_records_get
Conference Records Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_get '{}' --json google-meet.google_meet_conference_records_recordings_list
Conference Records Recordings List (GET /v2/{+parent}/recordings).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_recordings_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_recordings_list '{}' --json google-meet.google_meet_conference_records_recordings_get
Conference Records Recordings Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_recordings_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_recordings_get '{}' --json google-meet.google_meet_conference_records_participants_get
Conference Records Participants Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_participants_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_participants_get '{}' --json google-meet.google_meet_conference_records_participants_list
Conference Records Participants List (GET /v2/{+parent}/participants).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_participants_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_participants_list '{}' --json google-meet.google_meet_conference_records_participants_participant_sessions_list
Conference Records Participants Participant Sessions List (GET /v2/{+parent}/participantSessions).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_participants_participant_sessions_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_participants_participant_sessions_list '{}' --json google-meet.google_meet_conference_records_participants_participant_sessions_get
Conference Records Participants Participant Sessions Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_participants_participant_sessions_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_participants_participant_sessions_get '{}' --json google-meet.google_meet_conference_records_transcripts_list
Conference Records Transcripts List (GET /v2/{+parent}/transcripts).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_transcripts_list '{}' --json google-meet.google_meet_conference_records_transcripts_get
Conference Records Transcripts Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_transcripts_get '{}' --json google-meet.google_meet_conference_records_transcripts_entries_get
Conference Records Transcripts Entries Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_entries_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_transcripts_entries_get '{}' --json google-meet.google_meet_conference_records_transcripts_entries_list
Conference Records Transcripts Entries List (GET /v2/{+parent}/entries).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_entries_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_transcripts_entries_list '{}' --json google-meet.google_meet_conference_records_smart_notes_get
Conference Records Smart Notes Get (GET /v2/{+name}).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_smart_notes_get '{}' --json kosmo integrations:google-meet google_meet_conference_records_smart_notes_get '{}' --json google-meet.google_meet_conference_records_smart_notes_list
Conference Records Smart Notes List (GET /v2/{+parent}/smartNotes).
read - Parameters
- none
kosmo integrations:call google-meet.google_meet_conference_records_smart_notes_list '{}' --json kosmo integrations:google-meet google_meet_conference_records_smart_notes_list '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
google-meet.google_meet_spaces_create 0 parameters
kosmo integrations:schema google-meet.google_meet_spaces_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_spaces_get 0 parameters
kosmo integrations:schema google-meet.google_meet_spaces_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_spaces_end_active_conference 0 parameters
kosmo integrations:schema google-meet.google_meet_spaces_end_active_conference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_spaces_patch 0 parameters
kosmo integrations:schema google-meet.google_meet_spaces_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_recordings_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_recordings_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_recordings_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_recordings_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_participants_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_participants_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_participants_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_participants_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_participants_participant_sessions_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_participants_participant_sessions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_participants_participant_sessions_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_participants_participant_sessions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_transcripts_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_transcripts_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_transcripts_entries_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_entries_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_transcripts_entries_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_entries_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_smart_notes_get 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_smart_notes_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-meet.google_meet_conference_records_smart_notes_list 0 parameters
kosmo integrations:schema google-meet.google_meet_conference_records_smart_notes_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.