Skip to content

Chat

Conversational interface for talking to agents and running workflows from natural language.

Chat is Bifrost’s conversational entry point. Users send a message, the assistant picks the right tools (the workflows you’ve exposed) and produces a response, and the entire turn is captured as a run you can audit and tune later.

Chat conversation with a tool call and result

Each conversation belongs to one user, and its full history is preserved across turns. A conversation can be driven by a specific agent — the same agent that powers an autonomous run — or be agentless, where the assistant draws on every tool you’ve made available. The sidebar lists recent conversations; selecting one reopens its complete transcript.

Tool calls render inline as the assistant makes them, so you can see exactly which workflow ran, with what arguments, and what it returned. Platform admins also see per-conversation token counts and an estimated cost in the header.