License & API Key Management

KeyGate manages API keys and license activations for Yurna projects. Request a key, use it to activate software or make authenticated API calls.

Login with Discord to get started

🔑

API Keys

Request a personal API key to authenticate calls to Yurna services — image generation, activations, and more.

Software Activation

Use your key in any compatible Yurna project to activate premium features or verify your license.

📊

Usage Insights

Track how your key is used — total calls, endpoints hit, and rate limit status at a glance.

🛡️

Rate Limiting

Per-key rate limits protect the API. Limits are shown in response headers so you always know where you stand.

💳

Simple Pricing

€0.99/month per key. Coupons available for free months or fully free access. Payment integration coming soon.

🔌

REST API

Simple REST endpoints. Pass your key as Authorization: Bearer <key>. Full docs available once logged in.


Quick Start

After your key is approved, use it in any HTTP client:

curl -H "Authorization: Bearer kg_your_key_here" https://your-host:9001/api/v1/validate