Change business ruleswithout touching workflows

Versioning and tests that n8n and Make consume via API.For automation agencies that want to scale without breaking production.

lead-routing.mindlyr
LIVE
Rule Definition
IFbudget > 5000ANDsource == "Google Ads"
THEN{ priority: "high", route_to: "sales_team_a" }
12/12 Tests Passing
Last run: 2 minutes ago
Execution Analytics
2,847+12.3% ↑
Executions this week
23ms
Avg. Response
99.9%
Success Rate

Decisions · Versioning · Execution — unified

Trusted by automation teams at leading agencies worldwide

AutomateX
FlowAgency
N8N Experts
MakeMasters
ScaleOps

The Logic Sprawl Problem

Your workflows became unmanageable. Here's why.

Fragmented Logic

Business rules scattered across 50+ Make scenarios. One change means editing 20 nodes manually.

Zero Version Control

Editing live in production. No staging. No rollback. Just praying nothing breaks.

No Test Coverage

You ship and hope. When something breaks, you find out from angry client emails.

No Audit Trail

Who changed what? When? Why? Nobody knows. Nobody can trace it.

10-Client Ceiling

Every new client multiplies complexity. Your team drowns in copy-paste hell.

Black Box Operations

When the bot misbehaves, debugging takes hours. Input, output, logic — all invisible.

The Solution

One Endpoint. One Source of Truth.Total Control.

Mindlyr extracts decision logic from your workflows. Define rules once. Test them. Version them. Deploy everywhere. Make and n8n handle the plumbing. Mindlyr handles the thinking.

Core Engine

Centralized Decision Engine

Define business rules once. Execute everywhere.

  • JsonLogic-powered evaluation — deterministic, auditable
  • Sub-50ms response time — built for real-time workflows
  • Schema-validated inputs — reject malformed data instantly
  • Multi-tenant by design — isolated logic per client
Rule: Lead Scoring
ACTIVE
IF
budget > 5000ANDsource == "Ads"
RETURN
{ priority: "high", team: "sales_a" }
18ms avg
99.9% success
Governance

Ship with Confidence

Every change is versioned. Every deployment is tested.

  • Draft → Staging → Production — real environments
  • Automated test suites — define inputs, expect outputs
  • Instant rollback — one click to restore any version
  • Full audit trail — who changed what, when, and why
Version History
v2.3LIVE
Now
v2.2Tested
2h ago
v2.1Archived
1d ago
12/12 Tests Pass
Observability

Know Exactly What Happened

When something goes wrong, you'll know why in seconds.

  • Real-time execution logs — every request, every decision
  • Rule health scores — proactive anomaly detection
  • Input/output visualization — trace the entire evaluation
  • Performance analytics — latency, volume, error rates
Execution Analytics
Last 7 days
8,423 12%
Executions
23msAvg. Latency
Rule Health Score
98.2%

Works With Your Existing Stack

One API call. That's all it takes.

n8n
Self-hosted workflow automation
Make
Visual automation platform
Zapier
Connect your apps
REST API
Direct integration
n8n HTTP Request Node
POST https://api.mindlyr.io/v1/run
{
"rule_id": "lead_routing_v2",
"context": {
"budget": 7500,
"source": "Google Ads"
}
}

Stop Building Castles on Sand

Make your automation logic indestructible.

Get Started