28 Specialized Agents
From code review to security hardening, each agent is a domain expert trained on real-world engineering patterns.
28 specialized AI agents for your entire SDLC โ code review, testing, security, deployment, and more.
# Install the CLI
npm install -g @luna-agents/cli
# Login
luna login
# Run your first agent
luna run code-review --context "Review this PR for security issues"Or use the REST API directly:
curl -X POST https://api.lunaos.ai/agents/execute \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"agent": "code-review",
"context": "function login(user, pass) { return db.query(`SELECT * FROM users WHERE email='${user}'`) }"
}'LunaOS runs entirely on Cloudflare's global edge network:
| Service | Technology | Purpose |
|---|---|---|
| API | Cloudflare Workers + Hono | Sub-20ms cold start, 300+ edge locations |
| Database | D1 (SQLite) | 11 tables โ users, executions, subscriptions, API keys, audit log |
| Cache | KV | Rate limiting, session management, metrics |
| Search | Vectorize | RAG pipeline for codebase understanding |
| AI | Workers AI + External LLMs | DeepSeek, Claude, GPT-4o |
| Free | Pro ($29/mo) | Team ($79/mo) | |
|---|---|---|---|
| Agents | 6 core agents | All 28+ agents | All agents + priority |
| Executions | 100/month | 10,000/month | 100,000/month |
| Rate Limit | 60 req/min | 600 req/min | 6,000 req/min |
| API Keys | Up to 5 | Up to 5 | Unlimited |
| Support | Community | Priority |