Blame
|
1 | # Platform Overview |
||||||
| 2 | ||||||||
|
3 | Platform Overview maps the major AeThex systems and how they relate to one another. |
||||||
|
4 | |||||||
|
5 | <div class="docs-section-heading"> |
||||||
| 6 | <h2>System map</h2> |
|||||||
| 7 | <p>Use this page as the bridge between the Home page and deeper technical docs.</p> |
|||||||
| 8 | </div> |
|||||||
|
9 | |||||||
|
10 | AeThex is organized around identity, collaboration, development, governance, and digital experiences. The platform should be understood as a set of connected layers rather than isolated products. |
||||||
| 11 | ||||||||
| 12 | ## Core layers |
|||||||
| 13 | ||||||||
| 14 | - Identity: [[Passport]], [[Profiles]], and [[Linked-Accounts]]. |
|||||||
| 15 | - Workspaces: [[Organizations]], [[Teams]], and [[Projects]]. |
|||||||
| 16 | - Access: [[Authentication]], [[Permissions]], and [[Security-Model]]. |
|||||||
| 17 | - Development: [[Api-Reference]], [[SDKs]], [[CLI]], and [[Webhooks]]. |
|||||||
| 18 | - Ecosystem: [[Foundation]], [[Labs]], [[GameForge]], and [[Studio]]. |
|||||||
| 19 | ||||||||
| 20 | <div class="docs-grid"> |
|||||||
| 21 | <a class="docs-card" href="/Passport">Identity</a> |
|||||||
| 22 | <a class="docs-card" href="/Organizations">Workspaces</a> |
|||||||
| 23 | <a class="docs-card" href="/Api-Reference">Development</a> |
|||||||
| 24 | <a class="docs-card" href="/Foundation">Governance</a> |
|||||||
| 25 | </div> |
|||||||
| 26 | ||||||||
| 27 | ## Recommended path |
|||||||
| 28 | ||||||||
| 29 | Start with [[Getting-Started]], then read [[Passport]], [[Projects]], [[Permissions]], and [[Api-Reference]] depending on whether you are a creator, admin, or developer. |
|||||||