AUTH
Authentication in one integration
OTP, OAuth 2.0, PKCE, and secure token lifecycles are included.
From signup and friend invites to game data and live operations, use APIs and documentation designed for AI-assisted development.
import { Muta } from "@muta/sdk"
const game = new Muta({
clientId: "game_live_..."
})
// Players are connected.
await game.auth.signIn()
await game.friends.invite()
await game.payments.purchase()PLATFORM CAPABILITIES
OTP, OAuth 2.0, PKCE, and secure token lifecycles are included.
Connect friends, parties, invite links, and presence to your game.
Store sessions, inventory, leaderboards, and game data through APIs.
Test sandbox products and purchase flows before enabling real payments.
FROM IDEA TO LIVE
Get a Client ID and API documentation after signup.
Give the token and docs to your coding tool and build the game.
Play with friends through a web link and validate sandbox purchase flows.
Promote the public link and monitor usage and operations.
DEVELOPMENT ENVIRONMENT READY