productivity
Front CLI for AI Agents
Use the Front CLI from KosmoKrator to call Front tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Front CLI Setup
Front can be configured headlessly with `kosmokrator integrations:configure front`.
# 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 front --set access_token="$FRONT_ACCESS_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor front --json
kosmokrator integrations:status --json Credentials
Authentication type: Bearer token bearer_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
access_token | FRONT_ACCESS_TOKEN | Secret secret | yes | Access Token |
url | FRONT_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call front.front_api_get '{}' --json kosmo integrations:front front_api_get '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs front --json
kosmo integrations:docs front.front_api_get --json
kosmo integrations:schema front.front_api_get --json
kosmo integrations:search "Front" --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.
front.front_api_get
Call any Front GET endpoint.
read - Parameters
- none
kosmo integrations:call front.front_api_get '{}' --json kosmo integrations:front front_api_get '{}' --json front.front_api_post
Call any Front POST endpoint.
write - Parameters
- none
kosmo integrations:call front.front_api_post '{}' --json kosmo integrations:front front_api_post '{}' --json front.front_api_patch
Call any Front PATCH endpoint.
write - Parameters
- none
kosmo integrations:call front.front_api_patch '{}' --json kosmo integrations:front front_api_patch '{}' --json front.front_api_put
Call any Front PUT endpoint.
write - Parameters
- none
kosmo integrations:call front.front_api_put '{}' --json kosmo integrations:front front_api_put '{}' --json front.front_api_delete
Call any Front DELETE endpoint.
write - Parameters
- none
kosmo integrations:call front.front_api_delete '{}' --json kosmo integrations:front front_api_delete '{}' --json front.front_get_current_user
Get the authenticated Front user.
read - Parameters
- none
kosmo integrations:call front.front_get_current_user '{}' --json kosmo integrations:front front_get_current_user '{}' --json front.front_list_conversations
List Front conversations.
read - Parameters
- none
kosmo integrations:call front.front_list_conversations '{}' --json kosmo integrations:front front_list_conversations '{}' --json front.front_search_conversations
Search Front conversations using search syntax.
read - Parameters
- none
kosmo integrations:call front.front_search_conversations '{}' --json kosmo integrations:front front_search_conversations '{}' --json front.front_get_conversation
Get a Front conversation.
read - Parameters
- none
kosmo integrations:call front.front_get_conversation '{}' --json kosmo integrations:front front_get_conversation '{}' --json front.front_create_discussion_conversation
Create a comment-only discussion conversation.
write - Parameters
- none
kosmo integrations:call front.front_create_discussion_conversation '{}' --json kosmo integrations:front front_create_discussion_conversation '{}' --json front.front_update_conversation
Update a Front conversation.
write - Parameters
- none
kosmo integrations:call front.front_update_conversation '{}' --json kosmo integrations:front front_update_conversation '{}' --json front.front_update_conversation_reminders
Snooze or unsnooze a Front conversation.
write - Parameters
- none
kosmo integrations:call front.front_update_conversation_reminders '{}' --json kosmo integrations:front front_update_conversation_reminders '{}' --json front.front_list_conversation_inboxes
List inboxes for a conversation.
read - Parameters
- none
kosmo integrations:call front.front_list_conversation_inboxes '{}' --json kosmo integrations:front front_list_conversation_inboxes '{}' --json front.front_list_messages
List messages in a conversation.
read - Parameters
- none
kosmo integrations:call front.front_list_messages '{}' --json kosmo integrations:front front_list_messages '{}' --json front.front_get_message
Get a Front message.
read - Parameters
- none
kosmo integrations:call front.front_get_message '{}' --json kosmo integrations:front front_get_message '{}' --json front.front_send_message
Reply to a Front conversation.
write - Parameters
- none
kosmo integrations:call front.front_send_message '{}' --json kosmo integrations:front front_send_message '{}' --json front.front_create_message
Send a new message from a Front channel.
write - Parameters
- none
kosmo integrations:call front.front_create_message '{}' --json kosmo integrations:front front_create_message '{}' --json front.front_import_message
Import an external message into a Front inbox.
write - Parameters
- none
kosmo integrations:call front.front_import_message '{}' --json kosmo integrations:front front_import_message '{}' --json front.front_create_draft
Create a draft in a Front channel.
write - Parameters
- none
kosmo integrations:call front.front_create_draft '{}' --json kosmo integrations:front front_create_draft '{}' --json front.front_list_conversation_comments
List comments in a conversation.
read - Parameters
- none
kosmo integrations:call front.front_list_conversation_comments '{}' --json kosmo integrations:front front_list_conversation_comments '{}' --json front.front_add_comment
Add a comment to a conversation.
write - Parameters
- none
kosmo integrations:call front.front_add_comment '{}' --json kosmo integrations:front front_add_comment '{}' --json front.front_add_conversation_tags
Add tags to a conversation.
write - Parameters
- none
kosmo integrations:call front.front_add_conversation_tags '{}' --json kosmo integrations:front front_add_conversation_tags '{}' --json front.front_remove_conversation_tags
Remove tags from a conversation.
write - Parameters
- none
kosmo integrations:call front.front_remove_conversation_tags '{}' --json kosmo integrations:front front_remove_conversation_tags '{}' --json front.front_list_inboxes
List Front inboxes.
read - Parameters
- none
kosmo integrations:call front.front_list_inboxes '{}' --json kosmo integrations:front front_list_inboxes '{}' --json front.front_get_inbox
Get a Front inbox.
read - Parameters
- none
kosmo integrations:call front.front_get_inbox '{}' --json kosmo integrations:front front_get_inbox '{}' --json front.front_list_inbox_conversations
List conversations in an inbox.
read - Parameters
- none
kosmo integrations:call front.front_list_inbox_conversations '{}' --json kosmo integrations:front front_list_inbox_conversations '{}' --json front.front_list_inbox_channels
List channels in an inbox.
read - Parameters
- none
kosmo integrations:call front.front_list_inbox_channels '{}' --json kosmo integrations:front front_list_inbox_channels '{}' --json front.front_create_channel
Create a Front inbox channel.
write - Parameters
- none
kosmo integrations:call front.front_create_channel '{}' --json kosmo integrations:front front_create_channel '{}' --json front.front_list_inbox_access
List teammates with inbox access.
read - Parameters
- none
kosmo integrations:call front.front_list_inbox_access '{}' --json kosmo integrations:front front_list_inbox_access '{}' --json front.front_add_inbox_access
Give teammates access to an inbox.
write - Parameters
- none
kosmo integrations:call front.front_add_inbox_access '{}' --json kosmo integrations:front front_add_inbox_access '{}' --json front.front_remove_inbox_access
Remove teammate access from an inbox.
write - Parameters
- none
kosmo integrations:call front.front_remove_inbox_access '{}' --json kosmo integrations:front front_remove_inbox_access '{}' --json front.front_list_contacts
List Front contacts.
read - Parameters
- none
kosmo integrations:call front.front_list_contacts '{}' --json kosmo integrations:front front_list_contacts '{}' --json front.front_get_contact
Get a Front contact.
read - Parameters
- none
kosmo integrations:call front.front_get_contact '{}' --json kosmo integrations:front front_get_contact '{}' --json front.front_create_contact
Create a Front contact.
write - Parameters
- none
kosmo integrations:call front.front_create_contact '{}' --json kosmo integrations:front front_create_contact '{}' --json front.front_create_teammate_contact
Create a teammate contact.
write - Parameters
- none
kosmo integrations:call front.front_create_teammate_contact '{}' --json kosmo integrations:front front_create_teammate_contact '{}' --json front.front_update_contact
Update a Front contact.
write - Parameters
- none
kosmo integrations:call front.front_update_contact '{}' --json kosmo integrations:front front_update_contact '{}' --json front.front_delete_contact
Delete a Front contact.
write - Parameters
- none
kosmo integrations:call front.front_delete_contact '{}' --json kosmo integrations:front front_delete_contact '{}' --json front.front_add_contact_handle
Add a handle to a Front contact.
write - Parameters
- none
kosmo integrations:call front.front_add_contact_handle '{}' --json kosmo integrations:front front_add_contact_handle '{}' --json front.front_list_contact_conversations
List conversations for a contact.
read - Parameters
- none
kosmo integrations:call front.front_list_contact_conversations '{}' --json kosmo integrations:front front_list_contact_conversations '{}' --json front.front_list_team_contacts
List contacts for a team.
read - Parameters
- none
kosmo integrations:call front.front_list_team_contacts '{}' --json kosmo integrations:front front_list_team_contacts '{}' --json front.front_list_teammate_contacts
List contacts for a teammate.
read - Parameters
- none
kosmo integrations:call front.front_list_teammate_contacts '{}' --json kosmo integrations:front front_list_teammate_contacts '{}' --json front.front_list_teammates
List Front teammates.
read - Parameters
- none
kosmo integrations:call front.front_list_teammates '{}' --json kosmo integrations:front front_list_teammates '{}' --json front.front_get_teammate
Get a Front teammate.
read - Parameters
- none
kosmo integrations:call front.front_get_teammate '{}' --json kosmo integrations:front front_get_teammate '{}' --json front.front_update_teammate
Update a Front teammate.
write - Parameters
- none
kosmo integrations:call front.front_update_teammate '{}' --json kosmo integrations:front front_update_teammate '{}' --json front.front_list_assigned_conversations
List conversations assigned to a teammate.
read - Parameters
- none
kosmo integrations:call front.front_list_assigned_conversations '{}' --json kosmo integrations:front front_list_assigned_conversations '{}' --json front.front_list_teammate_inboxes
List inboxes for a teammate.
read - Parameters
- none
kosmo integrations:call front.front_list_teammate_inboxes '{}' --json kosmo integrations:front front_list_teammate_inboxes '{}' --json front.front_list_teammate_rules
List rules for a teammate.
read - Parameters
- none
kosmo integrations:call front.front_list_teammate_rules '{}' --json kosmo integrations:front front_list_teammate_rules '{}' --json front.front_list_teams
List Front teams or workspaces.
read - Parameters
- none
kosmo integrations:call front.front_list_teams '{}' --json kosmo integrations:front front_list_teams '{}' --json front.front_get_team
Get a Front team.
read - Parameters
- none
kosmo integrations:call front.front_get_team '{}' --json kosmo integrations:front front_get_team '{}' --json front.front_list_team_inboxes
List inboxes for a team.
read - Parameters
- none
kosmo integrations:call front.front_list_team_inboxes '{}' --json kosmo integrations:front front_list_team_inboxes '{}' --json front.front_create_team_inbox
Create an inbox for a team.
write - Parameters
- none
kosmo integrations:call front.front_create_team_inbox '{}' --json kosmo integrations:front front_create_team_inbox '{}' --json front.front_list_team_rules
List rules for a team.
read - Parameters
- none
kosmo integrations:call front.front_list_team_rules '{}' --json kosmo integrations:front front_list_team_rules '{}' --json front.front_list_tags
List Front tags.
read - Parameters
- none
kosmo integrations:call front.front_list_tags '{}' --json kosmo integrations:front front_list_tags '{}' --json front.front_get_tag
Get a Front tag.
read - Parameters
- none
kosmo integrations:call front.front_get_tag '{}' --json kosmo integrations:front front_get_tag '{}' --json front.front_create_tag
Create a legacy Front tag.
write - Parameters
- none
kosmo integrations:call front.front_create_tag '{}' --json kosmo integrations:front front_create_tag '{}' --json front.front_create_company_tag
Create a company tag.
write - Parameters
- none
kosmo integrations:call front.front_create_company_tag '{}' --json kosmo integrations:front front_create_company_tag '{}' --json front.front_create_team_tag
Create a team tag.
write - Parameters
- none
kosmo integrations:call front.front_create_team_tag '{}' --json kosmo integrations:front front_create_team_tag '{}' --json front.front_create_teammate_tag
Create a teammate tag.
write - Parameters
- none
kosmo integrations:call front.front_create_teammate_tag '{}' --json kosmo integrations:front front_create_teammate_tag '{}' --json front.front_update_tag
Update a Front tag.
write - Parameters
- none
kosmo integrations:call front.front_update_tag '{}' --json kosmo integrations:front front_update_tag '{}' --json front.front_delete_tag
Delete a Front tag.
write - Parameters
- none
kosmo integrations:call front.front_delete_tag '{}' --json kosmo integrations:front front_delete_tag '{}' --json front.front_list_tagged_conversations
List conversations for a tag.
read - Parameters
- none
kosmo integrations:call front.front_list_tagged_conversations '{}' --json kosmo integrations:front front_list_tagged_conversations '{}' --json front.front_list_company_tags
List company tags.
read - Parameters
- none
kosmo integrations:call front.front_list_company_tags '{}' --json kosmo integrations:front front_list_company_tags '{}' --json front.front_list_team_tags
List team tags.
read - Parameters
- none
kosmo integrations:call front.front_list_team_tags '{}' --json kosmo integrations:front front_list_team_tags '{}' --json front.front_list_teammate_tags
List teammate tags.
read - Parameters
- none
kosmo integrations:call front.front_list_teammate_tags '{}' --json kosmo integrations:front front_list_teammate_tags '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
front.front_api_get 0 parameters
kosmo integrations:schema front.front_api_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_api_post 0 parameters
kosmo integrations:schema front.front_api_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_api_patch 0 parameters
kosmo integrations:schema front.front_api_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_api_put 0 parameters
kosmo integrations:schema front.front_api_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_api_delete 0 parameters
kosmo integrations:schema front.front_api_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_current_user 0 parameters
kosmo integrations:schema front.front_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_conversations 0 parameters
kosmo integrations:schema front.front_list_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_search_conversations 0 parameters
kosmo integrations:schema front.front_search_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_conversation 0 parameters
kosmo integrations:schema front.front_get_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_discussion_conversation 0 parameters
kosmo integrations:schema front.front_create_discussion_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_update_conversation 0 parameters
kosmo integrations:schema front.front_update_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_update_conversation_reminders 0 parameters
kosmo integrations:schema front.front_update_conversation_reminders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_conversation_inboxes 0 parameters
kosmo integrations:schema front.front_list_conversation_inboxes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_messages 0 parameters
kosmo integrations:schema front.front_list_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_message 0 parameters
kosmo integrations:schema front.front_get_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_send_message 0 parameters
kosmo integrations:schema front.front_send_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_message 0 parameters
kosmo integrations:schema front.front_create_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_import_message 0 parameters
kosmo integrations:schema front.front_import_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_draft 0 parameters
kosmo integrations:schema front.front_create_draft --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_conversation_comments 0 parameters
kosmo integrations:schema front.front_list_conversation_comments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_add_comment 0 parameters
kosmo integrations:schema front.front_add_comment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_add_conversation_tags 0 parameters
kosmo integrations:schema front.front_add_conversation_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_remove_conversation_tags 0 parameters
kosmo integrations:schema front.front_remove_conversation_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_inboxes 0 parameters
kosmo integrations:schema front.front_list_inboxes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_inbox 0 parameters
kosmo integrations:schema front.front_get_inbox --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_inbox_conversations 0 parameters
kosmo integrations:schema front.front_list_inbox_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_inbox_channels 0 parameters
kosmo integrations:schema front.front_list_inbox_channels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_channel 0 parameters
kosmo integrations:schema front.front_create_channel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_inbox_access 0 parameters
kosmo integrations:schema front.front_list_inbox_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_add_inbox_access 0 parameters
kosmo integrations:schema front.front_add_inbox_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_remove_inbox_access 0 parameters
kosmo integrations:schema front.front_remove_inbox_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_contacts 0 parameters
kosmo integrations:schema front.front_list_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_contact 0 parameters
kosmo integrations:schema front.front_get_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_contact 0 parameters
kosmo integrations:schema front.front_create_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_teammate_contact 0 parameters
kosmo integrations:schema front.front_create_teammate_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_update_contact 0 parameters
kosmo integrations:schema front.front_update_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_delete_contact 0 parameters
kosmo integrations:schema front.front_delete_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_add_contact_handle 0 parameters
kosmo integrations:schema front.front_add_contact_handle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_contact_conversations 0 parameters
kosmo integrations:schema front.front_list_contact_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_team_contacts 0 parameters
kosmo integrations:schema front.front_list_team_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_teammate_contacts 0 parameters
kosmo integrations:schema front.front_list_teammate_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_teammates 0 parameters
kosmo integrations:schema front.front_list_teammates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_teammate 0 parameters
kosmo integrations:schema front.front_get_teammate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_update_teammate 0 parameters
kosmo integrations:schema front.front_update_teammate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_assigned_conversations 0 parameters
kosmo integrations:schema front.front_list_assigned_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_teammate_inboxes 0 parameters
kosmo integrations:schema front.front_list_teammate_inboxes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_teammate_rules 0 parameters
kosmo integrations:schema front.front_list_teammate_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_teams 0 parameters
kosmo integrations:schema front.front_list_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_team 0 parameters
kosmo integrations:schema front.front_get_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_team_inboxes 0 parameters
kosmo integrations:schema front.front_list_team_inboxes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_team_inbox 0 parameters
kosmo integrations:schema front.front_create_team_inbox --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_team_rules 0 parameters
kosmo integrations:schema front.front_list_team_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_tags 0 parameters
kosmo integrations:schema front.front_list_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_get_tag 0 parameters
kosmo integrations:schema front.front_get_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_tag 0 parameters
kosmo integrations:schema front.front_create_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_company_tag 0 parameters
kosmo integrations:schema front.front_create_company_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_team_tag 0 parameters
kosmo integrations:schema front.front_create_team_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_create_teammate_tag 0 parameters
kosmo integrations:schema front.front_create_teammate_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_update_tag 0 parameters
kosmo integrations:schema front.front_update_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_delete_tag 0 parameters
kosmo integrations:schema front.front_delete_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_tagged_conversations 0 parameters
kosmo integrations:schema front.front_list_tagged_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_company_tags 0 parameters
kosmo integrations:schema front.front_list_company_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_team_tags 0 parameters
kosmo integrations:schema front.front_list_team_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
front.front_list_teammate_tags 0 parameters
kosmo integrations:schema front.front_list_teammate_tags --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.