update_branding
Modify workspace branding elements like name, logo, colors, and tagline to customize client-facing appearance and hide platform badges.
Instructions
Update the workspace's whitelabel branding configuration. Set any combination of branding fields. Pass null or empty string to clear a field.
Fields:
displayName: Brand name shown to clients (e.g., "Acme Corp")
logoUrl: URL to brand logo image
tagline: Short tagline under the brand name
primaryColor: Hex color for light mode (e.g., "#6366f1")
primaryColorDark: Hex color for dark mode (e.g., "#818cf8")
faviconUrl: URL to custom favicon
hideBadge: Boolean — hide the "Built with Agentled" badge (requires teams/enterprise plan)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayName | No | Brand name shown to clients | |
| logoUrl | No | URL to brand logo image | |
| tagline | No | Short tagline under the brand name | |
| primaryColor | No | Hex color for light mode (e.g., "#6366f1") | |
| primaryColorDark | No | Hex color for dark mode (e.g., "#818cf8") | |
| faviconUrl | No | URL to custom favicon | |
| hideBadge | No | Hide "Built with Agentled" badge (requires teams/enterprise plan) |