npm plugin

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. Sign up free to get one.

Installation

  1. 1Run: openclaw plugins install @qpthort/openclaw-plugin
  2. 2Open ~/.openclaw/openclaw.json and add your API key to the plugin config
  3. 3Replace YOUR_API_KEY with your key
  4. 4Restart the gateway — every tool call now goes through Neptrix
Add this configuration to~/.openclaw/openclaw.json
~/.openclaw/openclaw.json
1# Step 1: Install the plugin
2openclaw plugins install @qpthort/openclaw-plugin
3
4# Step 2: Add your API key to the plugin config in ~/.openclaw/openclaw.json
5# The install creates the plugin entry — just add the config block:
6
7{
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}
20
21# Step 3: Restart your gateway

Replace YOUR_API_KEY with your API key. Sign up to get your key.

How it works

1

Agent proposes action

Before each tool call, your agent sends the proposed action to Neptrix for evaluation.

2

Neptrix evaluates

Constitutional governance rules evaluate the action. The decision is logged to your audit trail.

3

Decision returned

ALLOW, BLOCK, ESCALATE, or MODIFY. Agents auto-discover — no registration needed.

Ready to govern your agents?

Create a free account, generate an API key, and have governance running in under 5 minutes.

Get started for free