+ Connect players across Roblox, Minecraft, Fortnite, and more. + Sync identity, achievements, and inventory with a single SDK. +
+ +
+ npm install @aethex/sdk
+
+
+ {stat.value}
+{stat.label}
+
+
+ import
+ {"{"}
+ AeThex
+ {"}"}
+ from
+ '@aethex/sdk'
+ ;
+ {"\n\n"}
+ const
+ client
+ =
+ new
+ AeThex
+ {"({ "}
+ apiKey
+ :
+ process.env.
+ AETHEX_KEY {"});"}
+ {"\n\n"}
+ // Authenticate user across platforms
+ {"\n"}
+ const
+ user
+ =
+ await
+ client
+ .passport.
+ authenticate
+ {"({"}
+ {"\n"}
+ {" "}
+ platform
+ :
+ 'roblox'
+ ,
+ {"\n"}
+ {" "}
+ userId
+ :
+ '123456789'
+ {"\n"}
+ {"});"}
+ {"\n\n"}
+ // Sync achievements, inventory, progress
+ {"\n"}
+ await
+ client
+ .
+ sync
+ {"({"}
+ {"\n"}
+ {" "}
+ achievements
+ :
+ user
+ .achievements,
+ {"\n"}
+ {" "}
+ inventory
+ :
+ user
+ .inventory,
+ {"\n"}
+ {" "}
+ progress
+ :
+ user
+ .gameProgress
+ {"\n"}
+ {"});"}
+
+
+ + Six interconnected realms with specialized APIs for every use case +
++ {pillar.description} +
++ Everything you need to connect players across platforms +
+{feature.description}
++ Get your API key and integrate in minutes. Free tier includes 10K API calls/month. +
+