Documentation

Everything you need to master GU-APE system design.

API Reference

Direct deploy to n8n with your instance URL and API key. Store credentials securely in your session profile.

View API Documentation
POST /api/deploy
Authorization: Bearer <API_KEY>
Content-Type: application/json

{
  "workflow": {
    "name": "My Workflow",
    "nodes": [...],
    "connections": {...}
  },
  "instanceUrl": "https://n8n.example.com"
}

Need Help?

Check our FAQ or reach out to the community for answers.