API Docs
Built for Engineering Teams.
One API. Your infrastructure. Your data stays put.
<20ms
Response Time
1M+
Decisions/Day
99.99%
Uptime
Zero
Lock-in
VPC-Native Deployment
Runs in Your VPC
Deploy in your own cloud. Sensitive data never leaves your network. Your security team will love it.
Zero data egress. Zero security exceptions.
Deploy to AWS, GCP, or Azure in minutes
No outbound connections for sensitive data
SOC 2 Type II certified
HIPAA and GDPR ready
docker-compose.yml
services:
mala-sidecar:
image: mala/sidecar:latest
environment:
- MALA_API_KEY=${MALA_API_KEY}
- VPC_ID=${VPC_ID}
volumes:
- ./config:/config
ports:
- "8080:8080"Pure Performance
mala-client.ts
import { Mala } from '@mala/sdk';
const mala = new Mala({
apiKey: process.env.MALA_API_KEY
});
// Commit a decision
await mala.thread(threadId).commit({
rationale: "Aligned with policy",
confidence: 0.94,
precedents: ["thread_4a2c"]
});
// Query precedents
const similar = await mala.query({
type: "payment_approval",
minConfidence: 0.90
});Built for Scale
Sub-20ms response time. 1M+ decisions per day. Horizontal scaling. An SDK engineers actually want to use.
Ship governance, not technical debt. Export your data anytime.
Integration Examples
Slack
Capture approvals
webhook:\n url: /mala/capture\n events:\n - message.channels
Datadog
Ingest context
datadog:\n api_key: ${DD_KEY}\n forward_to:\n - mala:8080ServiceNow
Track workflows
servicenow:\n instance: ${SN_URL}\n webhook: /mala/captureLimited to FinTech, Healthcare & Defense
Open Beta
Try Mala free. Deploy in 2 hours. See what your AI is thinking.
Get Started FreeQuestions? [email protected]