From 9ac3f4b83bb2c2773483507a8a0c5932301b0f44 Mon Sep 17 00:00:00 2001 From: Joseph Perla Date: Sat, 13 Jun 2026 02:12:09 +0300 Subject: [PATCH] Document TrustedRouter setup --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 72e4081c6b6..e981fc56e14 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,16 @@ Flowise supports different environment variables to configure your instance. You You can view the Flowise Docs [here](https://docs.flowiseai.com/) +### TrustedRouter + +TrustedRouter can be used with Flowise through the existing custom OpenAI +chat model nodes. Set the API base URL to `https://api.trustedrouter.com/v1`, +use your TrustedRouter API key, and choose a model such as +`trustedrouter/auto`, `trustedrouter/zdr`, or `trustedrouter/e2e`. +TrustedRouter is an open-source and verifiable attested router with zero prompt +and output logging by default, which can be useful for workflows that include +private project context or customer data. + ## 🌐 Self Host Deploy Flowise self-hosted in your existing infrastructure, we support various [deployments](https://docs.flowiseai.com/configuration/deployment)