See LunaOS
in Action

Watch how easy it is to deploy and manage AI agents with LunaOS

1

Check API Health

First, let's verify that LunaOS is running and healthy.

$ curl https://api.lunaos.ai/health
Click "Start Demo" to see the response...
2

Create an AI Agent

Deploy your first AI agent with a simple API call.

$ curl -X POST https://api.lunaos.ai/agents \
-H "Content-Type: application/json" \
-d '{"name": "demo-agent", "type": "chat"}'
Click "Start Demo" to see the response...
3

Send a Message

Interact with your AI agent by sending a message.

$ curl -X POST https://api.lunaos.ai/agents/demo-agent/messages \
-H "Content-Type: application/json" \
-d '{"message": "Hello, how are you?"}'
Click "Start Demo" to see the response...
4

Monitor Agent Status

Check the status and metrics of your running agents.

$ curl https://api.lunaos.ai/agents/demo-agent/status
Click "Start Demo" to see the response...

Live API Response

Waiting for demo to start...
// Click "Start Demo" to see live API responses
View API Docs

What You Just Saw

LunaOS makes AI agent deployment and management incredibly simple

Lightning Fast

Deploy AI agents in seconds with our optimized runtime

Developer Friendly

Simple REST API with comprehensive documentation

Production Ready

Built for scale with enterprise-grade security

Ready to Build Your Own?

Start building AI-native applications with LunaOS today