Interactive chat widgets: video creator studio, lyrics editor, song sorter, catalog uploader, and distribution wizard.
Group 24 also provides interactive widgets that open directly in the chat interface. These give users visual control over the creative process while the AI agent orchestrates the workflow.
open_chatmu_video_creatorDescription: The primary entry point for video creation. Opens the unified Visual Video Creator Studio widget directly in the chat. Users can browse templates, select tracks, upload assets, and configure visual settings.
{\n "templateId": "template-uuid",\n "selectedSongIds": ["song-uuid-1"]\n}open_chatmu_lyrics_editorDescription: Opens an interactive lyrics editor widget for reviewing and correcting AI-transcribed lyrics in real-time.
{\n "mediaId": "song-uuid",\n "lyrics": "[00:15.00] ...",\n "audioUrl": "https://..."\n}open_chatmu_song_sorterDescription: Opens a drag-and-drop song sorter widget for reordering tracks in a video playlist.
{\n "songs": [{"id": "...", "title": "..."}],\n "templateId": "template-uuid"\n}open_chatmu_catalog_uploaderDescription: Opens an interactive file uploader widget for drag-and-drop audio file registration.
{\n "extractLyrics": true\n}open_distribution_uploaderDescription: Opens a specialized uploader widget for distribution releases — handles both audio tracks and cover artwork.
open_distribution_wizardDescription: Opens the interactive multi-step distribution wizard pre-hydrated with metadata the agent has already collected.
{\n "releaseId": "release-uuid"\n}