Create architecture graph from a prompt
pinpole_create_architectureGenerate a validated cloud architecture from a description using the AWS Well-Architected model. Returns nodes and edges for drawing or cost simulation.
Instructions
Generate a validated {nodes, edges} cloud architecture from a description using Pinpole's AWS Well-Architected model. Does NOT draw it — pass the result to pinpole_draw_on_canvas or pinpole_simulate_cost. Use pinpole_build_architecture to do both in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| existingNodes | No | Existing canvas nodes to extend around |