Skip to main content

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 flows cross user, service, and project-runtime boundaries. User-scoped calls use bearer auth. Control-plane calls to project runtimes use signed requests.

Boundaries

BoundaryCheck
Studio to APIJWT or API key auth, then conversation or project permissions
SSE run streamConversation access before event replay or follow
Project event WebSocketProject access during upgrade
Direct conversation WebSocketConversation access during upgrade
Studio to veryfront-agentBearer token authentication
veryfront-agent to APIForwarded bearer token for project and conversation operations
API to project runtimeControl-plane JWS in x-veryfront-control-plane-jws
Project runtime control-plane routesJWS verification before list, stream, resume, and cancel

Rule of thumb

Use bearer auth for user-scoped API and agent calls. Use control-plane JWS for API-to-project-runtime calls.