Charge for your tools.
Everything you need to monetize
From license keys to usage billing — one platform, one API.
License Management
Create, distribute, and enforce software licenses with a single API call. Supports perpetual, subscription, and trial models.
Usage Metering
Track consumption, set limits, and bill based on actual usage. Real-time dashboards show exactly what's happening.
AI-Native Monetization
The first licensing platform with an MCP server. Your AI agents manage licenses autonomously — sell to the AI supply chain.
Built for Builders
Whether you're coding manually or generating solutions with AI, Monaiq fits your workflow. Add monetization to your application in minutes.
View DocumentationShip in minutes, not months
Our .NET SDK enforces licenses with a single line. No fabricated logos. Just working software you can try right now.
using Sidub.Licensing.Client;
// Assert feature access
var isAllowed = await licensingService.AssertLicense(
LicensingServiceReference.ServiceReference, context,
ServiceAccessLicenseAssertion.Create("advanced-analytics"));
// Record metered usage
await licensingService.PerformOperation(
LicensingServiceReference.ServiceReference, context,
new RateLimitLicenseFeatureOperation(feature, quantity: 1));