API Reference
API Reference
HTTP endpoints, WebSocket protocols, and SDK wire protocol.
Aelio exposes REST HTTP endpoints and two WebSocket protocols. There is no GraphQL.
Protocols
| Protocol | Path | Auth | Purpose |
|---|---|---|---|
| HTTP REST | Various | Bearer secret or none | Health, auth, proactive, telemetry |
| Widget WebSocket | /widget/ws | Origin allowlist + session token | Browser chat |
| SDK WebSocket | /sdk | Bearer AELIO_SDK_SECRET | Backend tool invocation |
Quick reference
HTTP Endpoints
REST API routes
Widget Protocol
Browser WebSocket frames
SDK Protocol
Server ↔ SDK wire protocol
Published packages
| Package | Registry | Version |
|---|---|---|
@aelio/sdk | npm | 0.1.1 |
@aelio/chat | npm | 0.1.3 |
aelio-sdk | PyPI | 0.1.0 |
@aelio/server | Docker (aelio/server) | latest |