Current Status — July 2026

  • API host: jengaflow-api.jengastack.app/v1/auth (use this — api.flow.jengastack.app is not valid).
  • n8n automation studio is live at jengaflow-n8n.jengastack.app (routed via Traefik through the Cloudflare tunnel).
  • 6 JengaFlow-pattern workflow templates are committed in workflows/ — import them from the n8n UI (Workflows → Add workflow from file).
  • Frontend is deployed and CORS is configured for flow.jengastack.app.
Introduction

Build headless automations in minutes.

JengaFlow is an enterprise-grade API bridge designed to securely handle sensitive credentials and orchestrate complex business flows between M-Pesa, Paystack, WhatsApp, and Odoo.

1. Provision your Vault

Sign up for a JengaFlow account to automatically provision an isolated, AES-256 encrypted tenant database for your API keys and webhooks.

Create Free Account →

2. Test API Connection

Once inside the dashboard, grab your Clerk JWT and test the API connection to ensure your tenant is ready for production traffic.

bash
curl -X GET https://jengaflow-api.jengastack.app/v1/auth/health/ \
  -H "Authorization: Bearer <your_clerk_jwt>" \
  -H "Content-Type: application/json"