generate_blueprint
Initiate blueprint generation for a use case. Submit use case ID and optional parameters to receive an audit ID. Monitor generation progress via status polling, then download the completed blueprint.
Instructions
Start blueprint generation for a chosen use case. This returns an auditId immediately; poll with get_generation_status until the blueprint is ready, then call download_blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useCaseId | Yes | The use case ID to turn into a blueprint. | |
| platform | No | Optional target platform, e.g. "vendor_agnostic", "servicenow", or "openclaw". | |
| guidanceText | No | Optional free-text guidance for the blueprint run. | |
| guidance | No | Optional guidance array. If provided, the first string is used. | |
| assumeMissing | No | If true, allows the generator to make reasonable assumptions when details are missing. | |
| customerOrgId | No | Customer organization ID (UUID). Required for partner users accessing a customer org. |