Live now — seamless wallet v1 in production

The Mystery Box engine
your platform deserves

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.

<50ms
Avg callback latency
99.99%
API uptime
24/7
Integration support
6
Rarity tiers

Everything an Operator needs

Wallet integration, RNG, animations, reporting — all packaged behind one stable API.

Seamless Wallet API

Players keep using your wallet. We callback bet, win, refund — signed HMAC, idempotent, retried automatically.

Provably Fair

Server seed + client seed + nonce, hash published before reveal. Verifiable on-chain style fairness.

Plug & Play Launch

Single GameLaunch endpoint returns an iframe URL. Drop it into your site in under an hour.

Real-time Analytics

GGR, NGR, RTP drift, top players — live dashboard for every Agent.

Curated Mystery Boxes

Starter to mythic-tier boxes with carefully tuned RTPs. Add custom boxes via Admin.

Battle-tested SDK

Type-safe REST, OpenAPI spec, sample integrations for Node, PHP, Go. Sandbox keys included.

Integration in 3 lines

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 iframe

Ready to plug in?

Revenue share starts at 70/30 in your favor. No setup fees. Sandbox keys instantly.

Create a sandbox account