Automation Labs n8n Platform

Complete workflow automation platform on Cloudflare Workers

Workflows

Click "Refresh Workflows" to load workflows

API Endpoints

GET /workflows - List all workflows
POST /workflows - Create new workflow
PUT /workflows/:id - Update workflow
DELETE /workflows/:id - Delete workflow
POST /workflows/:id/execute - Execute workflow
GET /executions - List execution history
GET /credentials - List credentials
POST /credentials - Create credential
POST /webhooks/:path - Webhook endpoint
GET /nodes - List available node types
GET /health - Health check