[ARM]
6
Realms
[PLT]
5+
Target Platforms
[OSS]
30+
Open Repos
[SDK]
4
SDK Ecosystems
// QUICK START
FROM ZERO TO DEPLOYED
One SDK. Five metaverse platforms. Deployed in minutes.
terminal — @aethex/sdk
$ pip install aethex-axiom-sdk
# pip install aethex-axiom-sdkimport asynciofrom aethex_axiom_sdk import AxiomClient, Platformasync def main():async with AxiomClient(token="your-jwt-token") as client:# Create a unified identityidentity = await client.create_identity("YourUsername")# Link and verify platformsawait client.link_platform(identity.id, Platform.DISCORD, "user#0001")await client.link_platform(identity.id, Platform.ROBLOX, "YourUsername")# Verify with OAuth tokenverified = await client.verify_platform(identity.id, Platform.DISCORD, oauth_token)print(verified.verified) # Trueasyncio.run(main())
// SDK
LIVESDKs & Libraries
Python on pip, TypeScript on JSR, Rust on crates.io, .NET on NuGet. 4 ecosystems, all live.
VIEW DOCS ——→// REST
LIVEREST API
Full HTTP API with JSON responses. Auth via bearer token. Manage API keys, developer profile, and usage stats.
VIEW DOCS ——→// CLI
LIVEAeThex CLI
Compile .aethex files to JavaScript, Lua, Verse, and C#. Deploy to Roblox, UEFN, Unity, and more from your terminal.
VIEW DOCS ——→// THE AETHEX ECOSYSTEM
SIX SPECIALIZED REALMS
Each realm has unique APIs, capabilities, and a dedicated developer surface.