{ "nodes": [ { "id": "trigger-f36e4282", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ 100, 100 ], "parameters": {} }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 450, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "bodyContentType": "json" }, "requestMethod": "POST", "bodyParametersUi": { "parameter": [ { "name": "name", "value": "API-creation-test" }, { "name": "region", "value": "blr1" }, { "name": "size", "value": "s-1vcpu-1gb" }, { "name": "image", "value": "ubuntu-20-04-x64" } ] }, "headerParametersUi": { "parameter": [ { "name": "Authorization", "value": "Bearer {your_personal_access_token}" } ] } }, "typeVersion": 1, "id": "node-285af3f9" }, { "id": "error-cb6ae9e3", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Production Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "meta": { "instanceId": "workflow-1f8d3a89", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.191481", "updatedAt": "2025-09-29T07:07:46.191489", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }