Quick Reference

Essential actions for navigating and using the Recall workflow editor

A quick lookup for everyday actions in the Recall workflow editor. For keyboard shortcuts, see Keyboard Shortcuts.

Mod refers to Cmd on macOS and Ctrl on Windows/Linux.

Workspaces

ActionHowPreview
Create a workspaceClick workspace dropdown → Create new workspace
Switch workspacesClick workspace dropdown → Select workspace. URL changes to /{orgSlug}/{newWorkspaceSlug}/...
Switch organizationClick workspace dropdown → Click the org name at the top → Select org. URL changes to /{newOrgSlug}/...
Invite team membersSidebar → Invite
Rename a workspaceRight-click workspace → RenameWorkspace context menu
Duplicate a workspaceRight-click workspace → Duplicate
Export a workspaceRight-click workspace → Export
Delete a workspaceRight-click workspace → Delete

Workflows

ActionHowPreview
Create a workflowClick + button in sidebarCreate workflow
Reorder / move workflowsDrag workflow up/down or onto a folder
Import a workflowClick import button in sidebar → Select fileImport workflow
Multi-select workflowsMod+Click or Shift+Click workflows in sidebar
Open in new tabRight-click workflow → Open in New TabWorkflow context menu
Rename a workflowRight-click workflow → Rename
Assign workflow colorRight-click workflow → Change Color
Duplicate a workflowRight-click workflow → Duplicate
Export a workflowRight-click workflow → Export
Delete a workflowRight-click workflow → Delete
Rename a folderRight-click folder → RenameFolder context menu
Create workflow in folderRight-click folder → Create workflow
Create folder in folderRight-click folder → Create folder
Duplicate a folderRight-click folder → Duplicate
Export a folderRight-click folder → Export
Delete a folderRight-click folder → Delete

Chats & Folders

ActionHow
Create a chat folderSidebar → + menu next to "All chats" → Create folder (give it a name and optional color)
Move a chat into a folderDrag the chat onto a folder, or right-click → Move to folder
Move a chat back to rootDrag onto the root drop zone below the chat list, or right-click → Move to root
Reorder chats inside a folderDrag chats to reorder; persists across reloads
Reorder foldersDrag a folder header to reposition it in the tree
Rename a chat or folderRight-click → Rename
Recolor a folderRight-click folder → Color → pick a swatch
Delete a chatRight-click → Delete (the chat is removed but the folder stays)
Delete a folderRight-click folder → Delete. Cascades: every chat inside (and any nested folders) is deleted too
Expand / collapse a folderClick the folder header. State is saved per browser

Blocks

ActionHowPreview
Add a blockDrag from Toolbar panel, or right-click canvas → Add Block
Multi-select blocksMod+Click additional blocks, or shift-drag to draw selection box
Copy blocksMod+C with blocks selected
Paste blocksMod+V to paste copied blocks
Duplicate blocksRight-click → Duplicate
Delete blocksDelete or Backspace key, or right-click → DeleteDelete block
Rename a blockClick block name in header, or edit in the Editor panel
Enable/Disable a blockRight-click → Enable/DisableDisable block
Lock/Unlock a blockHover block → Click lock icon (Admin only)Lock block
Toggle handle orientationRight-click → Toggle Handles
Configure a blockSelect block → use Editor panel on right

Connections

ActionHowPreview
Create a connectionDrag from output handle to input handle
Delete a connectionClick edge to select → Delete key
Use output in another blockDrag connection tag into input field

Panels & Views

ActionHowPreview
Search toolbarMod+F
Search everythingMod+KSearch everything
Toggle manual modeClick toggle button to switch between manual and selectorToggle manual mode
Collapse/expand sidebarClick collapse button on sidebar

Running & Testing

ActionHowPreview
Run workflowClick Run Workflow button or Mod+EnterRun workflow
Stop workflowClick Stop button or Mod+Enter while runningStop workflow
Test with chatUse Chat panel on the right sideTest with chat
Select output to viewClick dropdown in Chat panel → Select block outputSelect output to view
Clear chat historyClick clear button in Chat panelClear chat history
Run from blockHover block → Click play button, or right-click → Run from blockRun from block
Run until blockRight-click block → Run until blockRun until block
View execution logsOpen terminal panel at bottom, or Mod+LExecution logs terminal
Filter logsClick filter icon in terminal → Filter by block or statusFilter logs by block
Search logsUse search field in terminal or right-click log entry → SearchSearch logs
Copy log entryClipboard Icon or Right-click log entry → CopyCopy log entry
Clear terminalTrash icon or Mod+DClear terminal

Deployment

ActionHowPreview
Deploy a workflowClick Deploy button in panelDeploy workflow
Update deploymentClick Update when changes are detectedUpdate deployment
View deployment statusCheck status indicator (Live/Update/Deploy) in Deploy tabView deployment status
Revert deploymentAccess previous versions in Deploy tab → Promote to livePromote deployment to live
Add version descriptionDeploy tab → Click description icon → Add or generate description
Copy API endpointDeploy tab → API → Copy API cURLCopy API endpoint

Variables

ActionHowPreview
Add / Edit / Delete workflow variablePanel -> Variables -> Add Variable, click to edit, or delete iconVariables panel
Add environment variableSettings → Environment VariablesAddAdd environment variable
Reference a workflow variableUse <blockName.itemName> syntax in block inputsReference workflow variable
Reference an environment variableUse {{ENV_VAR}} syntax in block inputsReference environment variable

On this page