Draw nodes + connections on the Pinpole canvas
pinpole_draw_on_canvasDraw a cloud architecture graph on a Pinpole canvas, auto-laying out nodes. Creates a project and workspace if needed, returning a live diagram URL.
Instructions
Persist an architecture graph to the user's Pinpole canvas (ReactFlow), creating a project and workspace if none is given. Returns the canvas URL to open the live diagram. Nodes are auto-laid-out left-to-right when positions are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| title | No | ||
| projectId | No | ||
| workspaceId | No |