From 58dcaf3130408dc22999255fcdb78715165bb78b Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:40:35 -0800 Subject: [PATCH] Added links to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ab3e2fe..b7842811 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ TrustGraph is a fully agentic AI data engineering platform for complex unstructu There are four ways of interacting with TrustGraph: -- **REST API** -- **Python SDK** -- **TrustGraph CLI** -- **Configuration UI** +- [**REST API**](https://trustgraph.ai/docs/api/apistarted) +- [**Python SDK**](https://trustgraph.ai/docs/api/apistarted) +- [**TrustGraph CLI**](https://trustgraph.ai/docs/running/cli) +- [**Configuration UI**](https://config-ui.demo.trustgraph.ai/) The `TrustGraph CLI` installs the commands for interacting with TrustGraph while running along with the Python SDK. The `Configuration UI` enables customization of TrustGraph deployments prior to launching. The **REST API** can be accessed through port `8088` of the TrustGraph host machine with JSON request and response bodies.