create_blueprint
Create a new Cloudcraft blueprint by providing a name and full payload including nodes, edges, groups, surfaces, text, icons, connectors, theme, and projection. Returns the assigned blueprint ID for use in further operations.
Instructions
Create a new Cloudcraft blueprint.
Args: name: Display name for the new blueprint. data: Full blueprint payload (nodes, edges, groups, surfaces, text, icons, connectors, theme, projection, etc.). See README for a minimal example.
Returns the created blueprint metadata including the assigned id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||