Powerful license management system for your Roblox games. Secure, fast, and easy to integrate with Firebase backend.
Everything you need to manage licenses for your Roblox games
Built on Firebase with optimized queries. Average response time under 50ms for license validation.
Enterprise-grade security with encrypted license keys and automatic expiry management.
Track license usage, monitor connections, and get insights on your game's license activity.
Simple REST API that works seamlessly with Roblox HttpService. Get started in minutes.
Support for time-limited and unlimited licenses. Perfect for trials, subscriptions, or lifetime access.
Automatic license expiry checking, revocation system, and detailed connection logs.
Real-time performance metrics
Quick reference for API endpoints
Validate a license key. Returns license details and validation status. Requires gameId, placeId, and licenseKey in request body.
Create a new license. Requires gameId, placeId, owner, and duration (in days, 0 for unlimited).
Revoke an existing license. Requires licenseKey in request body.
Retrieve all licenses. Returns array of license objects with full details.
Get connection logs. Returns recent API access logs for monitoring and debugging.