Skip to main content
Agent and chat runs stream over SSE via POST /api/v1/graphify/threads/{thread_id}/runs/stream. Both SDKs wrap this as chat.stream and ship helpers to parse event: usage payloads. Concepts: Threads. Credits: Usage and credits. Created threads use LangGraph’s thread_id field (not id).

End-to-end: create thread and stream

Parse SSE chunks (shared helpers)

TypeScript:
Python (buffered body):

Inspect history, state, and runs

Other chat helpers