Commit b76ff8
2026-06-20 21:50:42 Anonymous: Add AeThex documentation page| /dev/null .. api-reference.md | |
| @@ 0,0 1,48 @@ | |
| + | # API Reference |
| + | |
| + | The AeThex API allows developers to interact with platform resources programmatically. |
| + | |
| + | > [!IMPORTANT] |
| + | > Authentication is required for most API operations. |
| + | |
| + | --- |
| + | |
| + | ## Sections |
| + | |
| + | ### Authentication |
| + | |
| + | API authentication and token management. |
| + | |
| + | ### Users |
| + | |
| + | User profile operations. |
| + | |
| + | ### Organizations |
| + | |
| + | Organization management operations. |
| + | |
| + | ### Projects |
| + | |
| + | Project management operations. |
| + | |
| + | ### Teams |
| + | |
| + | Team management operations. |
| + | |
| + | ### Webhooks |
| + | |
| + | Event-based integrations. |
| + | |
| + | --- |
| + | |
| + | ## Authentication |
| + | |
| + | Currently supported authentication methods: |
| + | |
| + | - OAuth 2.0 |
| + | - OpenID Connect |
| + | - API Keys |
| + | |
| + | See [[Authentication]]. |
| + | |
| + | {{PageIndex}} |
