[object Object]

← back to Secrets Manager

Route Grok key to remote DTD panel

1881ae9d7e6d3b782a87a27fa9d640cbf67adc2e · 2026-08-31 02:06:33 -0700 · Steve Abrams

Files touched

Diff

commit 1881ae9d7e6d3b782a87a27fa9d640cbf67adc2e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Aug 31 02:06:33 2026 -0700

    Route Grok key to remote DTD panel
---
 routes.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/routes.json b/routes.json
index b968d37..51138de 100644
--- a/routes.json
+++ b/routes.json
@@ -1984,6 +1984,28 @@
       }
     ]
   },
+  "XAI_API_KEY": {
+    "label": "xAI / Grok API key",
+    "verify": {
+      "method": "GET",
+      "url": "https://api.x.ai/v1/models",
+      "auth": "bearer"
+    },
+    "destinations": [
+      {
+        "type": "project",
+        "host": "45.61.58.125",
+        "user": "root",
+        "path": "/root/.claude/skills/dtd/.env"
+      },
+      {
+        "type": "project",
+        "host": "45.61.58.125",
+        "user": "root",
+        "path": "/root/DW-Agents/.env"
+      }
+    ]
+  },
   "SLACK_BOT_TOKEN": {
     "label": "Slack bot token (dw_reports_bot @ Designerwallcoverings, bot_id B0BC0EB3GPP) — slack MCP server",
     "destinations": [

← 4bc2dfa auto-data-snapshot: 2026-08-31T02:00:54 (2 data files) — rem  ·  back to Secrets Manager  ·  Push Grok key to remote DTD panel 8cc46a5 →