Install in one promptIn einem Prompt installieren

One prompt to switch it on. One command to switch it off.Ein Prompt zum Einschalten. Ein Befehl zum Ausschalten.

Paste one prompt into the coding agent you already use. It runs the installer, which routes the agent’s model traffic through the gateway and — where supported — turns on watchdog recording. It keeps a byte-exact backup of the original configuration, so switching off is just as simple.Fügen Sie einen Prompt in den Coding-Agenten ein, den Sie ohnehin nutzen. Er startet den Installer, der den Modellverkehr des Agenten über das Gateway leitet und — wo unterstützt — die Watchdog-Aufzeichnung einschaltet. Er sichert die Originalkonfiguration byte-genau, damit das Ausschalten genauso einfach ist.

In developmentIn EntwicklungIn development, not published yet — the npm package name is open, so [cli] is a placeholder.In Entwicklung, noch nicht veröffentlicht — der npm-Paketname ist offen, daher ist [cli] ein Platzhalter.

Installer support · coding CLIs & harnessesInstaller-Unterstützung · Coding-CLIs & Harnesses

In developmentIn Entwicklung

Routing automatic: the installer configures the tool to use the gateway itself. Manual steps: it prints a base URL and key to paste. Recording: whether watchdog recording is switched on too. The installer is in development and not published yet. Select a tool to see its one-prompt install.Routing automatisch: Der Installer richtet das Tool selbst auf das Gateway ein. Manuelle Schritte: Er gibt Basis-URL und Schlüssel zum Einfügen aus. Aufzeichnung: ob auch die Watchdog-Aufzeichnung eingeschaltet wird. Der Installer ist in Entwicklung und noch nicht veröffentlicht. Tool wählen, um die Ein-Prompt-Installation zu sehen.

1Paste into Claude CodeIn Claude Code einfügen

Enable the [Produktname] layer: run `npx -y [cli] on --agent claude-code --gateway <gateway-url>` and confirm with `npx -y [cli] status`.Aktiviere die [Produktname]-Schicht: Führe `npx -y [cli] on --agent claude-code --gateway <gateway-url>` aus und bestätige mit `npx -y [cli] status`.

2…or run it yourself…oder selbst ausführen

npx -y [cli] on --agent claude-code --gateway <gateway-url>

Switch offAusschalten

npx -y [cli] off --agent claude-code

Restores the original file byte for byte; changes you made later are kept.Stellt die Originaldatei byte-genau wieder her; eigene spätere Änderungen bleiben erhalten.

Status
Routing: In developmentRouting: In EntwicklungRecording: In developmentAufzeichnung: In Entwicklung
Routing
automaticautomatisch
RecordingAufzeichnung
automatic (via hooks)automatisch (über Hooks)
Routed viaGeroutet über
Anthropic-compatible endpoint (/v1/messages)Anthropic-kompatibler Endpunkt (/v1/messages)
Also as MCP serverAuch als MCP-Server
claude mcp add -s user [cli] -- npx -y [cli] mcpSwitching on or off via MCP asks for a confirmation in the chat.Ein- und Ausschalten per MCP verlangt eine Bestätigung im Chat.

[cli] and <gateway-url> are placeholders until the package is published; nothing on this page installs anything.[cli] und <gateway-url> sind Platzhalter, bis das Paket veröffentlicht ist; auf dieser Seite wird nichts installiert.