Getting Started

JengaFlow is a headless automation bridge designed to securely handle sensitive credentials and orchestrate complex business flows between M-Pesa, Paystack, and Odoo.

1. Create your Tenant

Sign up for a JengaFlow account and complete the onboarding wizard to provision your secure vault.

Create Account →

2. Configure Integrations

Add your M-Pesa Daraja keys, Paystack API keys, or Odoo credentials to the encrypted vault.

# Example: Test M-Pesa Connection
curl -X POST https://api.jengastack.app/v1/auth/onboarding/verify-mpesa/ \
  -H "Authorization: Bearer <your_clerk_jwt>" \
  -d '{"shortcode": "174379", "environment": "sandbox"}'