Skip to main content
Kupe App mixed RAG files, agent-file mappings, Chromadb search, and a call-structure → populate → export analytics pipeline. Kupe splits that:
  • Knowledge bases — files for mid-call RAG (feature_knowledge_base)
  • Call databases — one structured row after each attached agent’s call (feature_databases)
See Databases.

Files → knowledge bases

Kupe App search routes were on the auth exclude list (unauthenticated). Kupe search requires Bearer and is scoped to a KB in your project.

Call structure → databases

Built-in database columns include who_called, direction, started_at, duration_seconds, plus summary / success.

Call flows

Kupe App /api/v1/call-flows was a graph editor (nodes, edges, sessions). Kupe agents may include flow_definition on create/patch agent (AgentBody.flow_definition). There is no standalone call-flow CRUD, node, or edge API. Treat Kupe App call-flow routes as no 1:1.