From 8c76b65a66b822dcbaf9400daa7429cf2ab1d3a4 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 25 Aug 2026 00:22:12 +0200 Subject: [PATCH] docs(agents): repoint remote State Hub URL to the in-cluster address The remote row pointed at 127.0.0.1:18000, a reverse tunnel back to the workstation. On railiance01 the State Hub runs in the cluster on that same machine, so the request left the box and came back to reach a local service. Refs CUST-WP-0067-T07 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index fd004ea..6741dde 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,7 +19,7 @@ there is no MCP server for Codex agents. | Context | URL | |---------|-----| | Local workstation | `http://127.0.0.1:8000` | -| Remote via tunnel | `http://127.0.0.1:18000` | +| Remote (railiance01, in-cluster) | `http://10.43.68.154:8000` | | Optional local edge relay | http://127.0.0.1:18080 | When an operator has enabled the edge relay, set API_BASE to the relay URL.