estimate_workflow_price
Estimate the Creative Units price of running a workflow before executing it.
Use this tool to check price and verify the workspace has sufficient Creative Units
balance before executing. Does not execute anything.
For multi-step workflow guidance, call get_workflow_instructions.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
workflow_idrequired | string (uuid) | — | The workflow to estimate. |
inputs | string | {} | A JSON object STRING mapping each of the workflow's input parameter keys to its value — e.g. '{"prompt": "a red panda astronaut"}'. This is a string: serialize the object yourself. Pass '{}' when the workflow takes no inputs. Use the input schema from `list_workflows` to build it. |
workspace_idrequired | string (uuid) | — | The user's workspace id. |