Build architecture (design + draw on canvas)
pinpole_build_architectureTurns natural-language system descriptions into validated cloud architecture diagrams on a Pinpole canvas. Optionally runs cost simulations.
Instructions
Turn a natural-language system description into a validated cloud architecture and draw it on the user's Pinpole canvas. Returns a canvas URL the user can open to see and edit the live ReactFlow diagram (a draw.io replacement). Optionally runs a cost simulation. Use this when the user wants to design or visualize a system/architecture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | What to build, e.g. 'a serverless image upload pipeline with thumbnailing' | |
| title | No | Title for the new project/workspace | |
| projectId | No | Draw into an existing project instead of creating one | |
| workspaceId | No | Draw into an existing workspace instead of creating one | |
| simulate | No | If provided, also run a cost simulation |