From df0279ac03fdab8b3aae2c2c541f92b30955394c Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:21:09 -0400 Subject: [PATCH] docs: reference gui adapter and core services --- docs/docs/content/01-getting-started/02-api_reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/content/01-getting-started/02-api_reference.md b/docs/docs/content/01-getting-started/02-api_reference.md index 5c23bf6..38ac3b6 100644 --- a/docs/docs/content/01-getting-started/02-api_reference.md +++ b/docs/docs/content/01-getting-started/02-api_reference.md @@ -2,6 +2,9 @@ This guide covers how to start the SeedPass API, authenticate requests, and interact with the available endpoints. +**Note:** All UI layers, including the CLI, BeeWare GUI, and future adapters, consume this REST API through service classes in `seedpass.core`. See [docs/gui_adapter.md](docs/gui_adapter.md) for more details on the GUI integration. + + ## Starting the API Run `seedpass api start` from your terminal. The command prints a one‑time token used for authentication: