From 5b651488b081b65fda8a323f228e139adb79a35d Mon Sep 17 00:00:00 2001 From: Chia Date: Tue, 4 Aug 2026 19:58:52 +1200 Subject: Build AI gateway control plane and admin UI --- internal/adminui/assets/index.html | 66 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 internal/adminui/assets/index.html (limited to 'internal/adminui/assets/index.html') diff --git a/internal/adminui/assets/index.html b/internal/adminui/assets/index.html new file mode 100644 index 0000000..7869855 --- /dev/null +++ b/internal/adminui/assets/index.html @@ -0,0 +1,66 @@ + + + + + + AIGW Control Plane + + + + +
+
A
AIGWCONTROL PLANE
+
Offline
+
+
+ + +
+
OPERATIONS

Control plane overview

+
+
i
Runtime snapshot

Writes commit to PostgreSQL and apply locally first. Redis accelerates propagation when available; PostgreSQL polling keeps every gateway convergent.

+
+ +
+
IDENTITY

Tenants

+
+
NameSlugStatusCreated
+
+ +
+
IDENTITY

Projects

+
+
NameTenantSlugStatus
+
+ +
+
ACCESS

API keys

+
+
Key visibilityThe secret is shown only once after creation.
+
NamePrefixProjectScopesStatus
+
+ +
+
UPSTREAMS

Providers

+
+
NameProtocolBase URLRoutesStatus
+
+ +
+
ROUTING

Models & routes

+
+
Public IDOwnerRoutesStatus
+
+
+
+
ONE-TIME SECRET

API key created

Copy this key now. It will not be shown again.

+ + + -- cgit v1.2.3