Mindlyr Documentation
Learn how to integrate, configure, and operate Mindlyr for your automation needs.
⌘K
Quick Start
Core Concepts
Your First API Call
POST /api/v1/execute
curl -X POST https://api.mindlyr.com/api/v1/execute \
-H "x-api-key: pk_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"rule_alias": "pricing-engine",
"context": {
"quantity": 10,
"user_plan": "pro"
}
}'See the full API reference for more endpoints.
