API
The local runtime streams events over SSE and accepts HTTP for chat and resources. In 0.1 this is your machine (or a reverse proxy you run). It is not a metered Aevum Cloud API.
SSE
GET /v1/events?conversationKey=<key>
Bearer JWT with chat.read. Omit conversationKey to subscribe to all conversations. Heartbeat comments land about every 30 seconds so proxies do not idle-out.
Event types (common)
| Event | Meaning |
|---|---|
assistant_text_delta | Incremental text |
assistant_thinking_delta | Reasoning token |
tool_use_start | Tool starting |
tool_result | Tool finished |
Remote access
SSH port-forward the local port if you must reach it from another box. Do not expose the runtime to the public internet without the gateway and auth. See Security.
CLI remains the usual local path: assistant over the Unix socket.