Decision Intelligence as an API

19 production-grade ML algorithms for optimization, simulation, prediction, and planning. Sub-25ms response times. Pay per call. No ML expertise required.

Free tier: 25 calls/day. No credit card. No API key required.

19
Algorithms
<25ms
Avg Latency
1,072
Tests Passing
15
npm Packages

Battle-Tested in Production

945+
Tests Passing
24 test suites, zero flaky
19
ML Algorithms
2 SOTA, 11 prod-grade
<1ms
Fastest Response
14/18 algos under 1ms
6e-14
CMA-ES Accuracy
Rosenbrock benchmark
15
npm Packages
Published and ready
12
MCP Tools
For AI agent integration

One API call. Instant result.

terminal
$ curl -X POST https://oraclaw-api.onrender.com/api/v1/optimize/bandit \
  -H 'Content-Type: application/json' \
  -d '{
    "arms": [
      {"id": "A", "name": "Option A", "pulls": 10, "totalReward": 7},
      {"id": "B", "name": "Option B", "pulls": 10, "totalReward": 5},
      {"id": "C", "name": "Option C", "pulls": 2, "totalReward": 1.8}
    ],
    "algorithm": "ucb1"
  }'

// Response (<1ms):
{
  "selected": { "id": "C", "name": "Option C" },
  "score": 1.876,
  "algorithm": "ucb1",
  "exploitation": 0.9,
  "exploration": 0.976,
  "regret": 0.1
}

Why OraClaw?

Production-ready decision intelligence without the complexity.

Pure Algorithms, No LLM Cost

Every endpoint runs a deterministic ML algorithm. No GPU required, no token billing, no model drift. You get the same result every time for the same input.

Three Billing Paths

Stripe subscriptions for predictable usage, pay-per-call metering at $0.005/call with no monthly fee, or x402 USDC machine payments for autonomous AI agents. Free tier included (25 calls/day).

15 SDK Packages on npm

Install @oraclaw/bandit, @oraclaw/solver, @oraclaw/simulate, and 12 more. Each SDK is a thin TypeScript client with full type safety.

MCP Server for AI Agents

@oraclaw/mcp-server exposes 12 tools for Claude, GPT, and other AI agents to call decision algorithms directly via the Model Context Protocol.

Simple, transparent pricing

Start free. Scale as you grow. All plans include every algorithm.

Free

$0forever
25 API calls per day
All 19 algorithms
Sub-25ms response times
Community support
Start Free
No Commitment

Pay-per-call

$0.005/call
No monthly subscription
$0.005 per API call (half a cent)
All 19 algorithms
Sub-25ms response times
Start Metered

Starter

$9/month
10,000 API calls per month
All 19 algorithms
Sub-25ms response times
API key authentication
Get Started
Most Popular

Growth

$49/month
100,000 API calls per month
All 19 algorithms
Sub-25ms response times
API key authentication
Subscribe

Scale

$199/month
1,000,000 API calls per month
All 19 algorithms
Sub-25ms response times
API key authentication
Subscribe

Start making better decisions

Free tier includes 25 calls per day. No credit card required. No API key needed.