LootForge is a B2B game provider. Operators integrate our Seamless Wallet API once and instantly offer dozens of provably-fair mystery box games to their players.
Wallet integration, RNG, animations, reporting — all packaged behind one stable API.
Players keep using your wallet. We callback bet, win, refund — signed HMAC, idempotent, retried automatically.
Server seed + client seed + nonce, hash published before reveal. Verifiable on-chain style fairness.
Single GameLaunch endpoint returns an iframe URL. Drop it into your site in under an hour.
GGR, NGR, RTP drift, top players — live dashboard for every Agent.
Starter to mythic-tier boxes with carefully tuned RTPs. Add custom boxes via Admin.
Type-safe REST, OpenAPI spec, sample integrations for Node, PHP, Go. Sandbox keys included.
Authenticate, launch a game session, embed the iframe. Our backend handles RNG, animations, and calls your wallet for every bet and win in real time.
Full API reference// POST /api/v1/game/launch
const res = await fetch("https://agentmysterybox.com/api/public/v1/game/launch", {
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`,
"X-Signature": hmacSha256(body, API_SECRET),
"Content-Type": "application/json",
},
body: JSON.stringify({
player_id: "user-1234",
username: "alice",
box_slug: "neon-vault",
currency: "USD",
}),
});
const { launch_url } = await res.json();
// → embed launch_url in an iframeRevenue share starts at 70/30 in your favor. No setup fees. Sandbox keys instantly.
Create a sandbox account