Chat
Chat completions (OpenAI-compatible) with sessions, artifacts, and HITL.
Endpoints
Runs live against the backend- GET
/api/v1/chatList sessions - POST
/api/v1/chat/completionsChat completionsSSE - GET
/api/v1/chat/{chat_id}/messagesList messages - POST
/api/v1/chat/hitl/{approval_id}/resolveResolve a HITL approval
Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.