Use for AI video/avatar/voice/asset creation work that should run in Creatify, even when the user does not explicitly mention Creatify. Covers AI avatar videos, voice cloning and voiceover, image/video asset generation, the Creatify creative agent for ad creatives, product/brand setup, media upload, long-running generation polling, and identifying the resulting asset/preview URL.
Use to generate images or videos with Creatify's model catalog (~90 image/video models: Veo, Kling, Seedance, Nano Banana, Flux, GPT-image, etc.). Covers model discovery (asset_list_models, asset_get_model_schema), asset_generate, asset_get, and picking the right model and task variant (text-to-video, image-to-video, reference-to-video, edit).
Use to build a reusable custom avatar identity in Creatify from the user's own media — a talking video (bring-your-own-avatar, needs a consent clip), a single face photo, or a text description. Covers avatar_create_video / avatar_create_image / avatar_create_text, avatar_choose_photo, avatar_create_get, and the upload widget. This makes an avatar IDENTITY, not a talking video.
Use to generate a talking-avatar video in Creatify (Aurora) — make an avatar or a face image speak a script, optionally with a cloned or catalog voice. Covers aurora_generate, aurora_get, choosing an avatar and voice, and script/format alignment. Use this for 'make an avatar say X' / 'talking head from this photo + script'.
Use for a full brief-to-ad creative flow in Creatify — hand a creative brief to the Creatify creative agent and let it plan and produce a multi-scene ad, rather than assembling assets tool-by-tool. Covers creative_create_session, creative_send_turn, creative_get_session, creative_stop_turn, and the turn/polling model.
Use when a Creatify tool call fails or returns an error — auth/access problems, wrong brand space, quota/plan gating, not-found ids, long-running jobs, or missing source media. Covers how to recover for each without blind retries or repo debugging.
Use to get local or attached media into Creatify so it can be used by generation and creative tools. Covers upload_file and when the widget upload path applies. Use before referencing a user's own image/video/audio in avatar, aurora, asset, or voice-clone workflows.
Use to target a brand space and set up or find products in Creatify before product-specific creative work. Covers brand_list, brand_switch, product_list, product_create, product_get, product_update, product_delete, product_choose_logo, product_get_brand_info. Start here when a product/brand can't be found or an ad needs product grounding.