The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "safe n8n ai preview workflow",
"nodes": [
{
"id": "1",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger"
},
{
"id": "2",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent"
},
{
"id": "3",
"name": "Preview",
"type": "n8n-nodes-base.set"
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "AI Agent"
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Preview"
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
safe n8n ai preview workflow. Uses agent. Event-driven trigger; 3 nodes.
Source: https://github.com/guorunjie/agentic-workflow-guard/blob/main/examples/safe-n8n/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Coinmarketcap Price Agent. Uses telegram, lmChatOpenAi, memoryBufferWindow, telegramTrigger. Event-driven trigger; 7 nodes.
🤖Contact Agent. Uses lmChatOpenAi, airtableTool, agent, executeWorkflowTrigger. Event-driven trigger; 7 nodes.
Gmail Googlesheets. Uses outputParserStructured, stickyNote, extractFromFile, agent. Event-driven trigger; 7 nodes.
Invoice Generator. Uses telegramTrigger, agent, lmChatOpenAi, memoryBufferWindow. Event-driven trigger; 7 nodes.
Quote emailer. Uses manualTrigger, agent, lmChatDeepSeek, googleSheetsTool. Event-driven trigger; 7 nodes.