Quickstart Guide

Get up and running with Mindlyr in under 5 minutes

1Create your first Business

In Mindlyr, every client or department is managed as a Business.

  • Go to the Dashboard
  • Click on "New Project" and follow the onboarding wizard.

2Define a Rule

Rules are the "brains" of your automations. Use the visual builder to define conditions.

IF budget > 5000 THEN priority = "HIGH"

Navigate to Rules > New Rule in your project dashboard. Mindlyr will automatically generate the corresponding JSON Schema for you.

3Integrate via API

Call your new rule from n8n, Make, or your custom codebase.

Execute Request
POST /api/v1/execute
Headers: { "x-api-key": "pk_live_..." }
Body: {
  "rule_alias": "marketing-budget",
  "context": { "budget": 6000 }
}

What's Next?

Need more help? Join our Discord community or talk to an expert.