28 AI 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
# Run your first agent
luna run code-review --context "Review this PR for security issues"
# Or use Luna pipes
luna pipe "req >> des >> plan >> go *5 >> (rev ~~ test ~~ sec) ?>> ship"Or use the REST API directly:
curl -X POST https://api.lunaos.ai/agents/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"agent": "code-review", "context": "Review this function for SQL injection"}'| Product | URL | Purpose |
|---|---|---|
| CLI | npm i -g luna-agents | Terminal agent orchestration |
| Dashboard | agents.lunaos.ai | Web management console |
| Studio | studio.lunaos.ai | Visual workflow builder |
| Mobile | App Store / Play Store | Monitor and trigger on the go |
| VS Code | Marketplace | Editor integration |
| IntelliJ | Marketplace | JetBrains IDE integration |
| API | api.lunaos.ai | REST API for everything |
| Free ($0) | Pro ($29/mo) | Team ($79/mo) | |
|---|---|---|---|
| Commands | Unlimited | Unlimited | Unlimited |
| API Keys | BYOK | Managed keys | Managed keys |
| MCP Servers | — | 33 pre-configured | 33 pre-configured |
| RAG + Visual QA | — | Included | Included |
| Rate Limit | 60 req/min | 600 req/min | 6,000 req/min |
| Team + SSO | — | — | SSO/SAML, audit logs |
| Support | Community | Priority | Dedicated + SLA |