Ash Entitlement API
Zero-KYC, BTC-only licensing, credits, and API entitlement infrastructure.
Key Types
| Key | Purpose |
|---|---|
| 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
| Endpoint | Auth | Purpose |
|---|---|---|
| POST /v1/license/activate | Public | Bind machine hash & get 7-day lease. |
| POST /v1/license/validate_lease | Public | Validate local lease offline. |
| POST /v1/license/create | dev key | Create end-user license. |
| POST /v1/license/bulk | dev key | Bulk issue up to 100 keys. |
| GET /v1/developer/stats | dev key | Campaign ROI analytics. |