Frequently asked questions
What counts as an API call?
One call to /api/v1/generate. The web interface doesn't count against any limit.
How do I get my API key?
After checkout, your API key is emailed immediately. Pro keys have 1,000 calls/month. Free keys (100 calls/month) are available via the
API docs.
Can I use LogCraft in my CI/CD pipeline?
Yes. The REST API is designed for automation. Pass your commits via
git log, get back structured JSON. Works with GitHub Actions, GitLab CI, and any other pipeline. See
API docs.
What happens if I exceed my API limit?
The API returns a 429 error with a message explaining the limit. The web interface always works — no limits there.
Can I cancel anytime?
Yes. Cancel from your Stripe customer portal at any time. You keep Pro access until the end of your billing period.
Do you store my commits?
We store generated outputs to power shareable links. Your input commits are hashed for deduplication but not stored in full. Share links expire after 90 days (Pro: never).