Skip to content

๐ŸŒ REST API Generator Agent โ€‹

Pro

Generate production-ready REST APIs with routing, validation, error handling, and OpenAPI documentation.

CLI Usage โ€‹

bash
luna run api-generator --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": "api-generator", "context": "your input here"}'

Built with โค๏ธ for developers