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": "Claude runner example",
"nodes": [
{
"parameters": {},
"id": "11111111-1111-1111-1111-111111111111",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "a1",
"name": "prompt",
"type": "string",
"value": "In one sentence, explain why running n8n's LLM node uses API billing but calling the claude CLI uses subscription billing."
}
]
},
"options": {}
},
"id": "22222222-2222-2222-2222-222222222222",
"name": "Set prompt",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://claude-runner:8080/run",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-runner-token",
"value": "change-me-to-a-long-random-secret"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ { \"prompt\": $json.prompt } }}",
"options": {}
},
"id": "33333333-3333-3333-3333-333333333333",
"name": "Call Claude runner",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
300
]
}
],
"connections": {
"When clicking Test": {
"main": [
[
{
"node": "Set prompt",
"type": "main",
"index": 0
}
]
]
},
"Set prompt": {
"main": [
[
{
"node": "Call Claude runner",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"active": false
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Claude runner example. Uses httpRequest. Event-driven trigger; 3 nodes.
Source: https://github.com/jgobuilds/ai-control-plane-public/blob/main/n8n-workflow.example.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.
Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla
For developers and organizations that need to protect PDF files with the password.
This workflow takes ad copy, sends it to Spendict’s assess endpoint to score and classify it, and then routes the result based on the returned launch recommendation so only ads that pass the gate proc
twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.
This workflow illustrates how to use Perplexity AI in your n8n workflow.