Assistant
The assistant is an in-project chat in the Tefily console. It runs the same tool registry as MCP, but over SSE (tool_start, tool_end, reply, done, error) rather than the MCP protocol.
Sessions and messages: /api/projects/:projectId/assistant/sessions. Sending a message is a streaming POST.
A conversation can attach a git-backed workspace (pending file changes, accept/reject hunks) and a Skadis app. That path is for the coding companion / assistant workspace, not the data API.
Use MCP from Cursor when you want tools in your editor. Use the assistant when you are already in the console.
Org or project LLM credentials must be configured for the assistant to call a model.