OpenClaw
Install the Neptrix plugin with one command and add your API key. The plugin handles the rest.
API key required
You need a Neptrix API key to complete this setup. API keys come with hosted beta access, and the hosted platform is currently in closed beta. Join the waitlist for access.
Installation
- 1Run: openclaw plugins install @qpthort/openclaw-plugin
- 2Open ~/.openclaw/openclaw.json and add your API key to the plugin config
- 3Replace YOUR_API_KEY with your key
- 4Restart the gateway — every tool call now goes through Neptrix
~/.openclaw/openclaw.json1# Step 1: Install the plugin2openclaw plugins install @qpthort/openclaw-plugin34# Step 2: Add your API key to the plugin config in ~/.openclaw/openclaw.json5# The install creates the plugin entry — just add the config block:67{8 "plugins": {9 "entries": {10 "@qpthort/openclaw-plugin": {11 "enabled": true,12 "config": {13 "apiKey": "YOUR_API_KEY",14 "serverUrl": "https://qpthort-backend-production.up.railway.app"15 }16 }17 }18 }19}2021# Step 3: Restart your gateway
Replace YOUR_API_KEY with your API key. Join the waitlist for hosted access.
How it works
Agent proposes action
Before each tool call, your agent sends the proposed action to Neptrix for evaluation.
Neptrix evaluates
Constitutional governance rules evaluate the action. The decision is logged to your audit trail.
Decision returned
ALLOW, BLOCK, ESCALATE, or MODIFY. Agents auto-discover — no registration needed.
The hosted platform is in closed beta.
Join the waitlist for first access when it reopens - or download the desktop beta and govern your agents on your own machine today.
