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.
| Tool | Effect | Description |
|---|---|---|
spritegen_animate | writes | Generate a sprite-sheet animation from a previously-generated asset_id and an action |
spritegen_animate_async | writes | Start an asynchronous animate job. Returns { job_id, estimated_completion_sec } |
spritegen_cancel_job | writes | Cancel a previously-submitted async job. Refunds credits when worker has not started; |
spritegen_credits | read-only | Return the current SpriteCook credit balance + active plan tier. Call before |
spritegen_generate | writes | Generate a single sprite from a text prompt via the SpriteCook REST API. |
spritegen_get_job | read-only | Poll the status of an async SpriteCook job. Returns { job_state, progress_pct, |
spritegen_import_asset | writes | Upload a local image file to the SpriteCook asset library. Returns { asset_id, |
spritegen_list_recent_assets | read-only | List the user's most recently created SpriteCook assets (newest first). Each entry |
spritegen_models | read-only | List the SpriteCook models available to your account, including per-call credit cost. |
spritegen_remove_background | writes | Remove the background from an existing SpriteCook asset, local image, or remote URL. |