Documentation
Everything you need to master GU-APE system design.
Node Reference
Connection Rules
Advanced Features
API Reference
Direct deploy to n8n with your instance URL and API key. Store credentials securely in your session profile.
View API DocumentationPOST /api/deploy
Authorization: Bearer <API_KEY>
Content-Type: application/json
{
"workflow": {
"name": "My Workflow",
"nodes": [...],
"connections": {...}
},
"instanceUrl": "https://n8n.example.com"
}