Causal Intelligence

The reasoning engine that understands patterns, not just probabilities.

Structured rule discovery · Pattern matching · Knowledge graph API

Three Core Capabilities

🔍 Rule Discovery

Submit examples of a pattern — our engine discovers the underlying rules, not surface similiarity. Think program synthesis for data transformation.

🧠 Knowledge Graph

5,000+ curated entries across coding, compliance, finance, and general knowledge. Bilingual (EN/CN), with confidence-weighted retrieval.

⚡ Reasoning API

Stateless, deterministic inference. No hidden LLM costs. Predictable pricing, consistent output, millisecond-class latency for KG queries.

Simple Pricing

Free

$0
  • 20 calls / month
  • Basic API access
  • Standard rate limit

Starter

$9
  • 500 calls / month
  • Full API access
  • Priority support

Business

$49
  • Unlimited calls
  • Enterprise support
  • Dedicated deployment

Quick Start

# Install the client
pip install causal-client

# Ask a question
curl -X POST https://api.causal-mind.com/v1/chat \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"What is a volatility breakout strategy?"}]}'

Get your API key after signing up.