Blame

164094 Anonymous 2026-06-23 21:23:59
1
# KAEL Endpoints
2
3
KAEL Endpoints documents the public KAEL-related web surfaces and what each one is supposed to represent.
4
5
<div class="docs-section-heading">
6
<h2>Public surfaces</h2>
7
<p>These domains should point users to the right KAEL experience without blurring their purpose.</p>
8
</div>
9
10
## chat.aethex.tech
11
12
**Purpose:** conversational entry point.
13
14
Use **chat.aethex.tech** for direct interaction with KAEL-style chat experiences. This surface should focus on conversation, guidance, support preparation, docs navigation, and user-facing assistant behavior.
15
16
Expected responsibilities:
17
18
- Let users ask questions in natural language.
19
- Explain AeThex concepts and docs.
20
- Help users find the right AeThex page or support path.
21
- Keep user-facing behavior clear and approachable.
22
23
## kael.aethex.tech
24
25
**Purpose:** dedicated KAEL identity and system surface.
26
27
Use **kael.aethex.tech** as the KAEL-specific home for build notes, experiments, agent interface work, deeper system behavior, and future KAEL-specific workflows.
28
29
Expected responsibilities:
30
31
- Present KAEL as a named AeThex system.
32
- Host or link KAEL-specific experiments.
33
- Point to the changelog and docs.
34
- Separate KAEL system identity from general support or marketing pages.
35
36
## Related AeThex surfaces
37
38
- **docs.aethex.support** — durable documentation and operating notes.
39
- **aethex.support** — support and help entry point.
40
- **aethex.net** — broader AeThex network/gateway presence.
41
42
<div class="docs-grid">
43
<a class="docs-card" href="https://chat.aethex.tech">chat.aethex.tech</a>
44
<a class="docs-card" href="https://kael.aethex.tech">kael.aethex.tech</a>
45
<a class="docs-card" href="/KAEL-Changelog">KAEL Changelog</a>
46
<a class="docs-card" href="/KAEL-Build">KAEL Build</a>
47
</div>
48
49
## Endpoint documentation checklist
50
51
For each KAEL surface, track:
52
53
1. Current status.
54
2. Intended audience.
55
3. What users can do there today.
56
4. What is experimental.
57
5. Where bugs, support, or feedback should go.
58
59
> [!WARNING]
60
> Do not document private admin URLs, tokens, hidden endpoints, internal credentials, or unfinished privileged routes on public docs pages.