Aria conversational chat (NDJSON event stream)
Canvas
Aria conversational chat (NDJSON event stream)
Streams an NDJSON event sequence (one JSON object per line) representing
Aria’s reasoning, tool calls, and tool results for a single user turn.
Each event is { type: "text" | "tool_call" | "tool_result" | "error" | "done", ... }. Auth: dashboard secret + X-Owner-Id, or a forwarded
Bearer key that Aria reuses verbatim for every tool call so the entire
run rides one credential.
POST
Aria conversational chat (NDJSON event stream)
Authorizations
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)
Body
application/json
Response
NDJSON event stream
One JSON object per line — text/tool_call/tool_result/error/done events.
