The Conversation API provides durable messaging and durable execution for reliable, resumable AI conversations and automations.Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Conversation API
Durable messaging
Conversations
Messages
Durable execution
Runs
Events
Durable messaging
Needed for what the user sees. Learn more in Durable messaging. It stores the thread:- Conversations
- User messages
- Assistant messages
- Message branches
- Input requests
- Read state
Durable execution
Needed for what the system is doing. Learn more in Durable execution. It stores the work behind agent runs, job runs, and workflow runs:- Agent runs
- Job runs
- Workflow runs
- Run status
- Replayable run events
- Tool calls and results
- Waiting and resume checkpoints
- Errors and finalization
More detail
| Page | Use it for |
|---|---|
| Architecture and flow | End-to-end request flow through Studio, API, agents, streams, and durable state |
| Events and streaming | SSE AG-UI streams, persisted run events, and WebSocket notifications |
| Datastores and lineage | Postgres, Redis, IDs, parent links, and cursors |
| Endpoints and validation | REST, SSE, WebSocket, AG-UI, durable run, control-plane, and schema contracts |
| Authorization | Bearer token, project access, conversation access, and JWS boundaries |
| Connect an agent | Runtime contract for developer-provided agents |