Getting Started
Setup in 5 minutes
Daftar, dapat API key, pasang SDK — selesai. Sama untuk Unity maupun Web.
1
Buat akun & dapatkan API Key
Satu API Key untuk satu game. Gratis, tidak perlu kartu kredit.
2Klik tab Sign Up → isi email & password (min 8 karakter)
3Setelah masuk, klik + New Project
4Isi nama game kamu → API Key otomatis dibuat
5Copy API Key-nya — ini satu-satunya credential yang kamu butuhkan
💡
API Key dipakai oleh client untuk mengenali project. Credential rahasia yang tidak boleh masuk client adalah Supabase Service Role Key.
2
Install SDK
npm / yarn (Recommended)
bash
npm install @mabar/sdkjs
import { MabarClient } from '@mabar/sdk';Compatible dengan Vite, Next.js, Node.js
CDN — plain HTML, tanpa build step
html
<script src="https://mabarin.mabar.studio/sdk/mabar.min.js"></script>Gunakan global MabarClient
✅
SDKs
Build with your favorite tools.
Unity SDK
Coming SoonC# SDK for Unity — supports all platforms.
JavaScript SDK
Vanilla JS SDK for web and Node.js.
View Docs