Lelu Engine v1.0 is live
Authorization & Security for AI Agents
Lelu helps companies safely deploy autonomous AI systems. Control what agents can do, route risky actions to humans, and maintain complete audit trails—all in real-time.
For development teams building AI agents
Open source & production-ready
Get Started in 2 Minutes
From zero to policy-protected agents. See how easy it is to integrate Lelu into your autonomous workflows.
Step 01 • Recommended
One-Command Setup
Install SDK and start all services with Docker automatically. Includes engine, platform, UI, and database.
terminal
❯ npm install lelu-agent-auth❯ npx lelu-agent-auth init Opens browser to http://localhost:3002 when ready
Step 02 • Advanced
Or Install SDK Only
Install language-specific SDKs natively into your environment without global Docker services.
❯ npm install lelu-agent-authStep 03 • Implement
Secure Your Actions
Wrap high-risk agent capabilities. Lelu validates actions locally or escalates to human review instantly.
ts agent.ts
import { LeluClient } from 'lelu-agent-auth';
import { OpenAI } from 'openai';
// Initialize Lelu client
const lelu = new LeluClient({
baseUrl: 'https://lelu-engine.onrender.com',
apiKey: process.env.LELU_API_KEY
});
// Secure your agent actions
const decision = await lelu.agentAuthorize({
actor: "billing-agent",
action: "refund:process",
resource: { orderId: "12345" },
context: { confidence: 0.85 }
});
99.9%
Uptime SLA
<50ms
P95 Latency
100%
Audit Coverage
SOC 2
Compliant
Security infrastructure for your agents.
A comprehensive suite to monitor, control, and audit autonomous workflows.
