API & SDK

API & SDK

Ship licensing, entitlements, matchmaking, and AI workloads through the Aeionix Cloud API. Use our SDKs or hit the REST endpoints directly—your stack, your rules.

Docs updates
  • New: Unity Quickstart with voice/video
  • Guide refreshed: Secure license pipeline
  • Coming soon: AI inference cookbook

REST + GraphQL

Automate license creation, checkouts, renewals, and device trust flows through signed REST calls or batch GraphQL mutations.

Edge SDKs

Drop-in clients for JS/TS, Unity, Unreal, Godot, Go, and Python. Each ships with offline cache, secure key storage, and telemetry helpers.

Observability

Built-in tracing, rate metrics, and anomaly alerts keep your SaaS launches steady. Stream data into your SIEM via webhooks.

Quick REST Example

Issue a new license key for a customer workspace with a single signed call.

POST https://api.aeionix.com/v1/licenses
Authorization: Bearer <server-token>
Content-Type: application/json

{
  "workspace": "quantum-forge",
  "plan": "professional",
  "seats": 25,
  "expiry": "2025-12-31",
  "metadata": {
    "region": "iad",
    "features": ["ai_moderation", "voice"],
    "notes": "Launch week boost"
  }
}

Need WebSockets or gRPC endpoints, on-prem deployment kits, or signed SLA docs? Let us know—we tailor the stack to your roadmap.