Blame
|
1 | # KAEL Endpoints |
||||||
| 2 | ||||||||
|
3 | KAEL uses several public web surfaces. This page maps their responsibilities; use [[KAEL API]] for the HTTP contract. |
||||||
|
4 | |||||||
|
5 | | Field | Value | |
||||||
| 6 | |---|---| |
|||||||
| 7 | | Documentation status | Active | |
|||||||
| 8 | | Last verified | 2026-06-26 | |
|||||||
| 9 | | Health endpoint | [api.aethex.tech/health](https://api.aethex.tech/health) | |
|||||||
|
10 | |||||||
| 11 | ## chat.aethex.tech |
|||||||
| 12 | ||||||||
|
13 | **Purpose:** public conversational client. |
||||||
|
14 | |||||||
|
15 | Current responsibilities: |
||||||
|
16 | |||||||
|
17 | - Stream KAEL responses. |
||||||
| 18 | - Maintain a browser session. |
|||||||
| 19 | - Offer sign-in when configured. |
|||||||
| 20 | - Expose history, memory, model, and profile controls supported by the API. |
|||||||
| 21 | - Route users toward relevant AeThex resources. |
|||||||
|
22 | |||||||
|
23 | [Open KAEL Chat](https://chat.aethex.tech) |
||||||
|
24 | |||||||
| 25 | ## kael.aethex.tech |
|||||||
| 26 | ||||||||
| 27 | **Purpose:** dedicated KAEL identity and system surface. |
|||||||
| 28 | ||||||||
|
29 | This surface presents KAEL as an AeThex system and can expose deeper operator-oriented or experimental interfaces according to the viewer’s authorization. |
||||||
|
30 | |||||||
|
31 | [Open KAEL](https://kael.aethex.tech) |
||||||
|
32 | |||||||
|
33 | ## api.aethex.tech |
||||||
|
34 | |||||||
|
35 | **Purpose:** KAEL and AeThex API runtime. |
||||||
|
36 | |||||||
|
37 | Public endpoint groups include: |
||||||
|
38 | |||||||
|
39 | - Health and discovery. |
||||||
| 40 | - Chat and SSE streaming. |
|||||||
| 41 | - Authentication. |
|||||||
| 42 | - History and memory. |
|||||||
| 43 | - Identity and profile summaries. |
|||||||
| 44 | - Generated documents and feeds. |
|||||||
| 45 | - Signed integration entry points. |
|||||||
| 46 | ||||||||
| 47 | [Check API health](https://api.aethex.tech/health) |
|||||||
| 48 | ||||||||
| 49 | ## docs.aethex.support |
|||||||
| 50 | ||||||||
| 51 | **Purpose:** durable operating documentation and public API reference. |
|||||||
|
52 | |||||||
|
53 | The docs describe stable behavior, maturity, security boundaries, and integration workflows. They are not an operator console. |
||||||
|
54 | |||||||
|
55 | ## aethex.support |
||||||
|
56 | |||||||
|
57 | **Purpose:** user-facing support routing. |
||||||
| 58 | ||||||||
| 59 | Use support when a user needs assistance, incident routing, or clarification that is not resolved by the docs. |
|||||||
| 60 | ||||||||
| 61 | ## Related documentation |
|||||||
| 62 | ||||||||
| 63 | <div class="docs-grid"> |
|||||||
| 64 | <a class="docs-card" href="/KAEL-Quickstart">Quickstart</a> |
|||||||
| 65 | <a class="docs-card" href="/KAEL-API">KAEL API</a> |
|||||||
| 66 | <a class="docs-card" href="/KAEL-Architecture">Architecture</a> |
|||||||
| 67 | <a class="docs-card" href="/KAEL-Changelog">Changelog</a> |
|||||||
| 68 | </div> |
|||||||
|
69 | |||||||
| 70 | > [!WARNING] |
|||||||
|
71 | > Do not publish private admin URLs, tokens, internal hostnames, active webhook URLs, or unfinished privileged interfaces. |
||||||