Skip to main content

SpriteCookAi

10 tools in this family (folder Editor/Tools/SpriteCookAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
spritegen_animatewritesGenerate a sprite-sheet animation from a previously-generated asset_id and an action
spritegen_animate_asyncwritesStart an asynchronous animate job. Returns { job_id, estimated_completion_sec }
spritegen_cancel_jobwritesCancel a previously-submitted async job. Refunds credits when worker has not started;
spritegen_creditsread-onlyReturn the current SpriteCook credit balance + active plan tier. Call before
spritegen_generatewritesGenerate a single sprite from a text prompt via the SpriteCook REST API.
spritegen_get_jobread-onlyPoll the status of an async SpriteCook job. Returns { job_state, progress_pct,
spritegen_import_assetwritesUpload a local image file to the SpriteCook asset library. Returns { asset_id,
spritegen_list_recent_assetsread-onlyList the user's most recently created SpriteCook assets (newest first). Each entry
spritegen_modelsread-onlyList the SpriteCook models available to your account, including per-call credit cost.
spritegen_remove_backgroundwritesRemove the background from an existing SpriteCook asset, local image, or remote URL.