productivity
Google Chat CLI for AI Agents
Use the Google Chat CLI from KosmoKrator to call Google Chat tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Google Chat CLI Setup
Google Chat can be configured headlessly with `kosmokrator integrations:configure google-chat`.
# 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-chat --enable --read allow --write ask --json
kosmokrator integrations:doctor google-chat --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-chat.google_chat_spaces_setup '{}' --json kosmo integrations:google-chat google_chat_spaces_setup '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs google-chat --json
kosmo integrations:docs google-chat.google_chat_spaces_setup --json
kosmo integrations:schema google-chat.google_chat_spaces_setup --json
kosmo integrations:search "Google Chat" --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-chat.google_chat_spaces_setup
Spaces Setup (POST /v1/spaces:setup).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_setup '{}' --json kosmo integrations:google-chat google_chat_spaces_setup '{}' --json google-chat.google_chat_spaces_complete_import
Spaces Complete Import (POST /v1/{+name}:completeImport).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_complete_import '{}' --json kosmo integrations:google-chat google_chat_spaces_complete_import '{}' --json google-chat.google_chat_spaces_find_group_chats
Spaces Find Group Chats (GET /v1/spaces:findGroupChats).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_find_group_chats '{}' --json kosmo integrations:google-chat google_chat_spaces_find_group_chats '{}' --json google-chat.google_chat_spaces_patch
Spaces Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_patch '{}' --json kosmo integrations:google-chat google_chat_spaces_patch '{}' --json google-chat.google_chat_spaces_search
Spaces Search (GET /v1/spaces:search).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_search '{}' --json kosmo integrations:google-chat google_chat_spaces_search '{}' --json google-chat.google_chat_spaces_create
Spaces Create (POST /v1/spaces).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_create '{}' --json kosmo integrations:google-chat google_chat_spaces_create '{}' --json google-chat.google_chat_spaces_delete
Spaces Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_delete '{}' --json kosmo integrations:google-chat google_chat_spaces_delete '{}' --json google-chat.google_chat_spaces_find_direct_message
Spaces Find Direct Message (GET /v1/spaces:findDirectMessage).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_find_direct_message '{}' --json kosmo integrations:google-chat google_chat_spaces_find_direct_message '{}' --json google-chat.google_chat_spaces_list
Spaces List (GET /v1/spaces).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_list '{}' --json kosmo integrations:google-chat google_chat_spaces_list '{}' --json google-chat.google_chat_spaces_get
Spaces Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_get '{}' --json kosmo integrations:google-chat google_chat_spaces_get '{}' --json google-chat.google_chat_spaces_space_events_get
Spaces Space Events Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_space_events_get '{}' --json kosmo integrations:google-chat google_chat_spaces_space_events_get '{}' --json google-chat.google_chat_spaces_space_events_list
Spaces Space Events List (GET /v1/{+parent}/spaceEvents).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_space_events_list '{}' --json kosmo integrations:google-chat google_chat_spaces_space_events_list '{}' --json google-chat.google_chat_spaces_members_create
Spaces Members Create (POST /v1/{+parent}/members).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_members_create '{}' --json kosmo integrations:google-chat google_chat_spaces_members_create '{}' --json google-chat.google_chat_spaces_members_patch
Spaces Members Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_members_patch '{}' --json kosmo integrations:google-chat google_chat_spaces_members_patch '{}' --json google-chat.google_chat_spaces_members_get
Spaces Members Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_members_get '{}' --json kosmo integrations:google-chat google_chat_spaces_members_get '{}' --json google-chat.google_chat_spaces_members_delete
Spaces Members Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_members_delete '{}' --json kosmo integrations:google-chat google_chat_spaces_members_delete '{}' --json google-chat.google_chat_spaces_members_list
Spaces Members List (GET /v1/{+parent}/members).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_members_list '{}' --json kosmo integrations:google-chat google_chat_spaces_members_list '{}' --json google-chat.google_chat_spaces_messages_get
Spaces Messages Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_get '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_get '{}' --json google-chat.google_chat_spaces_messages_delete
Spaces Messages Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_delete '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_delete '{}' --json google-chat.google_chat_spaces_messages_list
Spaces Messages List (GET /v1/{+parent}/messages).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_list '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_list '{}' --json google-chat.google_chat_spaces_messages_create
Spaces Messages Create (POST /v1/{+parent}/messages).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_create '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_create '{}' --json google-chat.google_chat_spaces_messages_patch
Spaces Messages Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_patch '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_patch '{}' --json google-chat.google_chat_spaces_messages_update
Spaces Messages Update (PUT /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_update '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_update '{}' --json google-chat.google_chat_spaces_messages_attachments_get
Spaces Messages Attachments Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_attachments_get '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_attachments_get '{}' --json google-chat.google_chat_spaces_messages_reactions_list
Spaces Messages Reactions List (GET /v1/{+parent}/reactions).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_reactions_list '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_reactions_list '{}' --json google-chat.google_chat_spaces_messages_reactions_delete
Spaces Messages Reactions Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_reactions_delete '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_reactions_delete '{}' --json google-chat.google_chat_spaces_messages_reactions_create
Spaces Messages Reactions Create (POST /v1/{+parent}/reactions).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_spaces_messages_reactions_create '{}' --json kosmo integrations:google-chat google_chat_spaces_messages_reactions_create '{}' --json google-chat.google_chat_custom_emojis_create
Custom Emojis Create (POST /v1/customEmojis).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_custom_emojis_create '{}' --json kosmo integrations:google-chat google_chat_custom_emojis_create '{}' --json google-chat.google_chat_custom_emojis_get
Custom Emojis Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_custom_emojis_get '{}' --json kosmo integrations:google-chat google_chat_custom_emojis_get '{}' --json google-chat.google_chat_custom_emojis_delete
Custom Emojis Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_custom_emojis_delete '{}' --json kosmo integrations:google-chat google_chat_custom_emojis_delete '{}' --json google-chat.google_chat_custom_emojis_list
Custom Emojis List (GET /v1/customEmojis).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_custom_emojis_list '{}' --json kosmo integrations:google-chat google_chat_custom_emojis_list '{}' --json google-chat.google_chat_media_upload
Media Upload (POST /v1/{+parent}/attachments:upload).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_media_upload '{}' --json kosmo integrations:google-chat google_chat_media_upload '{}' --json google-chat.google_chat_media_download
Media Download (GET /v1/media/{+resourceName}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_media_download '{}' --json kosmo integrations:google-chat google_chat_media_download '{}' --json google-chat.google_chat_users_spaces_get_space_read_state
Users Spaces Get Space Read State (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_spaces_get_space_read_state '{}' --json kosmo integrations:google-chat google_chat_users_spaces_get_space_read_state '{}' --json google-chat.google_chat_users_spaces_update_space_read_state
Users Spaces Update Space Read State (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_spaces_update_space_read_state '{}' --json kosmo integrations:google-chat google_chat_users_spaces_update_space_read_state '{}' --json google-chat.google_chat_users_spaces_space_notification_setting_get
Users Spaces Space Notification Setting Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_spaces_space_notification_setting_get '{}' --json kosmo integrations:google-chat google_chat_users_spaces_space_notification_setting_get '{}' --json google-chat.google_chat_users_spaces_space_notification_setting_patch
Users Spaces Space Notification Setting Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_spaces_space_notification_setting_patch '{}' --json kosmo integrations:google-chat google_chat_users_spaces_space_notification_setting_patch '{}' --json google-chat.google_chat_users_spaces_threads_get_thread_read_state
Users Spaces Threads Get Thread Read State (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_spaces_threads_get_thread_read_state '{}' --json kosmo integrations:google-chat google_chat_users_spaces_threads_get_thread_read_state '{}' --json google-chat.google_chat_users_sections_delete
Users Sections Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_delete '{}' --json kosmo integrations:google-chat google_chat_users_sections_delete '{}' --json google-chat.google_chat_users_sections_list
Users Sections List (GET /v1/{+parent}/sections).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_list '{}' --json kosmo integrations:google-chat google_chat_users_sections_list '{}' --json google-chat.google_chat_users_sections_position
Users Sections Position (POST /v1/{+name}:position).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_position '{}' --json kosmo integrations:google-chat google_chat_users_sections_position '{}' --json google-chat.google_chat_users_sections_patch
Users Sections Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_patch '{}' --json kosmo integrations:google-chat google_chat_users_sections_patch '{}' --json google-chat.google_chat_users_sections_create
Users Sections Create (POST /v1/{+parent}/sections).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_create '{}' --json kosmo integrations:google-chat google_chat_users_sections_create '{}' --json google-chat.google_chat_users_sections_items_list
Users Sections Items List (GET /v1/{+parent}/items).
read - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_items_list '{}' --json kosmo integrations:google-chat google_chat_users_sections_items_list '{}' --json google-chat.google_chat_users_sections_items_move
Users Sections Items Move (POST /v1/{+name}:move).
write - Parameters
- none
kosmo integrations:call google-chat.google_chat_users_sections_items_move '{}' --json kosmo integrations:google-chat google_chat_users_sections_items_move '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
google-chat.google_chat_spaces_setup 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_setup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_complete_import 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_complete_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_find_group_chats 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_find_group_chats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_patch 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_search 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_search --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_create 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_delete 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_find_direct_message 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_find_direct_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_list 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_get 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_space_events_get 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_space_events_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_space_events_list 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_space_events_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_members_create 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_members_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_members_patch 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_members_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_members_get 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_members_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_members_delete 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_members_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_members_list 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_members_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_get 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_delete 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_list 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_create 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_patch 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_update 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_attachments_get 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_attachments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_reactions_list 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_reactions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_reactions_delete 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_reactions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_spaces_messages_reactions_create 0 parameters
kosmo integrations:schema google-chat.google_chat_spaces_messages_reactions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_custom_emojis_create 0 parameters
kosmo integrations:schema google-chat.google_chat_custom_emojis_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_custom_emojis_get 0 parameters
kosmo integrations:schema google-chat.google_chat_custom_emojis_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_custom_emojis_delete 0 parameters
kosmo integrations:schema google-chat.google_chat_custom_emojis_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_custom_emojis_list 0 parameters
kosmo integrations:schema google-chat.google_chat_custom_emojis_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_media_upload 0 parameters
kosmo integrations:schema google-chat.google_chat_media_upload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_media_download 0 parameters
kosmo integrations:schema google-chat.google_chat_media_download --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_spaces_get_space_read_state 0 parameters
kosmo integrations:schema google-chat.google_chat_users_spaces_get_space_read_state --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_spaces_update_space_read_state 0 parameters
kosmo integrations:schema google-chat.google_chat_users_spaces_update_space_read_state --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_spaces_space_notification_setting_get 0 parameters
kosmo integrations:schema google-chat.google_chat_users_spaces_space_notification_setting_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_spaces_space_notification_setting_patch 0 parameters
kosmo integrations:schema google-chat.google_chat_users_spaces_space_notification_setting_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_spaces_threads_get_thread_read_state 0 parameters
kosmo integrations:schema google-chat.google_chat_users_spaces_threads_get_thread_read_state --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_delete 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_list 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_position 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_position --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_patch 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_create 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_items_list 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_items_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-chat.google_chat_users_sections_items_move 0 parameters
kosmo integrations:schema google-chat.google_chat_users_sections_items_move --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.