Skip to content

๐Ÿ“ Documentation Agent โ€‹

Free

Generate comprehensive documentation โ€” JSDoc, README, API docs, and user guides.

CLI Usage โ€‹

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

Built with โค๏ธ for developers