Skip to content

๐Ÿ‹ LemonSqueezy Agent โ€‹

Pro

Payment integration with LemonSqueezy for SaaS billing and subscriptions.

CLI Usage โ€‹

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

Built with โค๏ธ for developers