From c9e5c3f187851db1061ec56948af5946eb0caa19 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 3 Jul 2025 10:24:51 +0100 Subject: [PATCH] Flow-hosted / non-flow hosted --- docs/apis/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/apis/README.md b/docs/apis/README.md index 3962451d..bf62f00f 100644 --- a/docs/apis/README.md +++ b/docs/apis/README.md @@ -74,6 +74,15 @@ Cons: - Requires Python environment and trustgraph-base package installation - Less control over low-level message handling +## Flow-hosted APIs + +There are two types of APIs: Flow-hosted which need a flow to be running +to operate. Non-flow-hosted which are core to the system, and can +be seen as 'global' - they are not dependent on a flow to be running. + +Knowledge, Librarian, Config and Flow APIs fall into the latter +category. + ## See also - [TrustGraph websocket overview](websocket.md)