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": "E2B - Minimal Test",
"nodes": [
{
"parameters": {},
"id": "start",
"name": "Start",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"resource": "sandbox",
"operation": "createSandbox",
"timeout": 300
},
"id": "create",
"name": "Create Sandbox",
"type": "n8n-nodes-e2b.e2b",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"e2bApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "sandbox",
"operation": "executeCode",
"sandboxId": "={{ $json.sandboxId }}",
"code": "import sys\nprint(f'Hello from E2B! Python {sys.version}')",
"language": "python"
},
"id": "execute",
"name": "Execute Code",
"type": "n8n-nodes-e2b.e2b",
"typeVersion": 1,
"position": [
680,
300
],
"credentials": {
"e2bApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "sandbox",
"operation": "killSandbox",
"sandboxId": "={{ $json.sandboxId }}"
},
"id": "kill",
"name": "Kill Sandbox",
"type": "n8n-nodes-e2b.e2b",
"typeVersion": 1,
"position": [
900,
300
],
"credentials": {
"e2bApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Create Sandbox",
"type": "main",
"index": 0
}
]
]
},
"Create Sandbox": {
"main": [
[
{
"node": "Execute Code",
"type": "main",
"index": 0
}
]
]
},
"Execute Code": {
"main": [
[
{
"node": "Kill Sandbox",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
e2bApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
E2B - Minimal Test. Uses n8n-nodes-e2b. Event-driven trigger; 4 nodes.
Source: https://github.com/kazumami/n8n-nodes-e2b/blob/2c493889ac8c0735c5279e0c3277a053ac1af54b/workflows/sample.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