# 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.                                                                                                                                                                                                                                                                     |
