Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Chats API
The Chats API currently exposes a single action: promoting a chat session’s content to a durable lab artifact (knowledge entry, paper draft, or task list). The session data itself lives in Convex and is read by the web and desktop apps in real time.Promote Session
Converts a chat session’s messages into a durable lab artifact. Useful for extracting research decisions, draft text, or action lists from a long conversation.Convex chat session ID.
Convex ID of the lab owning the session.
Output artifact type:
knowledge, paper, or task.Override the auto-generated artifact title.
Convex ID of the newly created artifact (knowledge entry, paper, or task).
The type created:
knowledge, paper, or task.Source chat session ID.
The promote action uses the session’s messages to generate the artifact content via the lab orchestrator. For
paper promotion, the result is a draft with status draft and readiness 0. For knowledge, the entity type defaults to insight. For task, a task list is extracted from action-item bullets in the session.