Documentation

Simple License Server docs

Start with Quickstart, confirm auth, then use API Reference for endpoint-level details. The goal is to get you to a working license flow with minimal reading.

Try the API now

bash
curl -sS http://localhost:8080/generate \
  -H "Authorization: Bearer <generated_server_api_key>" \
  -H "Content-Type: application/json" \
  -d '{"slug":"default","metadata":{"email":"user@example.com"}}'