Follow on Twitter ChatBotKit CBK.AI NPM

ChatBotKit CLI

The ChatBotKit CLI is a command-line interface for the ChatBotKit SDK. It provides a set of commands to help you manage your ChatBotKit projects.

Getting Started

To begin using the ChatBotKit CLI, follow these steps:

  1. Installation: Add the SDK to your project using npm:

    npm install --global @chatbotkit/cli
    
  2. Help: Get help on the available commands:

    cbk --help
    
  3. Usage: Use the CLI to interact with ChatBotKit:

    Keep in mind that you will need to authenticate with your ChatBotKit token first.

    export CHATBOTKIT_API_TOKEN=<your token here>
    

    Then you can use the CLI to interact with ChatBotKit:

    cbk api conversation list
    

Documentation

For comprehensive information about the ChatBotKit CLI SDK, including detailed documentation on its functionalities, helper methods, and configuration options, please visit our type documentation page.

Contributing

If you find a bug or would like to contribute to the ChatBotKit SDK, please open an issue or submit a pull request on the official GitHub repository.

Index

Modules

Generated using TypeDoc