Skip to content

LunaOSAI-Powered Development Intelligence

28 specialized AI agents for your entire SDLC โ€” code review, testing, security, deployment, and more.

Quick Start โ€‹

bash
# 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:

bash
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}'`) }"
  }'

Architecture โ€‹

LunaOS runs entirely on Cloudflare's global edge network:

ServiceTechnologyPurpose
APICloudflare Workers + HonoSub-20ms cold start, 300+ edge locations
DatabaseD1 (SQLite)11 tables โ€” users, executions, subscriptions, API keys, audit log
CacheKVRate limiting, session management, metrics
SearchVectorizeRAG pipeline for codebase understanding
AIWorkers AI + External LLMsDeepSeek, Claude, GPT-4o

Pricing โ€‹

FreePro ($29/mo)Team ($79/mo)
Agents6 core agentsAll 28+ agentsAll agents + priority
Executions100/month10,000/month100,000/month
Rate Limit60 req/min600 req/min6,000 req/min
API KeysUp to 5Up to 5Unlimited
SupportCommunityEmailPriority

Built with โค๏ธ for developers