Skip to main content
Chat is a dispatch fired now: you send a message, an agent works your workspace — every meeting, email, and note already compiled there — and answers, streaming back live. This is not retrieval over a document store; the workspace is a maintained Markdown knowledge base the agent reads and edits like a developer in a repo.

Ask a question

The endpoint returns Server-Sent Events:
Each data: line is one frame:

Record a decision (trusted write)

Because input from you is trusted, the same agent can write — record a decision, update an entity, draft a doc. Just ask:
Watch for a commit frame — git is the durable state and the undo.

Continue a conversation

Pass session to keep context across turns; reset or inspect history:

Build a cross-source briefing

The agent grounds its answer in everything the workspace holds, so you can ask it to pull a topic together across past meetings and emails:
This is the knowledge agent pattern — the output is anchored in accumulated context, and each run leaves the workspace a little more complete.
A rejected frame means governance blocked the write. Trusted chat may write; untrusted triggers (email, web) are propose-only — see Governance and Troubleshooting.