Aevum Cadence AI

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)

EventMeaning
assistant_text_deltaIncremental text
assistant_thinking_deltaReasoning token
tool_use_startTool starting
tool_resultTool 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.