Commit 5e9e53

2026-06-23 03:31:09 Anonymous: -/-
sdks.md ..
@@ 1,8 1,36 @@
# SDKs
- This page is part of the AeThex documentation system.
+ SDKs provide language-specific tools for working with AeThex APIs and platform services.
- > [!NOTE]
- > This article is a placeholder and should be expanded.
+ <div class="docs-section-heading">
+ <h2>SDK purpose</h2>
+ <p>SDKs should make common integrations easier while preserving the behavior documented in the API Reference.</p>
+ </div>
- {{PageIndex}}
+ SDKs should wrap authentication, request signing, pagination, error handling, retry behavior, and typed access to common resources. They should not hide important security or permission requirements.
+
+ ## SDK responsibilities
+
+ - Authenticate with supported AeThex credentials.
+ - Provide typed clients for stable API resources.
+ - Handle pagination and common errors.
+ - Respect [[Rate-Limits]].
+ - Offer examples for common workflows.
+
+ ## Documentation pattern
+
+ Each SDK should include:
+
+ 1. Install instructions.
+ 2. Authentication setup.
+ 3. Minimal working example.
+ 4. Common operations.
+ 5. Error and retry behavior.
+ 6. Version compatibility notes.
+
+ <div class="docs-grid">
+ <a class="docs-card" href="/Api-Reference">API Reference</a>
+ <a class="docs-card" href="/Authentication">Authentication</a>
+ <a class="docs-card" href="/CLI">CLI</a>
+ <a class="docs-card" href="/Webhooks">Webhooks</a>
+ </div>
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