Developer Platform — System Online

    Build On

    AeThex.

    The integration layer connecting all metaverse platforms. Six specialized realms. 30+ open repos. One ecosystem.

    [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-sdk
    import asyncio
    from aethex_axiom_sdk import AxiomClient, Platform
    async def main():
    async with AxiomClient(token="your-jwt-token") as client:
    # Create a unified identity
    identity = await client.create_identity("YourUsername")
    # Link and verify platforms
    await client.link_platform(identity.id, Platform.DISCORD, "user#0001")
    await client.link_platform(identity.id, Platform.ROBLOX, "YourUsername")
    # Verify with OAuth token
    verified = await client.verify_platform(
    identity.id, Platform.DISCORD, oauth_token
    )
    print(verified.verified) # True
    asyncio.run(main())

    // THE AETHEX ECOSYSTEM

    SIX SPECIALIZED REALMS

    Each realm has unique APIs, capabilities, and a dedicated developer surface.

    // GET STARTED TODAY

    READY TO BUILD SOMETHING EPIC?

    Get your API key and start deploying across 5+ metaverse platforms in minutes.
    Account required to access API keys and dashboard.