Skip to content

โ˜๏ธ Cloudflare Deployment Agent โ€‹

Pro

Deploy to Cloudflare Workers, D1, Pages, R2, and configure domains.

CLI Usage โ€‹

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

Built with โค๏ธ for developers