Back to BotKit SDK Overview Configure an app in the Platform to enable BotKit SDK communication. This generates the Client ID and Client Secret required for authenticated messaging, and lets you subscribe to bot events.Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Create an App
-
Go to Settings > Dev Tools > BotKit.

-
Next to the JWT App dropdown, click Add. The Create JWT App dialog opens.
- JWT App — Enter a name, for example,
TestApp. - JWT Signing Algorithm — Select
HS256orHS512(recommended), then click Next.

- JWT App — Enter a name, for example,
-
The App Created Successfully message appears with the Client ID and Client Secret. Click Done.

-
Complete the remaining fields:

-
Callback URL — The URL the Platform pushes events to. For example:
https://koremessenger.com/postURL. -
Events — Select one or more:
Event Trigger OnMessage User sends a message OnHookNode Dialog task reaches a Webhook node onEvent A Dialog or FAQ ends onAlert User receives an alert message onVariableUpdate Bot is published
-
Callback URL — The URL the Platform pushes events to. For example:
- Click Save.