KosmoKrator

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, 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 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.

KeyEnv varTypeRequiredLabel
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.

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

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call front.front_api_get '{}' --json
Shortcut
kosmo integrations:front front_api_get '{}' --json

front.front_api_post

Call any Front POST endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_api_post '{}' --json
Shortcut
kosmo integrations:front front_api_post '{}' --json

front.front_api_patch

Call any Front PATCH endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_api_patch '{}' --json
Shortcut
kosmo integrations:front front_api_patch '{}' --json

front.front_api_put

Call any Front PUT endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_api_put '{}' --json
Shortcut
kosmo integrations:front front_api_put '{}' --json

front.front_api_delete

Call any Front DELETE endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_api_delete '{}' --json
Shortcut
kosmo integrations:front front_api_delete '{}' --json

front.front_get_current_user

Get the authenticated Front user.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_current_user '{}' --json
Shortcut
kosmo integrations:front front_get_current_user '{}' --json

front.front_list_conversations

List Front conversations.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_conversations '{}' --json
Shortcut
kosmo integrations:front front_list_conversations '{}' --json

front.front_search_conversations

Search Front conversations using search syntax.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_search_conversations '{}' --json
Shortcut
kosmo integrations:front front_search_conversations '{}' --json

front.front_get_conversation

Get a Front conversation.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_conversation '{}' --json
Shortcut
kosmo integrations:front front_get_conversation '{}' --json

front.front_create_discussion_conversation

Create a comment-only discussion conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_discussion_conversation '{}' --json
Shortcut
kosmo integrations:front front_create_discussion_conversation '{}' --json

front.front_update_conversation

Update a Front conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_update_conversation '{}' --json
Shortcut
kosmo integrations:front front_update_conversation '{}' --json

front.front_update_conversation_reminders

Snooze or unsnooze a Front conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_update_conversation_reminders '{}' --json
Shortcut
kosmo integrations:front front_update_conversation_reminders '{}' --json

front.front_list_conversation_inboxes

List inboxes for a conversation.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_conversation_inboxes '{}' --json
Shortcut
kosmo integrations:front front_list_conversation_inboxes '{}' --json

front.front_list_messages

List messages in a conversation.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_messages '{}' --json
Shortcut
kosmo integrations:front front_list_messages '{}' --json

front.front_get_message

Get a Front message.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_message '{}' --json
Shortcut
kosmo integrations:front front_get_message '{}' --json

front.front_send_message

Reply to a Front conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_send_message '{}' --json
Shortcut
kosmo integrations:front front_send_message '{}' --json

front.front_create_message

Send a new message from a Front channel.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_message '{}' --json
Shortcut
kosmo integrations:front front_create_message '{}' --json

front.front_import_message

Import an external message into a Front inbox.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_import_message '{}' --json
Shortcut
kosmo integrations:front front_import_message '{}' --json

front.front_create_draft

Create a draft in a Front channel.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_draft '{}' --json
Shortcut
kosmo integrations:front front_create_draft '{}' --json

front.front_list_conversation_comments

List comments in a conversation.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_conversation_comments '{}' --json
Shortcut
kosmo integrations:front front_list_conversation_comments '{}' --json

front.front_add_comment

Add a comment to a conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_add_comment '{}' --json
Shortcut
kosmo integrations:front front_add_comment '{}' --json

front.front_add_conversation_tags

Add tags to a conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_add_conversation_tags '{}' --json
Shortcut
kosmo integrations:front front_add_conversation_tags '{}' --json

front.front_remove_conversation_tags

Remove tags from a conversation.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_remove_conversation_tags '{}' --json
Shortcut
kosmo integrations:front front_remove_conversation_tags '{}' --json

front.front_list_inboxes

List Front inboxes.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_inboxes '{}' --json
Shortcut
kosmo integrations:front front_list_inboxes '{}' --json

front.front_get_inbox

Get a Front inbox.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_inbox '{}' --json
Shortcut
kosmo integrations:front front_get_inbox '{}' --json

front.front_list_inbox_conversations

List conversations in an inbox.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_inbox_conversations '{}' --json
Shortcut
kosmo integrations:front front_list_inbox_conversations '{}' --json

front.front_list_inbox_channels

List channels in an inbox.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_inbox_channels '{}' --json
Shortcut
kosmo integrations:front front_list_inbox_channels '{}' --json

front.front_create_channel

Create a Front inbox channel.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_channel '{}' --json
Shortcut
kosmo integrations:front front_create_channel '{}' --json

front.front_list_inbox_access

List teammates with inbox access.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_inbox_access '{}' --json
Shortcut
kosmo integrations:front front_list_inbox_access '{}' --json

front.front_add_inbox_access

Give teammates access to an inbox.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_add_inbox_access '{}' --json
Shortcut
kosmo integrations:front front_add_inbox_access '{}' --json

front.front_remove_inbox_access

Remove teammate access from an inbox.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_remove_inbox_access '{}' --json
Shortcut
kosmo integrations:front front_remove_inbox_access '{}' --json

front.front_list_contacts

List Front contacts.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_contacts '{}' --json
Shortcut
kosmo integrations:front front_list_contacts '{}' --json

front.front_get_contact

Get a Front contact.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_contact '{}' --json
Shortcut
kosmo integrations:front front_get_contact '{}' --json

front.front_create_contact

Create a Front contact.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_contact '{}' --json
Shortcut
kosmo integrations:front front_create_contact '{}' --json

front.front_create_teammate_contact

Create a teammate contact.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_teammate_contact '{}' --json
Shortcut
kosmo integrations:front front_create_teammate_contact '{}' --json

front.front_update_contact

Update a Front contact.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_update_contact '{}' --json
Shortcut
kosmo integrations:front front_update_contact '{}' --json

front.front_delete_contact

Delete a Front contact.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_delete_contact '{}' --json
Shortcut
kosmo integrations:front front_delete_contact '{}' --json

front.front_add_contact_handle

Add a handle to a Front contact.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_add_contact_handle '{}' --json
Shortcut
kosmo integrations:front front_add_contact_handle '{}' --json

front.front_list_contact_conversations

List conversations for a contact.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_contact_conversations '{}' --json
Shortcut
kosmo integrations:front front_list_contact_conversations '{}' --json

front.front_list_team_contacts

List contacts for a team.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_team_contacts '{}' --json
Shortcut
kosmo integrations:front front_list_team_contacts '{}' --json

front.front_list_teammate_contacts

List contacts for a teammate.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_teammate_contacts '{}' --json
Shortcut
kosmo integrations:front front_list_teammate_contacts '{}' --json

front.front_list_teammates

List Front teammates.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_teammates '{}' --json
Shortcut
kosmo integrations:front front_list_teammates '{}' --json

front.front_get_teammate

Get a Front teammate.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_teammate '{}' --json
Shortcut
kosmo integrations:front front_get_teammate '{}' --json

front.front_update_teammate

Update a Front teammate.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_update_teammate '{}' --json
Shortcut
kosmo integrations:front front_update_teammate '{}' --json

front.front_list_assigned_conversations

List conversations assigned to a teammate.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_assigned_conversations '{}' --json
Shortcut
kosmo integrations:front front_list_assigned_conversations '{}' --json

front.front_list_teammate_inboxes

List inboxes for a teammate.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_teammate_inboxes '{}' --json
Shortcut
kosmo integrations:front front_list_teammate_inboxes '{}' --json

front.front_list_teammate_rules

List rules for a teammate.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_teammate_rules '{}' --json
Shortcut
kosmo integrations:front front_list_teammate_rules '{}' --json

front.front_list_teams

List Front teams or workspaces.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_teams '{}' --json
Shortcut
kosmo integrations:front front_list_teams '{}' --json

front.front_get_team

Get a Front team.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_team '{}' --json
Shortcut
kosmo integrations:front front_get_team '{}' --json

front.front_list_team_inboxes

List inboxes for a team.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_team_inboxes '{}' --json
Shortcut
kosmo integrations:front front_list_team_inboxes '{}' --json

front.front_create_team_inbox

Create an inbox for a team.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_team_inbox '{}' --json
Shortcut
kosmo integrations:front front_create_team_inbox '{}' --json

front.front_list_team_rules

List rules for a team.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_team_rules '{}' --json
Shortcut
kosmo integrations:front front_list_team_rules '{}' --json

front.front_list_tags

List Front tags.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_tags '{}' --json
Shortcut
kosmo integrations:front front_list_tags '{}' --json

front.front_get_tag

Get a Front tag.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_get_tag '{}' --json
Shortcut
kosmo integrations:front front_get_tag '{}' --json

front.front_create_tag

Create a legacy Front tag.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_tag '{}' --json
Shortcut
kosmo integrations:front front_create_tag '{}' --json

front.front_create_company_tag

Create a company tag.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_company_tag '{}' --json
Shortcut
kosmo integrations:front front_create_company_tag '{}' --json

front.front_create_team_tag

Create a team tag.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_team_tag '{}' --json
Shortcut
kosmo integrations:front front_create_team_tag '{}' --json

front.front_create_teammate_tag

Create a teammate tag.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_create_teammate_tag '{}' --json
Shortcut
kosmo integrations:front front_create_teammate_tag '{}' --json

front.front_update_tag

Update a Front tag.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_update_tag '{}' --json
Shortcut
kosmo integrations:front front_update_tag '{}' --json

front.front_delete_tag

Delete a Front tag.

Write write
Parameters
none
Generic call
kosmo integrations:call front.front_delete_tag '{}' --json
Shortcut
kosmo integrations:front front_delete_tag '{}' --json

front.front_list_tagged_conversations

List conversations for a tag.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_tagged_conversations '{}' --json
Shortcut
kosmo integrations:front front_list_tagged_conversations '{}' --json

front.front_list_company_tags

List company tags.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_company_tags '{}' --json
Shortcut
kosmo integrations:front front_list_company_tags '{}' --json

front.front_list_team_tags

List team tags.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_team_tags '{}' --json
Shortcut
kosmo integrations:front front_list_team_tags '{}' --json

front.front_list_teammate_tags

List teammate tags.

Read read
Parameters
none
Generic call
kosmo integrations:call front.front_list_teammate_tags '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema front.front_api_get --json
ParameterTypeRequiredDescription
No parameters.
front.front_api_post 0 parameters
Schema command
kosmo integrations:schema front.front_api_post --json
ParameterTypeRequiredDescription
No parameters.
front.front_api_patch 0 parameters
Schema command
kosmo integrations:schema front.front_api_patch --json
ParameterTypeRequiredDescription
No parameters.
front.front_api_put 0 parameters
Schema command
kosmo integrations:schema front.front_api_put --json
ParameterTypeRequiredDescription
No parameters.
front.front_api_delete 0 parameters
Schema command
kosmo integrations:schema front.front_api_delete --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_current_user 0 parameters
Schema command
kosmo integrations:schema front.front_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_conversations 0 parameters
Schema command
kosmo integrations:schema front.front_list_conversations --json
ParameterTypeRequiredDescription
No parameters.
front.front_search_conversations 0 parameters
Schema command
kosmo integrations:schema front.front_search_conversations --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_conversation 0 parameters
Schema command
kosmo integrations:schema front.front_get_conversation --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_discussion_conversation 0 parameters
Schema command
kosmo integrations:schema front.front_create_discussion_conversation --json
ParameterTypeRequiredDescription
No parameters.
front.front_update_conversation 0 parameters
Schema command
kosmo integrations:schema front.front_update_conversation --json
ParameterTypeRequiredDescription
No parameters.
front.front_update_conversation_reminders 0 parameters
Schema command
kosmo integrations:schema front.front_update_conversation_reminders --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_conversation_inboxes 0 parameters
Schema command
kosmo integrations:schema front.front_list_conversation_inboxes --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_messages 0 parameters
Schema command
kosmo integrations:schema front.front_list_messages --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_message 0 parameters
Schema command
kosmo integrations:schema front.front_get_message --json
ParameterTypeRequiredDescription
No parameters.
front.front_send_message 0 parameters
Schema command
kosmo integrations:schema front.front_send_message --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_message 0 parameters
Schema command
kosmo integrations:schema front.front_create_message --json
ParameterTypeRequiredDescription
No parameters.
front.front_import_message 0 parameters
Schema command
kosmo integrations:schema front.front_import_message --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_draft 0 parameters
Schema command
kosmo integrations:schema front.front_create_draft --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_conversation_comments 0 parameters
Schema command
kosmo integrations:schema front.front_list_conversation_comments --json
ParameterTypeRequiredDescription
No parameters.
front.front_add_comment 0 parameters
Schema command
kosmo integrations:schema front.front_add_comment --json
ParameterTypeRequiredDescription
No parameters.
front.front_add_conversation_tags 0 parameters
Schema command
kosmo integrations:schema front.front_add_conversation_tags --json
ParameterTypeRequiredDescription
No parameters.
front.front_remove_conversation_tags 0 parameters
Schema command
kosmo integrations:schema front.front_remove_conversation_tags --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_inboxes 0 parameters
Schema command
kosmo integrations:schema front.front_list_inboxes --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_inbox 0 parameters
Schema command
kosmo integrations:schema front.front_get_inbox --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_inbox_conversations 0 parameters
Schema command
kosmo integrations:schema front.front_list_inbox_conversations --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_inbox_channels 0 parameters
Schema command
kosmo integrations:schema front.front_list_inbox_channels --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_channel 0 parameters
Schema command
kosmo integrations:schema front.front_create_channel --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_inbox_access 0 parameters
Schema command
kosmo integrations:schema front.front_list_inbox_access --json
ParameterTypeRequiredDescription
No parameters.
front.front_add_inbox_access 0 parameters
Schema command
kosmo integrations:schema front.front_add_inbox_access --json
ParameterTypeRequiredDescription
No parameters.
front.front_remove_inbox_access 0 parameters
Schema command
kosmo integrations:schema front.front_remove_inbox_access --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_contacts 0 parameters
Schema command
kosmo integrations:schema front.front_list_contacts --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_contact 0 parameters
Schema command
kosmo integrations:schema front.front_get_contact --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_contact 0 parameters
Schema command
kosmo integrations:schema front.front_create_contact --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_teammate_contact 0 parameters
Schema command
kosmo integrations:schema front.front_create_teammate_contact --json
ParameterTypeRequiredDescription
No parameters.
front.front_update_contact 0 parameters
Schema command
kosmo integrations:schema front.front_update_contact --json
ParameterTypeRequiredDescription
No parameters.
front.front_delete_contact 0 parameters
Schema command
kosmo integrations:schema front.front_delete_contact --json
ParameterTypeRequiredDescription
No parameters.
front.front_add_contact_handle 0 parameters
Schema command
kosmo integrations:schema front.front_add_contact_handle --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_contact_conversations 0 parameters
Schema command
kosmo integrations:schema front.front_list_contact_conversations --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_team_contacts 0 parameters
Schema command
kosmo integrations:schema front.front_list_team_contacts --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_teammate_contacts 0 parameters
Schema command
kosmo integrations:schema front.front_list_teammate_contacts --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_teammates 0 parameters
Schema command
kosmo integrations:schema front.front_list_teammates --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_teammate 0 parameters
Schema command
kosmo integrations:schema front.front_get_teammate --json
ParameterTypeRequiredDescription
No parameters.
front.front_update_teammate 0 parameters
Schema command
kosmo integrations:schema front.front_update_teammate --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_assigned_conversations 0 parameters
Schema command
kosmo integrations:schema front.front_list_assigned_conversations --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_teammate_inboxes 0 parameters
Schema command
kosmo integrations:schema front.front_list_teammate_inboxes --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_teammate_rules 0 parameters
Schema command
kosmo integrations:schema front.front_list_teammate_rules --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_teams 0 parameters
Schema command
kosmo integrations:schema front.front_list_teams --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_team 0 parameters
Schema command
kosmo integrations:schema front.front_get_team --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_team_inboxes 0 parameters
Schema command
kosmo integrations:schema front.front_list_team_inboxes --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_team_inbox 0 parameters
Schema command
kosmo integrations:schema front.front_create_team_inbox --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_team_rules 0 parameters
Schema command
kosmo integrations:schema front.front_list_team_rules --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_tags 0 parameters
Schema command
kosmo integrations:schema front.front_list_tags --json
ParameterTypeRequiredDescription
No parameters.
front.front_get_tag 0 parameters
Schema command
kosmo integrations:schema front.front_get_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_tag 0 parameters
Schema command
kosmo integrations:schema front.front_create_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_company_tag 0 parameters
Schema command
kosmo integrations:schema front.front_create_company_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_team_tag 0 parameters
Schema command
kosmo integrations:schema front.front_create_team_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_create_teammate_tag 0 parameters
Schema command
kosmo integrations:schema front.front_create_teammate_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_update_tag 0 parameters
Schema command
kosmo integrations:schema front.front_update_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_delete_tag 0 parameters
Schema command
kosmo integrations:schema front.front_delete_tag --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_tagged_conversations 0 parameters
Schema command
kosmo integrations:schema front.front_list_tagged_conversations --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_company_tags 0 parameters
Schema command
kosmo integrations:schema front.front_list_company_tags --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_team_tags 0 parameters
Schema command
kosmo integrations:schema front.front_list_team_tags --json
ParameterTypeRequiredDescription
No parameters.
front.front_list_teammate_tags 0 parameters
Schema command
kosmo integrations:schema front.front_list_teammate_tags --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.