KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call google-meet.google_meet_spaces_create '{}' --json
Provider shortcut
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.

Discovery commands
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 write
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_spaces_create '{}' --json
Shortcut
kosmo integrations:google-meet google_meet_spaces_create '{}' --json

google-meet.google_meet_spaces_get

Spaces Get (GET /v2/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_spaces_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_spaces_end_active_conference '{}' --json
Shortcut
kosmo integrations:google-meet google_meet_spaces_end_active_conference '{}' --json

google-meet.google_meet_spaces_patch

Spaces Patch (PATCH /v2/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_spaces_patch '{}' --json
Shortcut
kosmo integrations:google-meet google_meet_spaces_patch '{}' --json

google-meet.google_meet_conference_records_list

Conference Records List (GET /v2/conferenceRecords).

Read read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_list '{}' --json
Shortcut
kosmo integrations:google-meet google_meet_conference_records_list '{}' --json

google-meet.google_meet_conference_records_get

Conference Records Get (GET /v2/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_recordings_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_recordings_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_participants_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_participants_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_participants_participant_sessions_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_participants_participant_sessions_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_entries_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_transcripts_entries_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_smart_notes_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-meet.google_meet_conference_records_smart_notes_list '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema google-meet.google_meet_spaces_create --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_spaces_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_spaces_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_spaces_end_active_conference 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_spaces_end_active_conference --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_spaces_patch 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_spaces_patch --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_list --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_recordings_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_recordings_list --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_recordings_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_recordings_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_participants_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_participants_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_participants_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_participants_list --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_participants_participant_sessions_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_participants_participant_sessions_list --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_participants_participant_sessions_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_participants_participant_sessions_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_transcripts_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_list --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_transcripts_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_transcripts_entries_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_entries_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_transcripts_entries_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_transcripts_entries_list --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_smart_notes_get 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_smart_notes_get --json
ParameterTypeRequiredDescription
No parameters.
google-meet.google_meet_conference_records_smart_notes_list 0 parameters
Schema command
kosmo integrations:schema google-meet.google_meet_conference_records_smart_notes_list --json
ParameterTypeRequiredDescription
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.