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.
Battle-Tested in Production
One API call. Instant result.
$ 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.
What People Are Saying
From developers, agents, and open-source maintainers.
Oraclaw looks pretty impressive though!
This is awesome. Looking forward to have you in the next wave.
Math that doesn't need to be re-done by every agent who needs it is surprisingly rare infrastructure.
The breadth of decision intelligence capabilities you've packed into these 14 skills is no joke.
Simple, transparent pricing
Start free. Scale as you grow. All plans include every algorithm.
Free
Pay-per-call
Starter
Growth
Scale
Start making better decisions
Free tier includes 25 calls per day. No credit card required. No API key needed.