Skip to content

๐Ÿ” SEO Agent โ€‹

Pro

SEO optimization โ€” meta tags, structured data, sitemap, robots.txt, and performance.

CLI Usage โ€‹

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

Built with โค๏ธ for developers