cloudforge_save_diagram
Save or update cloud architecture diagrams in CloudForge by providing nodes, edges, and cloud provider details for AWS, Azure, or GCP.
Instructions
Save or update a diagram in CloudForge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable diagram name. | |
| nodes | Yes | JSON array of ReactFlow nodes. | |
| edges | Yes | JSON array of ReactFlow edges. | |
| cloud_provider | No | Cloud provider for this diagram. | |
| diagram_id | No | Existing diagram ID to update (omit to create new). |