Skip to main content

Browser pairing

1

Install the plugin

bash openclaw plugins install @useorgx/openclaw-plugin
2

Open the dashboard

Visit http://127.0.0.1:18789/orgx/live from your OpenClaw runtime.
3

Start pairing

Click Connect OrgX in the onboarding panel.
4

Confirm on web

Sign in at useorgx.com and approve the OpenClaw connection.
5

Return to OpenClaw

The plugin stores a dedicated credential. Confirm the connected state in the plugin before using OrgX tools.
OpenClaw OrgX dashboard onboarding panel

How Pairing Works

  1. OpenClaw requests a short-lived pairing session from OrgX.
  2. OrgX opens a secure browser confirmation page tied to that session.
  3. After confirmation, OrgX provisions a plugin-scoped key for that installation.
  4. OpenClaw receives the key, stores it locally with restricted file permissions, then acknowledges receipt.
Pairing sessions expire automatically after 10 minutes for security.

Manual Key Fallback

If browser pairing is blocked, use Use API key instead in onboarding.

Step-by-step (With Screenshots)

  1. Open OrgX settings and go to API keys:
    • https://useorgx.com/settings#security
  2. Generate a new API key (keep it private).
OrgX settings security page (API keys)
  1. In OpenClaw onboarding, choose Use API key instead.
  2. Paste the oxk_... key and submit.
OpenClaw manual API key entry
  1. On success, onboarding should show Connected. Run the read-only status or sync check before relying on the connection.
Manual key fallback is for auth recovery. It does not grant GitHub, Linear, or other provider permissions; those connections require their own documented authorization.

First-Run Validation Checklist

Onboarding status changes to Connected
The dashboard loads the connected session and available activity
orgx_status returns OrgX workspace data from the plugin tools
The first status or sync request completes on a healthy network

Troubleshooting Matrix

Rotate, Revoke, Reconnect

  1. Revoke plugin credentials from OrgX API key settings when rotating access.
  2. In OpenClaw onboarding, click disconnect (or clear and reconnect).
  3. Run browser pairing again to mint a fresh installation-scoped credential.

Security Notes

  • The plugin stores its installation credential in the local OpenClaw runtime. Treat the runtime’s credential store as sensitive.
  • Browser pairing avoids copy/paste secret handling on the primary path.

What the Plugin Enables

The OpenClaw plugin gives you more than onboarding: See the full code-generated tool matrix in OpenClaw Plugin MCP Tools.

Local MCP Bridge Endpoints

If you use the bridge from another local client, follow that client’s MCP configuration flow and verify the resulting tool list.