Skip to main content
Toolkit slug: flowra_rag. These tools wrap the Knowledge API. Collections use projectId + ownerEUID — use x-username per end user (multi-tenancy). Attach collections to workflows/agents via allowedKnowledgeCollectionIds when creating with FLOWRA_CREATE_OR_UPDATE_WORKFLOW or FLOWRA_CREATE_OR_UPDATE_AGENT.

Typical loop

  1. FLOWRA_RAG_LIST_COLLECTIONS — pick or confirm a collection id.
  2. FLOWRA_RAG_ADD_FILE / FLOWRA_RAG_ADD_URL / FLOWRA_RAG_ADD_KNOWLEDGE — ingest.
  3. FLOWRA_RAG_SEARCH_KNOWLEDGE — retrieve chunks for the agent turn.
From your backend (not agent tools), use the Knowledge SDK (knowledge.search).