Agent Chat SDK
Playground
Interactive demo to customize and preview the chat widget.
Customize the chat widget using the settings panel on the left and see changes reflected in real time. Send a message to see how the chat interaction works.
SDK Settings
Shown in the header and home screen
Shown next to assistant messages
Generated Code
import { init, mountChat } from '@zelto/web-chat-sdk';
init({
appId: 'YOUR_APP_ID',
});
mountChat();