Skip to content

๐Ÿƒ Run Agent โ€‹

Pro

Quick code execution, prototyping, and one-off coding tasks.

CLI Usage โ€‹

bash
luna run run --context "your input here"

API Usage โ€‹

bash
curl -N -X POST https://api.lunaos.ai/agents/execute \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"agent": "run", "context": "your input here"}'

Built with โค๏ธ for developers