Keyboard Shortcuts
Every canvas shortcut for adding nodes, searching, and running.
| Shortcut | Action |
|---|---|
| Ctrl/Cmd+Space | Add Node , built-in kinds (HTTP, GraphQL, gRPC, realtime, Get JSON Value) |
| Ctrl/Cmd+Alt+Space | Add Code Node , pick from your Go/Python/TypeScript functions |
| Ctrl/Cmd+Shift+Space | Add Saved Node , reuse a previously saved node config |
| Ctrl/Cmd+Alt+Shift+Space | Add Imported Node , a node imported from a curl command or OpenAPI spec |
| Ctrl/Cmd+F | Search Nodes , find and pan to a node already on the canvas |
| Ctrl/Cmd+Enter | Run Graph (or Stop, while a run is in progress) |
All six are also reachable without a keyboard: the first five from the icon strip on the left edge of the canvas, and every one of them from the right-click menu on empty canvas.
See Node Reference for what each add-node dialog offers, and Running Flows for what happens when a run starts.