Commit f871df

2026-06-23 02:43:54 Anonymous: Build out AeThex documentation pages
sdks.md ..
@@ 1,8 1,38 @@
# SDKs
- This page is part of the AeThex documentation system.
+ SDKs provide language- or platform-specific wrappers around AeThex APIs.
- > [!NOTE]
- > This article is a placeholder and should be expanded.
+ ---
- {{PageIndex}}
+ ## SDK Goals
+
+ SDKs should make it easier to:
+
+ - Authenticate users.
+ - Verify Passport sessions.
+ - Connect games and servers.
+ - Send and receive events.
+ - Validate webhooks.
+ - Interact with inventory/locker data.
+
+ ---
+
+ ## Expected SDK Categories
+
+ | SDK | Use Case |
+ |---|---|
+ | JavaScript / TypeScript | Web apps, dashboards, Node services |
+ | Roblox / Lua | Roblox experiences |
+ | Unity / C# | Unity games and tools |
+ | Unreal / C++ or Blueprint | Unreal integrations |
+ | Discord / Bot tooling | Server/community operations |
+
+ ---
+
+ ## SDK Design Rules
+
+ - Be explicit about scopes.
+ - Return structured errors.
+ - Avoid magic global state.
+ - Support server-side verification.
+ - Include examples for common flows.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9