Ash Entitlement API

Zero-KYC, BTC-only licensing, credits, and API entitlement infrastructure.

Key Types

KeyPurpose
dev_...Developer / tenant / reseller account key.
lic_...End-user license key for extensions.
sk_live_...API key that consumes credits.

Payment Model

Developers buy credits with BTC. Credits are assigned to their dev_... key.

License issuance cost = product wholesale credits
API key issuance cost = initial key credits + 100 credit fee
API usage cost = endpoint credit cost

Core Endpoints

EndpointAuthPurpose
POST /v1/license/activatePublicBind machine hash & get 7-day lease.
POST /v1/license/validate_leasePublicValidate local lease offline.
POST /v1/license/createdev keyCreate end-user license.
POST /v1/license/bulkdev keyBulk issue up to 100 keys.
GET /v1/developer/statsdev keyCampaign ROI analytics.