Whitelabel
Remove RKT branding and inject custom CSS into your chat widget
Whitelabel
Remove the "Powered by RocketFlow" footer and customize the widget's appearance with your own CSS.
Remove Branding
Set removeBranding: true on your chatbot via the API:
PUT /api/chatbot/{chatbotId}
Content-Type: application/json
{
"removeBranding": true
}The "Powered by RocketFlow" footer disappears from the chat widget.
Custom CSS
Inject custom CSS to match your brand:
PUT /api/chatbot/{chatbotId}
Content-Type: application/json
{
"customCss": ".chat-container { border-radius: 16px; } .message-bubble { font-family: 'Inter', sans-serif; }"
}The CSS is injected as a <style> tag in the widget. You can override colors, fonts, spacing, and layout.
Whitelabel is a premium feature. Available on Pro and Enterprise plans.
Last updated on