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": "SoterAI - Output Guard and Save",
"nodes": [
{
"parameters": {},
"id": "manual",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "llmResponse",
"value": "A safe model response for the customer."
}
]
}
},
"id": "model",
"name": "Mock Model Output",
"type": "n8n-nodes-base.set",
"typeVersion": 2,
"position": [
220,
0
]
},
{
"parameters": {
"action": "outputGuard",
"outputText": "={{$json.llmResponse}}",
"onThreat": "REDACT"
},
"id": "guard",
"name": "Guard Output",
"type": "n8n-nodes-soterai.soterGuard",
"typeVersion": 1,
"position": [
440,
0
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "savedOutput",
"value": "={{$json.outputText}}"
}
]
}
},
"id": "save",
"name": "Save Safe Output",
"type": "n8n-nodes-base.set",
"typeVersion": 2,
"position": [
660,
0
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Mock Model Output",
"type": "main",
"index": 0
}
]
]
},
"Mock Model Output": {
"main": [
[
{
"node": "Guard Output",
"type": "main",
"index": 0
}
]
]
},
"Guard Output": {
"main": [
[
{
"node": "Save Safe Output",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
SoterAI - Output Guard and Save. Uses n8n-nodes-soterai. Event-driven trigger; 4 nodes.
Source: https://github.com/yashchauhan66/Soter-AI/blob/19ace2b21d002f9acd9358df9a935cb0a655323c/examples/n8n/output-guard-save.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.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.
Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr