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.
Quickstart
Run the server and generate your first license.
Authentication
Understand which key type is used for each route.
API Reference
Browse all core endpoints by method and path.
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"}}'